Releases: adfinis/document-merge-service
Releases · adfinis/document-merge-service
v5.0.6
Fix
- Also log unshare in formats-call / only test unshare in error-path (
dd0f22c
)
v5.0.5
Fix
- validation: Fix excel template validation (
3c6149e
)
v5.0.4
- Allow isolation of unoconv calls to be disabled (default) (
74834f1
)
- Remove security restrictions to make unshare possible (
5b10cff
)
v5.0.3
Important: Be aware that the docker-container needs CAP_SYS_ADMIN since version 4.7.0
Fix
- Log an error if unoconv or unshare fails (
6e2f54a
)
v5.0.2
Fix
- Move temporary path to data directory
(afce2ca
)
v5.0.1
Fix
- docker: Fix docker uwsgi command (
85892f6
)
v5.0.0
Feature
- license: Switch license from MIT to GPL-3.0-or-later (
47c1a84
)
Fix
Breaking
- Drop support for Python v3.7. This should have been done in 29a49ee which updated the python version to 3.10 which is too restrictive. We now guarantee support for python versions 3.7 to 3.10. (
920c0bd
)
- document-merge-service is now released under the GPL-3.0-or-later license. (
47c1a84
)
v4.7.0
Feature
- Isolate libreoffice instances (
9e2db65
)
- engines: Add basic excel validation (
f396ae8
)
- engines: Render all excel-sheets with thee same data (
ca54651
)
- engines: Test datastructures with excel templates (
9a5c116
)
- engines: Create template test (
8c4cad1
)
- engines: Fix code for new xlsx library (
ca4a6a4
)
- engines: Add xlsx template engine (
e133c83
)
Fix
v4.6.3
This release is exclusively done for the update of the django package.
v4.6.2
Fix
- cleanup: Convert cleanup migration to command (#467) (
33052ee
)
- cleanup-migration: Fail gracefully in new container (
8a93339
)