Release Notes / Version 13.2512.1
Table Of ContentsRight padding in library search bar too big
Fixed a visual glitch in the library search area where the search text was cut off too early.
(CMS-31171)
Upgraded Node.js to 24.18.0
Upgraded Node.js to 24.18.0 in studio-client and frontend workspace
(CMS-31124)
Fixed Publisher removing empty Struct Lists during blob conversion
The Publisher no longer removes empty Struct Lists from Struct properties during blob conversion. Previously, when resolving blobs on the MLS, the conversion logic erroneously skipped empty Struct Lists, causing Struct properties to differ between CMS and MLS/RLS. This could lead to unexpected behavior in application code that relies on the presence of empty lists within Struct properties.
(CMS-30789)
Image Editor UI improvements
The image editor's stage is now stateful and remembers its manually set size. In addition, the layout is more compact.
(CMS-30696)
Projects Database Schema Change
Some indexes on the migration and
project_events tables have been optimized.
The adjustments are applied automatically on startup of the Studio-Server and there are no required further actions to take.
You should however be aware that you cannot start old versions of the Studio-Server anymore once the schema has been adjusted. So, please consider making a database backup for the projects schema before the upgrade.
(CMS-30622)
Fixed Execution of Commandline Tools On Windows
Fixed a regression when starting command-line tools on Windows. After
resolving a deprecation regarding URL construction for Java 21, the
command-line tools could not handle Windows file paths anymore,
resulting in an error like this:
[ERROR] hox.configuration.impl.Corem - Config path contains malformed URL: file:C:\....
(CMS-30541)
Fixed Issue with Reconnect to Content Server in gRPC Mode
When in gRPC mode, a restart of a Content Server could leave clients in an endless loop without ever reconnecting. The only way to mend this situation was to restart all affected clients. This issue is now fixed.
(CMS-30100)
Fixed Issue Styling For Nested Link Lists
If you had an annotated link list with am embedded link list in the annotation, error and warning styles always appeared on both link lists, regardless of whether the embedded link list had issues or not. This is fixed, each link lists displays issue highlights only for itself.
(CMS-29406)


