Releases: cajuncoding/ApacheFOP.Serverless
Releases · cajuncoding/ApacheFOP.Serverless
v1.7
Release notes in the Readme for artifact version v1.7...
Summary:
- Mitigate XXE Vulnerabilities
- Fix Az Func pipeline Exceptions
- Improve thread safety handling to mitigate potential issues impacting FOP Factory initialization (e.g. Font Cache corruptions)
- Improve Error Handling
- Update all Maven Dependencies
- General code optimizations & cleanup
v1.6
Release notes in the Readme for artifact version v1.6...
Summary: Update to Az Func v4, FOP v2.11, and other dependency updates.
Apache Commons Text Vulnerability Fix
Updated apache-commons-text references to v1.10.0 to eliminate vulnerability found in v1.9 and earlier.
Read Accessibility Flag from Config + Small Code improvements
- Add support to read the Accessibility flag correctly from ApacheFOP configuration as noted in the documentation; a bug exists where the value is not loaded so we manually support this now in a way that is fully compliant with the documentation. The original support from Azure Function configuration (environment variable) is still supported also.
- Several small code improvements for consistency
- Additional debugging log added to better know if rendering process was completed (e.g. logs SUCCESS along with Pdf Byte Size).