Skip to content

Releases: gotenberg/gotenberg

7.2.0

12 Nov 16:53
Compare
Choose a tag to compare

New Feature

  • A new property --chromium-proxy-server for the Chromium module (see #376) - thanks @inzanez!

Fix

  • The property --chromium-user-agent was not working, but now it does.

Chore

  • Update Go dependencies.

7.1.1

02 Nov 16:57
Compare
Choose a tag to compare

This release brings a newer version of Google Chrome (95.x) for the amd64 Docker image.

Fix

Chore

  • Update Go dependencies.

7.1.0

19 Oct 16:49
d4c47ce
Compare
Choose a tag to compare

👋

New Features

Deprecations

  • The webhook feature is now a dedicated module - previous flags --api-webhook-* are deprecated.

Documentation

  • 🚧 OpenAPI documentation - thanks @grofoli!

Chore

  • Update Go dependencies.
  • Upgrade PDFtk version.

7.0.7

21 Sep 17:01
5fb35c2
Compare
Choose a tag to compare

This release brings the following fixes:

7.0.6

15 Sep 15:51
6e47f16
Compare
Choose a tag to compare

This release fixes an issue related to filenames case.

Fixe

Chore

  • Update Go dependencies.

7.0.5

09 Sep 18:27
13e6c2d
Compare
Choose a tag to compare

This release brings the following fixes:

  • Add Noto Color emoji font - fixes #174, #324 - thanks @toooni!
  • Update to latest Google Chrome version (amd64) - fixes #344
  • Tests: OS restrictions on port range - fixes #339 - thanks @remoteexception!
  • Add missing unoconv file extensions (.tif, .jpeg, .odp) - thanks @remoteexception!

7.0.4

27 Aug 17:32
Compare
Choose a tag to compare

This release brings:

  • A stable version of Google Chrome (92.x) for the amd64 Docker image.
  • A stable version of LibreOffice (7.2) for both amd64 and arm64 Docker images.

Fixes

Chore

  • Upgrade Go to version 1.17.

7.0.3

27 Aug 07:43
a5828fa
Compare
Choose a tag to compare

On a server, there is (most of the time) no GPU. By adding the --disable-gpu flag to Chromium, we make sure it works on most environments.

Fixes

  • Fixes #327.
  • Add missing Chinese serif font.

Chore

  • Upgrade the base image to a stable version of Debian - closes #329, closes #306.

7.0.2

23 Aug 17:02
5a439ca
Compare
Choose a tag to compare

Move out packages from internal namespace so that modules' developers may create variant of Gotenberg.

7.0.1

23 Aug 10:27
Compare
Choose a tag to compare

This release fixes the wrong Gotenberg version in the startup message and the Docker image labels.