Version 3.3.9

Sat, Jan 18, 2020

Version 3.3.9

Released: January 18, 2020

Changes

Documents

The way the default value for the language field of the Document model is set, was updated to avoid triggering a new migrations when changing the default language for documents.

Lock manager

The way the default value for the timeout field of the Lock model is set, was updated to avoid triggering a new migrations when changing the default timeout for locks.

Source code

Some helper scripts were moved to the contrib/scripts folder.

Testing

Two makefile targets were added to make it easier to create the code coverage report.

The Magnum and Travis CI files and setting modules are no longer used and were removed.

A makefile target was added to allow running GitLab CI jobs locally.

GitLab CI jobs were added to test the upgrade process from the current releases to newest version being built.

Removals

  • Magnum CI configuration files.
  • Travis CI configuration files.

Backward incompatible changes

  • None

Bugs fixed or issues closed

  • GitLab issue #759 Permissions list does not show an object until one has been created