Release 26.2
Release notes
See docker images below.
ACE 26.2.0
April 1, 2026
Improve Git support for large repositories
This release improved git support for large repositories by using branch switching in single folder, which significantly improves performance when switching branches in large monorepos. Previously each branch was stored in a separate folder, requiring a full repository clone on every branch switch — a significant bottleneck for repositories of hundreds of megabytes.
- DIG2022-70794PoC for single branch switching
- DIG2022-70800Rework old operations
- DIG2022-70799Improve local and remote branch synchronization mechanism
- DIG2022-70798Implement dirty workspace check before switching branches
- DIG2022-70795Single-Folder Workspace Refactor (types, services, function definitions)
- DIG2022-71287Display git operation progress
Debugger improvements
The debugger now follows step execution order same way as the runtime does. It is now possible to pass errors and full previous step output (document, files, error context) into the next step input and execute Catch steps. A new "Run to end" option allows running the flow and stopping at a specified breakpoint.
- DIG2022-73732Debugger - run to end option
- DIG2022-57228Debugger step order with runtime
- DIG2022-71693Pass errors from previous steps during debugging
Workspace validation
Added further validation to check correct format of entity definitions.
- DIG2022-12989Entity definition validation
Package variables
Added support for using variables in all package.yaml fields, allowing for more dynamic and flexible package configurations.
It's also possible to use variables in the middle of string, not only as a whole value.
Previously it was possible to use variables only in gitToken field.
- DIG2022-79548Allow to use variables in all package.yaml fields
Other features
Bug Fixes
- DIG2022-69485Ace Designer: dependency display issue
- DIG2022-74930Git dependencies are not updated on reload/refresh
- DIG2022-80776Security: CVE-2026-33532 (yaml-2.8.1, yaml-1.10.2)
- DIG2022-80775Security: CVE-2026-33750 (brace-expansion-1.1.12, brace-expansion-2.0.2, brace-expansion-5.0.3)
- DIG2022-80774Security: CVE-2026-33671, CVE-2026-33672 (picomatch-2.3.1)
- DIG2022-80773Security: CVE-2026-4923, CVE-2026-4926 (path-to-regexp-8.2.0)
- DIG2022-80772Security: CVE-2026-4867 (path-to-regexp-0.1.12)
- DIG2022-80354Security: CVE-2026-32630, CVE-2026-31808 (file-type-21.1.1)
- DIG2022-79810Security: CVE-2026-29786(tar-7.5.9)
- DIG2022-79605Security: CVE-2026-3449 (once-2.0.0)
- DIG2022-79603Security: CVE-2026-29063 (immutable-3.8.2)
- DIG2022-79602Security: CVE-2026-2359 ,CVE-2026-3304 ,CVE-2026-3520 (multer-2.0.2)
- DIG2022-79600Security: CVE-2026-0540 (dompurify-3.3.1)
- DIG2022-79599Security: CVE-2026-27601 (underscore-1.13.6)
- DIG2022-75730Security: CVE-2026-25639 (axios-1.12.2 ,axios-1.13.2)
- DIG2022-75722Security: CVE-2026-26280 , CVE-2026-26318 (systeminformation-5.27.14)
- DIG2022-75721Security: CVE-2026-26960 (tar-7.5.7)
- DIG2022-75720Security: CVE-2026-26996 (minimatch-3.1.2.tgz , minimatch-7.4.6.tgz , minimatch-5.1.0.tgz , minimatch-9.0.4.tgz)
- DIG2022-75577Security: CVE-2025-69873 (ajv-6.12.6)
- DIG2022-75273Security: CVE-2025-69873 (ajv-8.17.1,ajv-8.12.0)
- DIG2022-75168Security: CVE-2026-2391 (qs-6.14.1)
- DIG2022-75094Security: CVE-2026-1615 (jsonpath-1.2.1)
Docker images
Designer Web
docker pull euadigportalcoredev02acr.azurecr.io/ace-designer:26.2.0
Runtime server
docker pull euadigportalcoredev02acr.azurecr.io/ace-runtime-server:26.2.0
Deployment API server
docker pull euadigportalcoredev02acr.azurecr.io/ace-deployment-server:26.2.0
Scheduled job (BullMQ) administration
docker pull euadigportalcoredev02acr.azurecr.io/bull-board:26.2.0
Developer API portal
docker pull euadigportalcoredev02acr.azurecr.io/api-developer-portal:26.2.0
Designer Desktop
ACE Designer Desktop is available here