Skip to content

Releases: cajuncoding/ApacheFOP.Serverless

v1.7

29 Jan 18:44

Choose a tag to compare

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

29 May 02:39

Choose a tag to compare

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

14 Oct 02:45

Choose a tag to compare

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

11 Aug 23:11
479220a

Choose a tag to compare

  1. 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.
  2. Several small code improvements for consistency
  3. Additional debugging log added to better know if rendering process was completed (e.g. logs SUCCESS along with Pdf Byte Size).