Release 26.08.14-01
dotCMS 26.08.14-01 is a maintenance release focused on fixes to push publishing of unique-field content, Future Time Machine expiration handling on the Page JSON API, and Content Drive folder actions, alongside CI/CD and Docker example updates.
Fixes
- Push publishing no longer fails permanently on the receiver when a stale search-index document references content that no longer exists; the bundle now resolves the first valid match, logs a warning for stale entries, and imports the content as new when none resolve. [#36898]
- Future Time Machine on the Page JSON API now honors the Expire Date, so content whose Online To date has passed at the requested date is no longer returned, matching the VTL render path. [#36731]
- Right-clicking a folder in the Content Drive sidebar tree now opens the folder context menu across the entire row, the tree scrolls to the folder the drive opened on, and the Edit Folder dialog now targets the folder being edited rather than the folder currently open. [#37029]
Infrastructure & Security
- The evergreen promote workflow accepts a
tracksinput, allowing thelatesttag to be repointed without cutting a new release, and now reports and notifies correctly whenlatestis moved. [#37037] - Fixed the autodoc pipeline's evaluation-context step, which failed on a missing trailing newline, and switched to a randomized heredoc delimiter to prevent token injection from issue or PR bodies. [#36949]
- Bumped OpenSearch from 3.4.0 to 3.8.0 in the single-node OpenSearch migration Docker Compose example. [#37047]