Removal of Flow parameter "ProcessingStepSettings"
The sub setting repackingAllowed of ProcessingStepSettings are removed and are no longer supported.Attention: you have implemented a custom flow template, please make sure to remove this property from the stepTemplates and workerDefinition
Task
Helm impact of non-root images in worker-topdf
Attention: The ToPDF-Worker was updated to use a non-root base image to improve security. For this reason configuration like the annotation profile where moved from /annotation/jwt-annotation-profile.xml to /app/annotation/jwt-annotation-profile.xml For customers that override this configuration, please adjust the corresponding Helm values: worker-topdf.worker.application.annotation.profiles: [ "file:/app/annotation/jwt-annotation-profile.xml" ] and worker-topdf.additionalConfigMaps[0].mountPath: /app/annotation/jwt-annotation-profile.xml
Task
Unable to load collection | Postgres
Wrap database queries in a transaction to allow reading large objects
Bug
2.17.0 - 17.12.25
Reduce size of exported PDFs
PDF generation was improved, resulting in smaller file sizes for some PDFs.
Task
Support binaryData for certificate checksum hashes
The generation of Helm checksum annotation hashes in combination with an external configmap for ca certificates now also supports the certificate configmap being defined with binary data.
Task
Omit Helm configmap without data
Prevent creation of ConfigMap data entries without content.
Task
Adding documents from original branch
It is now possible to copy a document from "Original documents" to "Output" branch via context menu.
Task
Export fails with old Metadata structure
Export works again with old metadata structure
Bug
Loading documents without pages
An error case where a document has no pages is now handled the same way as if the document could not be loaded at all.