Skip to main content

priint:suite - Patch 172 - Change Log

This patch, released on April 08th, 2026, includes ongoing feature enhancements and several bug fixes identified during end-to-end testing. The build name on FTP: 4.6.0.1097

Software​

Windows:
PubServer_Install_Update_4.6.0.1097.zip

Linux:
PubServer_Update_4.6.0.1097_UbuntuLinux.deb

Release Notes​

The Admin Application

Issue keySummaryRelease Notes
ADMIN-3503Process runs infinitely when creating Media AssetFixed an issue where process could run indefinitely.
ADMIN-3496Group Identifier value appears empty after savingFixed an issue where the Group Identifier column appeared empty in Content > Key Values tab after saving. Cause: the API response returned an empty value for group_identifier. Result: the value is now returned correctly and displayed in the UI.
ADMIN-3465Apply contentMetadata to have the result of those columns in advanced search resultImproved Advanced Search to support contentMetadata. Result: returns corresponding content metadata values in search results.
ADMIN-3461Add Objectlabel field in return values for processAdded ObjectLabel to process return.
ADMIN-3420Can't clear TOC data of deleted documentsFixed an issue where TOC data was not cleared for deleted documents when running “Clear TOC by Publication” without the “Include Children” option. Result: TOC data is now cleared correctly for deleted documents.
ADMIN-3419[Content] - Handle the same identifier content items case (Rest Connector)Fixed an issue where non-unique stringId caused missing records and incorrect UI behavior (e.g. large datasets not fully displayed). Fix: FE generates unique IDs for UI while keeping stringId for backend. Result: all records display correctly and actions work as expected.
ADMIN-3394URL Encoding Missing for Special Characters in API EndpointsFixed an issue where special characters in API requests (e.g. +, @, &, spaces) were not encoded correctly, causing request failures. Fix: applied proper URL encoding for path and query parameters. Result: API calls now handle special characters reliably.
ADMIN-3298Apply newAPIs Project and Role in the import/export usersUpdated user import/export to use new Project and Role APIs. Result: ensures compatibility with updated API structure.
ADMIN-2139Reordering values of each Value listAdded support for ascending sorting based on Sort value. Introduced a Sort column with default ascending order and drag-and-drop to reorder items. Fix: FE updates sort values in real time (10, 20, 30…) and shows confirmation on change. New items disable drag-and-drop until saved.
ADMIN-2083Selected item counter in pagination does not update correctlyFixed an issue where the selected item counter did not reflect checkbox selections. Result: the counter now shows the correct number of selected items.

The priint:planner application

Issue keySummaryRelease notes
PRIINT-12571Optimize download panel performanceWe have reduced the number of db and object-store calls that are needed to present download panel listings. Moreover, some of the calls are now done in parallel. This should provide a visible improvement in download panel loading speed.
PRIINT-12532AuthService - Application dropdown is empty when opening the login screen without app parameter in the URLThe first application selected from the application drop-down list when the login screen opens is selected if the application parameter in the URL is not sent and a default application is not defined.
PRIINT-12529Duplicate property "uploadRootPath" on LinuxIn JSON /pubserver/pluginconfig/com.priint.pubserver.preferences.CamundaServer/custom/CamundaServer.xml there was duplicated "uploadRootPath" entry. This duplicated entry is currently removed by Updater
PRIINT-12512Priint Cache Integration documentation updatePriint cache documentation was updated.