Julien Neuhart
a92a7fedba
feat(outbound): support authenticated proxy from environment variables
2026-07-15 20:08:29 +02:00
Julien Neuhart
d4c20c6b39
feat(telemetry): record backing-binary versions on spans, captured at build time
2026-06-07 14:52:06 +02:00
Julien Neuhart
f8905bac8c
refactor: make client- and operator-facing error messages clearer and actionable
2026-06-06 19:23:46 +02:00
Julien Neuhart
5c6a5c64b5
fix(libreoffice): correct ErrRuntimeException message
2026-06-04 18:37:06 +02:00
Julien Neuhart
4ebd977d97
feat(libreoffice): cap ErrCoreDumped retries and make them observable
2026-06-02 19:50:12 +02:00
Julien Neuhart
a82dd9f031
feat(libreoffice): add conversion size and requested pdf-format span attributes
2026-06-02 19:47:11 +02:00
Julien Neuhart
c24883b8a1
feat(libreoffice): lift conversions-since-restart and queue depth onto libreoffice span
2026-06-02 19:30:21 +02:00
Julien Neuhart
de572fe6b5
refactor(gotenberg): thread engine label into NewProcessSupervisor
2026-06-02 19:25:47 +02:00
Julien Neuhart
525102b991
refactor(libreoffice): classify Pdf errors and set span error.type
2026-06-02 19:07:26 +02:00
Julien Neuhart
4998870723
feat(libreoffice): SSRF guard for embedded external content
2026-04-30 14:16:59 +02:00
Julien Neuhart
7549a69f71
feat(otel): switch from software name to binary path
2026-03-28 13:31:28 +01:00
Julien Neuhart
ebf0548d19
refactor: switch from multierr to errors.join
2026-03-27 22:14:01 +01:00
Julien Neuhart
d3a65a587c
feat(supervisor): optional idle shutdown
2026-03-27 21:16:49 +01:00
Julien Neuhart
bb91259829
feat(libreoffice): add viewer preference form fields
2026-03-27 19:40:42 +01:00
Julien Neuhart
c72be765b0
feat(otel): add more tracing when communicating with internal tools / external APIs
2026-03-27 16:50:24 +01:00
Julien Neuhart
4e9f63004d
feat(otel): add OpenTelemetry support
2026-03-27 16:28:45 +01:00
Julien Neuhart
19db80bc2e
feat(pdfengines): add watermark and stamp feature
2026-03-18 04:46:12 +01:00
Julien Neuhart
57e1b7efda
chore(golangci-lint): bump golangci-lint to v2.10.1
2026-02-21 17:54:46 +01:00
Julien Neuhart
2baa59cb3a
refactor(gofix): modernize
2026-02-20 21:21:19 +01:00
Tom Brouws
12c25a2d21
feat(chromium): re-add concurrency support for Chromium ( #1467 )
...
* feat: add concurrency support to ProcessSupervisor
- Replace the single-slot mutex channel with a configurable semaphore to
allow multiple concurrent tasks.
- Add drain logic to ensure all active
tasks complete before process restarts.
* feat: add chromium-max-concurrency flag
- Add a --chromium-max-concurrency flag (1-6) to the Chromium module to
control how many conversions run in parallel.
- Update LibreOffice to pass maxConcurrency=1 as LibreOffice only supports
a single concurrent conversion.
* test: add integration tests for concurrent Chromium conversions
- Add concurrent request support to the integration test framework with
new step definitions for sending parallel requests and asserting on all
responses.
- Add a feature file for concurrent HTML to PDF conversions.
2026-02-13 10:00:58 +01:00
Julien Neuhart
3cbf772acf
docs(godoc): fix a bunch of typos
2025-04-17 11:15:52 +02:00
Julien Neuhart
147e3b1173
docs(godoc): improve the UpdateIndexes godoc
2025-03-17 14:51:24 +01:00
Julien Neuhart
b31024c362
feat(libreoffice): add updateIndexes form field
2025-03-17 13:32:26 +01:00
Julien Neuhart
a1596f7c62
feat(api): add debug route
2025-02-04 10:20:29 +01:00
Julien Neuhart
b06d7445d9
feat(libreoffice): add password form field for converting protected document
2024-09-20 20:36:45 +02:00
Julien Neuhart
4e1b347797
feat(libreoffice): retry on core dumped ( #930 )
2024-07-23 14:21:09 +02:00
Julien Neuhart
0c40b230dc
chore(libreoffice): fix wrong comment on quality option
2024-07-03 10:35:23 +02:00
Julien Neuhart
84dc57373a
feat(libreoffice): add many more options for conversions
2024-06-30 21:34:57 +02:00
maniack
d6fe895f6e
feat(libreoffice): add exportNotesInMargin form field ( #904 )
...
* ExportNotesInMargin allows to export comments in margin
https://help.libreoffice.org/latest/en-US/text/shared/guide/pdf_params.html
* Resolve requested changes
Move ExportNotesInMargin above LosslessImageCompression
Remove overhead ExportNotes=true
2024-06-17 08:31:42 +02:00
Julien Neuhart
697fa08d8b
chore(godoc): add breaklines
2024-06-13 11:14:24 +02:00
garethjudson
669a35afef
feat(libreoffice): add image options ( #898 )
...
* feat: libre office image options
* refactor: PR comment changes
* fix: change lossLessImageCompression default to false
---------
Co-authored-by: Gareth Judson <gareth.judson@delwp.vic.gov.au >
2024-06-13 10:28:36 +02:00
Martin
43a13ff2c5
feat(libreoffice): add singlePageSheets option
2024-03-25 15:46:48 +01:00
Julien Neuhart
31e7582216
feat(libreoffice): improve ExportFormFields godoc
2024-03-22 15:50:34 +01:00
Martin
91f63047e0
feat(libreoffice): add exportFormFields option
2024-03-22 15:50:34 +01:00
Andrea
c9aa4938f4
feat(libreoffice): add more extensions according to online docs ( #841 )
...
* #840 : added more extensions according to online docs @ libreoffice
* #840 : align test
---------
Co-authored-by: Andrea Esposito <a.esposito@hyperborea.com >
2024-03-19 15:46:36 +01:00
Julien Neuhart
d18e6920fc
chore(libreoffice): order ext list alphabetically
2024-03-04 10:09:42 +01:00
eMerzh
c95174ff11
feat(libreoffice): add macOS *.key support
2024-02-26 16:47:52 +01:00
Julien Neuhart
c47f5b06ba
feat(libreoffice): add macOS *.pages support
2024-02-23 18:16:42 +01:00
Julien Neuhart
f906ed741d
fix(flags): typos
2024-02-18 17:52:51 +01:00
timgrohmann
770208024d
feat: enable max queue size for chromium and libreoffice
...
fix gotenberg/gotenberg#463
2024-02-18 11:35:49 +01:00
Julien Neuhart
b8926350b9
fix(libreoffice): wrong HTTP status codes if invalid PDF formats
2024-01-18 12:15:39 +01:00
Julien Neuhart
1123af15c9
chore: upgrade to v8 ( #767 )
2024-01-04 19:30:03 +01:00
Julien Neuhart
cc65ca9b6a
fix(api): wait for modules readiness before starting server ( #752 )
2023-12-13 14:37:35 +01:00
Julien Neuhart
4bd7cba247
fix(libreoffice): accept PDF/A-1b instead of PDF/A-1a ( #751 )
2023-12-13 12:40:09 +01:00
Julien Neuhart
21c47f60f2
feat: remove deprecated stuff ( #726 )
2023-12-01 09:45:07 +01:00
Julien Neuhart
66142b1dd8
fix: wrong fs type
2023-11-24 08:26:29 +01:00
Julien Neuhart
ff5455881e
chore(libreoffice): switch to unoconverter ( #715 )
2023-11-05 20:50:33 +01:00
Julien Neuhart
143b7ce678
feat(pdfengines): add PDF/UA ( #714 )
2023-11-05 20:14:36 +01:00
Julien Neuhart
052448c59a
chore(libreoffice): switch to supervisor ( #708 )
2023-10-28 17:55:53 +02:00