Skip to content

Releases: adfinis/document-merge-service

v8.0.0

16 May 14:54
Compare
Choose a tag to compare

Feature

  • docker: Add image variants (72fb354)
  • docker: Replace uwsgi with gunicorn as app server (aa3f24b)
  • build: Use multi stage docker build for smaller images (73b9e43)
  • docker: Use python 3.13 for docker image (e38f4a4)
  • deps: Add python 3.13 to compatibility matrix (05e9268)
  • engine: Remove obsolete docx mailmerge engine (698da36)

Fix

  • settings: Make DOCXTEMPLATE_JINJA_EXTENSIONS setting optional (2ec2b63)
  • deps: Replace imghdr with python-magic (b6a4ca2)

Breaking

  • 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)

v7.3.7

10 Apr 12:26
f02d40f
Compare
Choose a tag to compare

Fix

  • ci: Create container images also when pusblishing a draft release (fb79d06)

Full Changelog: v7.3.6...v7.3.7

v7.3.6

10 Apr 09:34
ea382ae
Compare
Choose a tag to compare

Fixes

  • Use Ubuntu 22.04 for GitHub actions: #933
  • Update django-storages dependency after force-push: #956
  • Delete old template file on change if the new file is being uploaded: #957

Full Changelog: v7.3.5...v7.3.6

v7.3.5

13 Jan 10:25
Compare
Choose a tag to compare

Fix

  • deps: Update dependencies (16d4f76)

v7.3.4

12 Dec 09:36
Compare
Choose a tag to compare

Fix

  • cache: Cast common options for memcached cache (59f1727)

v7.3.3

10 Dec 15:16
Compare
Choose a tag to compare

Fix

  • cache: Add environment variable to configure cache options (6b45365)

v7.3.2

29 Nov 09:39
Compare
Choose a tag to compare

Fix

  • deps: Update dependencies (322e9ad)

v7.3.1

14 Nov 10:24
Compare
Choose a tag to compare

Fix

  • merge: Fix extension in filename when merging without convert (9676dab)

v7.3.0

12 Nov 14:35
6405fd3
Compare
Choose a tag to compare

Feature

  • api: Accept available placeholders as json list (88887c4)

v7.2.0

11 Oct 14:58
cb75020
Compare
Choose a tag to compare

Feature

  • auth: Make OIDC_USERNAME_CLAIM configurable (be82b1e)

Fix

  • deps: Update dependencies (4264f66)