Skip to content

Release 26.07.10-01

Choose a tag to compare

@dotCMS-Machine-User dotCMS-Machine-User released this 10 Jul 14:37

Release: v26.07.09-01 → v26.07.10-01

Features & Enhancements

  • Publishing Queue: New Angular portlet replaces the legacy JSP-driven Publishing Queue and History screens with a unified bundles table, status-chip filtering, and Add Bundle / Upload wizards (the legacy screen remains available as a rollback escape hatch). (#36413)
  • Folder API: GET /api/v1/folder/search now returns a hasChildren boolean per folder so UI tree components can render expand arrows accurately without an extra request per folder. (#36497)

Fixes and Known Issues

  • Experiments / SDK: Restored variant rendering both inside and outside UVE, initializing DotExperimentsProvider gracefully on failure and treating any UVE mode as being inside the editor. (#36493)

Infrastructure & Security

  • CI/CD: PRs labeled PR: docker image now publish a per-PR test image to dotcms/dotcms-test in parallel with the test suite, promoting the exact artifact CI already built. (#36332)
  • CI/CD: The Claude Backend Code Reviewer now upserts a single sticky comment reflecting the current branch state and can approve to unblock PRs once findings are fixed. (#36485)