Mayan EDMS v3.3.17 Release Notes

Release Date: 2020-04-09 // about 4 years ago
    • โœ‚ Removed a possible race condition when returning the signature of just signed document using embedded signatures.
    • โž• Add development setting for Docker databases.
    • โž• Add manage target against Docker databases.
    • ๐Ÿณ Use tmpfs for gunicorn's heartbeat file under Docker. Closes GitLab issue #754. References: https://pythonspeed.com/articles/gunicorn-in-docker/, https://docs.gunicorn.org/en/latest/settings.html#worker-tmp-dir and https://docs.gunicorn.org/en/latest/faq.html#how-do-i-avoid-gunicorn-excessively-blocking-in-os-fchmod
    • โšก๏ธ Update contributed LDAP setting file.
    • ๐Ÿ‘Œ Improve the design of the 404, 403 and 500 error pages.
    • โšก๏ธ Update production error log settings. Max bytes from 1024 to 65535 and backup from 3 to 5.
    • ๐Ÿ— Detect if devpi-server is installed before building the Docker image.
    • โž• Add git-core to the Docker image to allow installing development Python libraries.
    • ๐ŸŒฒ Send all exception to the log system and let the log system perform the filtering.
    • โž• Add development setting for Docker databases.
    • โž• Add manage target against Docker databases.
    • ๐Ÿณ Copy minor improvements to the default Docker Compose file.