Version 3.4.6

Wed, Apr 1, 2020

Version 3.4.6

Released: April 19 2020

Changes

Common

Support was added for custom URL base paths. This allows services Mayan EDMS as a sub URL service. The new setting controlling this feature is named COMMON_URL_BASE_PATH.

Django

Django was updated to version 2.2.12.

Two Django settings were exposed using the setting system. These are: SESSION_COOKIE_NAME and SESSION_ENGINE. SESSION_COOKIE_NAME is relevant when serving multiple installations of Mayan EDMS under the same domain and SESSION_ENGINE is useful to improve performance in large installations.

Dependencies

The checkdependencies command was updated to mark missing production dependencies with a symbol and an ANSI coloration. This makes it easy to spot critical dependencies that may be missing and causing artifacts.

The [--csv]{.pre} option was added to the checkdependencies command to output the result as comma delimited values.

Removals

  • None

Backward incompatible changes

  • None

Issues closed

  • None