Released: February 16, 2022
Status: Stable
Requirements updated to specify Python version 3.6 to 3.9.
Django updated from version 3.2.11 to 3.2.12.
store commands
to be optional.SSL
checkbox to be optional.imaplib
was
updated to support context managers but poplib
was not.Renaming of the mimetype
app to mime_types
.
Removal of the .api.get_mimetype
function. The process now
requires instantiating the configure MIME type backend and calling
the get_mime_type
method:
from mayan.apps.mime_types.classes import MIMETypeBackend MIMETypeBackend.get_backend_instance().get_mime_type(...)
Search model names are now specified in lower case in the user interface URL or in the search API URL.