Skip to content

Releases: gotenberg/gotenberg

5.0.1

25 Apr 07:33
Compare
Choose a tag to compare

Fixing a typo in DISABLE_GOOGLE_CHROME error message (thanks @hspak)

5.0.0

14 Apr 15:09
194670c
Compare
Choose a tag to compare

New features

  • a new environment variable DEFAULT WAIT_TIMEOUT allows to specify a default timeout to wait for until a conversion is considered unsuccessful. Default to 10 seconds.
  • new environnements variables DISABLE_GOOGLE_CHROME and DISABLE_UNOCONV allow to disable engines in order to save resources. Engines are enabled by default. Also, if an engine is disabled, calling corresponding endpoints will result to a 404 response.
  • all conversion endpoints (including /merge) now accept the form field waitTimeout allowing to override the default wait timeout.
  • HTML, URL and Markdown endpoints also accept the form field waitDelay to make sure the page you’re trying to generate is fully rendered.

Improvements

  • better HTTP code if an error occurs: 408 if request timeout, 404 if endpoint not found, 400 if bad request and 500 otherwise.
  • better Google Chrome conversions: more events are handled to make sure the page is ready before trying to generate a PDF (works great with timeout improvements).

Fixes

  • Gotenberg now merges correctly the PDF files alphabetically.

Breaking changes

  • merge endpoint is now /convert/merge (for internal reason).
  • form field filename as been renamed resultFilename.
  • form field webFontsTimeout has been removed in favor of waitTimeout.

4.4.0

26 Mar 16:39
Compare
Choose a tag to compare

One may now specify the resulting PDF filename (https://thecodingmachine.github.io/gotenberg/#filename).

4.3.0

15 Mar 16:19
Compare
Choose a tag to compare

The Go client is now separated from main code base.
Also updated Go to version 1.12.

4.2.1

13 Mar 10:00
Compare
Choose a tag to compare

Fixing go mod incompatibility (thanks @trelore)

4.2.0

18 Feb 12:48
Compare
Choose a tag to compare

Gotenberg now supports the Flat OpenDocument format (.fodt).

4.1.0

01 Feb 08:43
Compare
Choose a tag to compare

One may now set the timeout for loading web fonts when converting HTML, URL or Markdown (thanks @server-may-cry).

4.0.0

28 Jan 14:20
25f7ba3
Compare
Choose a tag to compare

New features:

  • URL conversions
  • More fonts (Asian characters)

Breaking changes:

  • Go library: variadic inputs (thanks @shihanng)
  • Office conversions: paper size option has been removed

3.2.0

03 Jan 15:05
Compare
Choose a tag to compare

This release adds a new endpoint /ping for checking the API availability (thanks @Peltoche).

3.1.2

03 Jan 10:12
053908c
Compare
Choose a tag to compare

Merge now works with PDF version < 1.7.