Skip to main content

priint:suite - Patch 159 - Change Log

This patch, released on June 25, 2025, continues development on new features and includes several bug fixes.

The build name on FTP: 4.6.0.770

Software

Windows:
PubServer_Install_Update_4.6.0.770.zip

Linux:
PubServer_Update_4.6.0.770_UbuntuLinux.deb

Release Notes

The Admin application

TicketDescriptionRelease notes
ADMIN-2348Fixed: ImageUtils URI is empty after uploading image by ContentFixed an issue where uploaded images showed an empty URL and the preview was not rendered.
ADMIN-2332Apply external user tag for user list in sessions pageAdded an external user tag to the user list on the Sessions page.
ADMIN-2328Fixed: Entity ID and templates sometimes do not show in the contentFixed an issue where Entity ID and Templates were sometimes not shown in the content creation view.
ADMIN-2325Content module: Change the solution to check the unique itemUpdated the solution to check unique content items using ID + Entity ID instead of string ID, ensuring consistency across APIs.

The planner application

TicketDescriptionRelease Notes
PRIINT-12121Temporarily remove the METADATA_SET options from RenderingServiceWhen updating to InDesignServer Plug-Ins 5.0 R37027 or newer or PDF native libraries for rendering 5.0 R37027 or newer, this would cause missing metadata after executing rendering processes. Fixed in Rendering Service 4.6.0 and newer.
PRIINT-12111Merge / port bugfix 10967 from 4.3 to 4.4, 4.5, 4.6, 4.7A PubServer method registration issue caused find statements to use the wrong instruction to fetch sub nodes, typically leading to an error message in InDesign Desktop. Fixed.
PRIINT-12110Improve cleanup / removal of temporary and cache folders in rendering libraryTemporary files/folders created by Rendering Service were not fully removed after shutdown (e.g., "priint-jrl*" directories). Users should stop the service, delete these directories, then update and restart. Now fixed if service is regularly restarted.
PRIINT-12086Flatplan - Multiselection - Number of notes displays wrongly on each pageFixed incorrect note count display in multiselection mode.
PRIINT-12083[MuaConnector] Error when serialize to JSONFixed error when serializing to JSON.
PRIINT-12082GUI Parameters - Implement hidden GUI parameterAdded GuiElementType.HIDDENFIELD.
PRIINT-12029Upload documents not working with duplicated/imported comet projectFixed issue preventing document template upload with duplicated/imported comet projects.
PRIINT-12013Upload InDesign Document locks documents - Cannot unlockRendering-service now uses transparent sessions, passing the user's session to reduce deadlock risk.
PRIINT-11818Missing execution summary when Camunda process is finishedExecution summary with process duration is now correctly sent.
PRIINT-11603Set default application in authService configAdded ability to set a default application in authservice config. See documentation.
PRIINT-10606New Task Plugin Method: Download generated PDF from MinIO to FilesystemAdded new PubServer plugin com.priint.pubserver.engine.plugin.camunda.DownloadPdfsPlugin to download PDFs from object storage to a filesystem. Requires variables like tenant, project, documentid, optional pdfProfiles, fileSystemPdfFilenamePrefix, and fileSystemOutputFolder. Returns paths in DOWNLOADED_PDF_PATHS. Throws PriintStorageException if PDFs are missing.