Skip to content

Release 26.03.20-01

Choose a tag to compare

@dotCMS-Machine-User dotCMS-Machine-User released this 20 Mar 14:47

Release: v26.03.17-01 → v26.03.20-01

Caution

Rollback Warning: This release contains an irrevertable change that is non-trivial to rollback from.

  • Telemetry: The internal metric identifier now uses a {feature}_{name} composite key; rolling back would re-break the contentlets_count telemetry column mapping and resume data loss. (#35019)

Features & Enhancements

  • UVE: The UVE editor script is now injected server-side in page.rendered rather than manipulated client-side, reducing frontend overhead. (#34927, #34995)
  • Edit Content / Form Bridge: Added show() and hide() methods to the FormFieldAPI interface for both Angular and Dojo form bridges, enabling programmatic field visibility control with store synchronization. (#35003)

Fixes and Known Issues

  • Telemetry: Restored contentlets_count reporting (NULL for ~10 weeks on cloud) by reverting TotalContentsDatabaseMetricType.getName() to "COUNT" and introducing getQualifiedName() as the internal unique identifier. (#35019)
  • Edit Content: Scoped RelationshipFieldStore to the component level so multiple relationship fields on the same form maintain independent state. (#35017)
  • Block Editor: Fixed a schema validation error that rendered the editor as a blank button when block types were restricted via Settings; GridColumn now builds its content expression dynamically from the active allowed-blocks list. (#35035)
  • Publishing API: Corrected 10 OpenAPI spec inconsistencies in PublishingResource (/api/v1/publishing), including enum dropdowns for status and deliveryStrategy, date-time format annotations, ULID examples, and exposure of filterKey in the job detail view. (#34911)

Infrastructure & Security

  • CI/CD: Fixed SDKMAN installation on macOS runners by conditionally using zsh (macOS ships Bash 3.2, which SDKMAN 5.21.0 no longer supports). (#35007)
  • Docs: Refined internal issue refinement guidelines for clarity and structure. (#35021)