You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove dependency on MySQL. If you need to use mysql as a database, you may install the required dependency on top of the standard docker image. (08d909d)
document-merge-service now uses Gunicorn as its app server instead of uWSGI. If you are using a custom uWSGI configuration via the UWSGI_INI env variable, replace it with a custom Gunicorn configuration as explained in the documentation. (aa3f24b)
This will remove poetry entirely from the production image. If you customized the command, make sure to remove poetry run as the binaries are now globally available without using poetry. (73b9e43)
This fully removes the support of the docx mailmerge engine as the used library is quite inactive and there is no current use case for this engine. For more information, check issue #570. (698da36)