Releases: stumpylog/gotenberg-client
Releases · stumpylog/gotenberg-client
0.4.0
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
andpdfFormat
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
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
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 aClient
is nowhost
and no longer keyword only
0.1.0
Added
- Chromium conversion routes
- LibreOffice conversion routes
- PDF/A conversion route
- PDF merge route
- Health status route
- Testing and typing all setup and passing