Skip to content

Releases: dwp/ms-html-to-pdfa

release notes

29 Jan 13:32
Compare
Choose a tag to compare

adding support for prometheus on /metrics endpoint

release notes

29 Jan 13:28
Compare
Choose a tag to compare

updates to vulnerabilities and gitlab-ci

release notes

13 Nov 08:59
Compare
Choose a tag to compare

the main functionality to build the pdf has been abstracted to https://github.com/dwp/html-to-pdf in order that different teams can use the functionality and wrap their own service layer around it.

Nothing has changed to the main functionality other than including this dependency and the necessary changes to implement it.

release notes

01 Nov 13:32
Compare
Choose a tag to compare

gitlab-ci inclusions, vulnerabilities and formatting updates

release notes

26 Jul 14:57
Compare
Choose a tag to compare

this release has been driven by issue 1 which highlighted a need to include UA accessibility pdf support.

  • accessibility: adding support for accessibility compliant pdfs with additional tests for missing fonts to embed
  • adding in UA functionality which is an additional 'type' for encoded pdf
  • moved to Java11

release notes

17 Jul 12:13
Compare
Choose a tag to compare
  • owasp: apply new jackson-databind version
  • docker: update Dockerfile with standard jdk 11 slim and bundled config file into the container
  • swagger: added open-api.swagger.yaml definition
  • env-config: update the config to support non strict substitution

release notes

18 Feb 10:12
Compare
Choose a tag to compare
  • update html to pdf library to latest release candidate
  • header: adding snyk and travis badges for vulnerabilities count
  • owasp: fix owasp vulnerabilities
  • version: new encoded-logger version

release notes

07 Jan 10:53
Compare
Choose a tag to compare

initial release of component

  • embedded standard fonts and colours
  • extend application to use environment variables in property files
  • adding in a monospace font to the default list with associated tests and examples
  • additional functionality and supporting files + tests