feat(container): update gotenberg/gotenberg ( 8.14.1 → 8.17.1 ) #548
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.14.1
->8.17.1
Release Notes
gotenberg/gotenberg (gotenberg/gotenberg)
v8.17.1
: 8.17.1Compare Source
Bug Fix
The split feature wasn't working as expected if more than 9 resulting files. Thanks to @ninjacarr and @zach-goldberg for the heads-up!
Chore
Updates Go dependencies.
v8.17.0
: 8.17.0Compare Source
New Features
Configuration with Environment Variables
You can now configure your Gotenberg instances using environment variables. For example, instead of setting
--api-port=3000
, you can useAPI_PORT=3000
.Thank you, @rojomisin, for the suggestion!
Debug Route
When enabled with
--api-enable-debug-route
(orAPI_ENABLE_DEBUG_ROUTE=true
), the/debug
endpoint returns formatted JSON detailing your Gotenberg instance's configuration (including flag values, architecture, etc.).Thank you, @nktnet1, for the suggestion!
Bug Fix
Due to a CI misconfiguration, the
/version
route in Gotenberg 8.16.0 was displaying an empty string. This issue has been fixed. Thanks to @clee231 for the heads-up!Chore
133.0.6943.53
(except forarm64
).v8.16.0
: 8.16.0Compare Source
New Features
Flattening Annotations
Thanks to @chakalov, this release brings a new multipart/form-data route for flattening PDFs:
This feature is also available to the following routes via a new form field
flatten
(boolean):/forms/libreoffice/convert
/forms/pdfengines/merge
/forms/pdfengines/split
Chromium Restart Strategy
The new default value for the
--chromium-restart-after
flag is 10, helping stabilizing the memory usage of your Gotenberg instances.Thanks @HarryGogonis, @michalschroeder and @Fank for the help! See #987 for more details.
New Log Field
log_type
The logs have now a new field
log_type
to help differentiating entries (eitherapplication
oraccess
).Dummy Root Route
Thanks to @nktnet1, a new root route (e.g.,
/
) prints a welcome message with a link to the documentation.Faster CI / Latest Chromium Version for
armhf
The releasing of a new Docker image of Gotenberg has been drastically reduced, from approximately 1 hour to less than 5 minutes, thanks to arm64 GitHub runners. This also allows for the latest Chromium version on the
armhf
variant.Misc
Chore
132.0.6834.110/160
.v8.15.3
: 8.15.3Compare Source
Fix
Switches from info to debug a logging entry about stuck Chromium processes being killed.
Chore
Updates Go dependencies.
v8.15.2
: 8.15.2Compare Source
New Feature
This release improves the cleanup process for both LibreOffice and Chromium when they are restarted, and makes Chromium’s restart strategy (e.g.,
--chromium-restart-after
) more effective.Chore
Updates Go dependencies.
You may now sponsor this open-source project. Thanks ❤️
v8.15.1
: 8.15.1Compare Source
Fix
The PDF/A and PDF/UA conversion is broken in version
8.15.0
for the Chromium and LibreOffice routes. This release fixes this issue. Thanks @starwalkn for the heads up!You may now sponsor this open-source project. Thanks ❤️
v8.15.0
: 8.15.0Compare Source
Happy Holidays! 🎅 🎁 🎄
New Features
Split Route
This release brings a new multipart/form-data route for splitting PDF files:
It accepts the following form fields:
Thanks @ps73, @nodecentral, @markitosgv, @wjkoh!
Split Chromium PDFs
The multipart/form-data routes from the Chromium module also accepts the previous form fields for splitting the resulting PDF.
Split LibreOffice PDFs
In the same manner, the multipart/form-data route from the LibreOffice module accepts the previous form fields for splitting the resulting PDFs.
Chore
131.0.6778.204/139
(except forarmhf
).You may now sponsor this open-source project. Thanks ❤️
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.