Releases: programmfabrik/fylr-plugin-server-pdf
Release list
Release v1.5.0
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
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
v1.3.1 Windows: set binary path to 64bit default (was 32bit)
Release 1.3.0: Fixed Windows support
This version fixes Windows support with better defaults. Expects Chrome >= 132.
Release 1.2.1
Prevent Chrome to fail in cloud environment where /dev/shm size is quite limited.
Release 1.2.0
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
Release 1.1.1
fix a problem getting the devtool port on Chromium 126+
Release 1.1.0
- Support for Windows. Before this was never tested and didn't work properly.
Release v1.0.0
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.