Skip to content

Releases: stumpylog/gotenberg-client

0.4.0

04 Dec 17:51
Compare
Choose a tag to compare

Changed

  • Removed some certain special cases from coverage
  • Updated pre-commit hook versions
  • Updated how pytest is configured, so it will apply to any invocation
  • Updated test running image to log at warning or lower using text format
  • Updated test running image from 7.9.2 to 7.10.1
  • For the moment, send both pdfa and pdfFormat for compatibility with 7.9 and 7.10
    • See here for some subtle differences in what these options mean

Added

  • Added new test job against Gotenberg's :edge tag

0.3.0

17 Oct 18:17
Compare
Choose a tag to compare

Added

  • Support for the output filename and request tracing for all routes

Removed

  • References to compression and Brotli. Gotenberg doesn't seem to ever compress response data

Fixed

  • An issue with the sorting of merging PDFs. Expanded testing to cover the merged ordering

Changed

  • Multiple merge calls on the same route will maintain the ordering of all files, rather than just per merge call

0.2.0

16 Oct 17:49
Compare
Choose a tag to compare

Added

  • CodeQL scanning via GitHub
  • Codecov.io coverage shield

Changed

  • Updated pypa/gh-action-pypi-publish from 1.8.8 to 1.8.10
  • Updated actions/checkout from 3 to 4
  • Mis-spelled gotenerg_url for a Client is now host and no longer keyword only

0.1.0

16 Oct 02:57
Compare
Choose a tag to compare

Added

  • Chromium conversion routes
  • LibreOffice conversion routes
  • PDF/A conversion route
  • PDF merge route
  • Health status route
  • Testing and typing all setup and passing