Please read the release notes before upgrading: https://docs.mayan-edms.com/releases/3.4.14.html
Package locations
Docker image available at: https://hub.docker.com/r/mayanedms/mayanedms
Python packages available at: https://pypi.org/project/mayan-edms/3.4.14/ and installed via:
Code: Select all
pip install mayan-edms==3.4.14
Changes
File metadata
The file metadata background task was updated to release the resource lock on errors. This avoids file metadata processing for specific documents from remaining locked until timeout after an error.
Metadata
The metadata default value code was updated to work over the API in the same way that it works from the HTTP views.
Web links
A web link regression was fixed. The API endpoints for web links were also added.
Other
- Raise workflow attribute errors on DEBUG.
- Add keyword argument to the document parse_range() function.
- Remove extra spaces in document_signatures/storages.py and document_signatures/settings.py.
Removals
- None
Backward incompatible changes
- None
Issues closed
- viewtopic.php?t=2885 Problem with "web links"
- viewtopic.php?t=2887 Problem with default metadata values