| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 8.26.0 source code.tar.gz | 2026-01-27 | 1.4 MB | |
| 8.26.0 source code.zip | 2026-01-27 | 1.5 MB | |
| README.md | 2026-01-27 | 830 Bytes | |
| Totals: 3 Items | 2.9 MB | 0 | |
New Features
Chromium
- New form field
waitForSelector: as an alternative to waiting on an expression, this allows users to wait for a specific node matching a selector to become visible in the HTML / at the remote URL before converting to PDF - thanks @danxmoran! - New form field
ignoreResourceHttpStatusDomains: exclude resources fromfailOnResourceHttpStatusCodeschecks based on their hostname - thanks @frostmark!
Prometheus
- New flag
--prometheus-metrics-pathto customize the metrics route path - thanks @davpsh!
Bug Fix
- Gotenberg does not ignore anymore client disconnections, closing resources early - thanks @romanek-adam-b2c2!
Chore
- Updated Chromium to version
144.0.7559.96. - Updated Go dependencies.
- Bumped Go to version
1.25.5(thanks @jmendes-alto).