Release 26.05.14-01
Release: v26.05.11-01 → v26.05.14-01
Caution
Rollback Warning: This release contains an irrevertable change that is non-trivial to rollback from.
- Push Publish: Bundles now carry
dotStylePropertiesand Style Editor schemas; receivers persist data that older senders/receivers did not write. (#35659)
Features & Enhancements
- Content Analytics: Split the
docker-compose-examples/analyticsstack into a dedicatedexperiments/directory and redirected CA infrastructure setup to the newdot-ca-event-managerrepo. (#35624, #35678) - Content Analytics: Renamed
DOT_ANALYTICS_CUSTOMER_ID→DOT_ANALYTICS_TENANTandDOT_ANALYTICS_ENVIRONMENT→DOT_ANALYTICS_PROJECT(and the upstream?environment=query param to?project=) to align with Platform Team naming conventions. (#35662) - Queue: Added a cloud-agnostic
DotQueuePublisherabstraction withDOT_QUEUE_PROVIDERconfig-driven selection, shippingSqsQueuePublisherand a defaultNoOpQueuePublisher. (#35628) - Folder Resource: Added
offsetandlimitquery parameters toPOST /api/v1/folder/byPath, replacing the silent 20-row truncation with paginated subfolder results (default 40,-1for unlimited up to a 10000 safety cap). (#35618) - Maintenance Portlet: Added
DELETE /api/v1/maintenance/_contentletsREST endpoint for bulk contentlet destruction, replacing the legacy DWR path. (#35233) - Analytics Dashboard: Added
getContentAttributionandgetConversionsOverviewservice methods plus refactored conversions state for the new dashboard charts. (#35657) - API Documentation: Expanded OpenAPI descriptions for
NavResource,ContentTypeResource,TempFileResource, andWorkflowResourceto better serve AI agents and API consumers. (#35382)
Fixes and Known Issues
- Edit Content: Dismissing the unsaved-changes dialog via the X icon or ESC key now keeps the user on the editor instead of discarding their work. (#35646)
- Edit Content: Switching content items of the same type and translating manually between locales now properly clear stale field state (binary/image, date picker, relationship, and custom fields). (#35596)
- Edit Content: Required Custom Fields left empty now show the standard "This field is mandatory" inline message and a red border, exposed via new
getValidationState()andonValidationChange()methods onDotCustomFieldApi. (#35653) - SDK Client:
client.page.get({ mode: 'EDIT' | 'PREVIEW' })now correctly translatesUVE_MODEkeys to backendPageModevalues, so preview/edit modes no longer silently fall back to LIVE. (#35656) - OpenSearch Migration: Startup connectivity failures are now hard errors that trigger an emergency
haltMigration()reset to phase 0;hasEmptyIndices()is phase-aware; thread-unsafeSimpleDateFormatreplaced withDateTimeFormatterinESIndexResource. (#35632) - CSV Import: Tag processing now uses a diff-based approach under a
SELECT ... FOR UPDATErow lock and propagates exceptions, eliminating a race condition that produced tag unions and silently swallowed failures. (#35648) - Categories API: Single quotes in category names are now escaped in the recursive path SQL literal, fixing "Unterminated identifier" errors on
/api/v1/categories/childrenand closing a SQL injection vector. (#35676) - Page Cache: Vanity URL 200-forward responses now include the original request URI in the cache key, preventing different vanity-forwarded URLs that resolve to the same detail page from serving each other's cached content. (#35704)
- Permissions:
PermissionBitFactoryImpl.loadPermissions()no longer caches empty walk-up results, preventing intermittent 401s on public pages after Push Publishing. (#35684) - Template Builder: Templates portlet wrapper no longer echoes layout changes synchronously back to the designer, fixing column reordering and row duplication after row deletion. (#35698)
- Legacy Edit Content UI: Tag chips in the legacy Dojo edit screen now grow to fit their full text instead of being clipped at 112px. (#35667)
- dotAI: Default embeddings search threshold lowered from
0.5to0.25across backend constants and frontend defaults. (#35660) - UVE: Fixed auto-expand of tabs on style editor changes. (#35689)
- Block Editor 2.0: Follow-up improvements and bug fixes. (#35691)
Infrastructure & Security
- CI/CD: Docker
:latestpush and "Next Release" issue relabeling in the-6 Release Processworkflow are now gated tomain-branch dispatches only. (#35652) - TipTap: Pinned
@tiptap/coreviaresolutionsand promoted@tiptap/extension-code-blockto a direct dependency to unblockyarn nx serve dotcms-uiafter the Block Editor 2.0 merge. (#35685) - SDK: Bumped SDK
VERSIONfrom1.5.2to1.5.3to keep trunk@nextbuilds ahead of@latest. (#35562) - Tooling:
gh-issue-troubleshootslash command now auto-registers new integration tests in the correct JUnit 4/5 suite file. (#35644)