Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
8.20.0 source code.tar.gz | 2025-04-12 | 288.1 kB | |
8.20.0 source code.zip | 2025-04-12 | 378.9 kB | |
README.md | 2025-04-12 | 655 Bytes | |
Totals: 3 Items | 667.7 kB | 0 |
New Features
-
You can now disable the building of debug data using the new
--gotenberg-build-debug-data
flag (default:true
)
or theGOTENBERG_BUILD_DEBUG_DATA
environment variable. This can significantly improve startup time in environments like Google Cloud Run.
Thanks @ChocoChipset for the contribution! -
You can now override the
Content-Disposition
header using the webhook feature.
Thanks @stephentgrammer!
Bug Fix
- Fixed an issue where the merge order was sometimes incorrect.
Thanks @JhnBer!
Chore
- Updated Chromium to version
135.0.7049.84
(all platforms). - Updated Go dependencies.