Releases: adfinis/document-merge-service
Releases · adfinis/document-merge-service
v4.2.0
v4.1.0
v4.0.1
v4.0.0-rc.1
Breaking
- Remove support for external unoconv listeners
UNOCONV_SERVER
andUNOCONV_PORT
are no longer supported configuration options. Please remove
them from your configuration file.- By default an unoconv process gets launched within the container.
Feature
- Check template for available placeholders (2ac9aeb)
- Allow to validate docx template on upload (de81044)
Fix
- Make sure port is always printed as string (dd8f34b)
Documentation
- Extended user guide (09f0393)
v3.0.0
Fix
- Revert automatic conversion, add filter instead (4e91c50)
Breaking
-
Replace tfk-api-unoconv service with unoconv listener (f12f0a2)
UNOCONV_LOCAL
andUNOCONV_URL
are no longer supported configuration options. Please remove
them from your configuration file.- By default an unoconv listener gets launched within the container. To use a different listener
you can specifyUNOCONV_SERVER
andUNOCONV_PORT
.
-
After gathering some practical experience with the new automatic "Listing"-conversion for
multiline we noticed that this feature is a little bit too "clever" and breaks many advanced
use-cases. (4e91c50)
v2.0.0
v1.0.0
Initial release
Merge pull request #170 from open-dynaMIX/basic_logging_config feat(logging): add basic logging config