It takes great effort to make Mayan EDMS as feature-rich as it is.
Please donate to foster the continued development of the project. Thank you!
Version 4.5.10
Sun, Mar 3, 2024
Version 4.5.10
Released: March 3, 2024
Changes
This version includes the changes from version 4.4.13 plus the
following:
Dependencies
Updated Django from version 3.2.23 to 3.2.24.
Docker
Updated the following Docker container image versions:
Debian from 12.4-slim to 12.5-slim
PostgreSQL from 13.12-alpine to 13.13-alpine
Python from 3.11.7-slim to 3.11.8-slim
RabbitMQ from 3.12.12-alpine to 3.12.13-alpine
Document downloads
Updated the download file API to handle anonymous user gracefully.
Other
Minor code style fixes.
Fix typos.
Test updates:
Remove more direct uses of values_list.
Remove more direct imports of base test mixins.
Sort test mixins.
Testing style updates.
Removals
Backward incompatible changes
Deprecations
Issues closed
None
Insane scalability
Scale up to millions of documents and hundred of millions of pages.
Document versioning
Store many versions of the same document, download or revert to a previous version. Each version can have its own separate access control too.
Fine grained permissions system
There is a permission for every atomic operation performed by users.
Document workflows
Determine the current state of a document and to which other states it can be transitioned. Document workflows provide the easiest way to mechanize your current document business processes.
Document linking and referencing
Smart links are automatic, rule based links between documents for easy cross reference.
Comprehensive settings system
Almost all aspects of the system can be configured. Mayan EDMS can be adjusted for many different workloads and industries.
REST API
Need to integrate Mayan EDMS as part of an existing infrastructure? A client-less, HTTP, self documenting, REST API is provided out of the box.
Web based setup
All functionality is accessible via a permission controlled setup panel.