Skip to content

Releases: programmfabrik/fylr-plugin-server-pdf

Release v1.5.0

Choose a tag to compare

@martinrode martinrode released this 20 Jul 19:58

Pre-release for checking the fylr-build-plugin build pipeline (see #80307) — plugin content unchanged vs v1.4.0, binaries now trimmed/stripped.

Release v1.4.0

Choose a tag to compare

@github-actions github-actions released this 19 Jun 11:55

PDF Server v1.4.0

This release fixes failures when exporting large PDFs.

What's fixed

Generating a PDF from a large number of objects — for example around 250 objects, producing a document of several hundred megabytes — could fail. In the web frontend this appeared as:

There was an error when trying to connect to the PDF server

The rendered document is now passed out in chunks as it is produced, rather than being assembled in one piece. This removes the previous size limit, so exports that used to fail now complete. Smaller exports are unaffected and behave exactly as before.

Upgrading

Install this version the same way as previous releases (upload fylr-plugin-server-pdf.zip as the plugin). No configuration changes are required.

Windows: better default path to chrome.exe

Choose a tag to compare

@martinrode martinrode released this 28 Feb 14:04
v1.3.1

Windows: set binary path to 64bit default (was 32bit)

Release 1.3.0: Fixed Windows support

Choose a tag to compare

@martinrode martinrode released this 28 Feb 13:58

This version fixes Windows support with better defaults. Expects Chrome >= 132.

Release 1.2.1

Choose a tag to compare

@mad-pf mad-pf released this 06 Feb 10:11

Prevent Chrome to fail in cloud environment where /dev/shm size is quite limited.

Release 1.2.0

Choose a tag to compare

@martinrode martinrode released this 21 Jan 09:23

Support Chrome version >= 132 by removing --headless=old and using just --headless. Older versions still use --headless=old.

More info on headless mode can be found here.

Release 1.1.2

Choose a tag to compare

@mad-pf mad-pf released this 02 Sep 13:32

Fix for Chromium 128

Release 1.1.1

Choose a tag to compare

@mad-pf mad-pf released this 04 Jul 09:16

fix a problem getting the devtool port on Chromium 126+

Release 1.1.0

Choose a tag to compare

@martinrode martinrode released this 07 Jun 10:25
  • Support for Windows. Before this was never tested and didn't work properly.

Release v1.0.0

Choose a tag to compare

@martinrode martinrode released this 19 Jun 15:11

This releases replaces the external fylr url with the api url of fylr to make it more reliable in case that the external url cannot resolve from within the fylr Docker container.