Release 26.1
For testing deployment in mongo storage mode is not done by runtime server, but designer server instead.
This change affects only development setup.
In case of file storage setup need to add this setting to ace-designer environment variables.
ACE_WORKSPACE_STORAGE=file
In case of mongo storage setup need to move this setting from ace-runtime-server to ace-designer environment variables.
DEPLOYMENT_SERVICE_URL=<deployment server URL>
Configuration changes
See configuration for more details.
Runtime server
ACE_DISABLE_JSONATA_EXPRESSION_CACHE- Optionally disable JSONATA step performance optimizationDEPLOYMENT_SERVICE_URL- removed from runtime server, moved to designer server
Designer server
DEPLOYMENT_SERVICE_URL- added to designer server, moved from runtime serverACE_WORKSPACE_STORAGE- new variable for storage type, must match runtime server setting
Release notes
See docker images below.
ACE 26.1.0
February 13, 2026
Performance improvements
This release includes performance improvements for Schema Validation and Jsonata steps. Improvement is mainly related to caching of compiled schemas and Jsonata expressions, and is most noticeable in case of large schemas or big Jsonata expressions.
- DIG2022-60027Schema validation step optimization
- DIG2022-60017Jsonata step performance optimization
Workspace validation
This release contains beta implementation of workspace validation feature, which allows to validate workspace content for consistency and correctness.
- DIG2022-14281Run validation from editor
- DIG2022-12990Workspace Consistency Validation
Other features
- DIG2022-74620Remove runtime server to deployment server dependency
- DIG2022-73274Update ACE community site URL in Designer
Bug Fixes
- DIG2022-75049Security: CVE-2026-25639 (axios-1.13.2,axios-1.12.2)
- DIG2022-74629Security: CVE-2025-61140 (jsonpath-1.1.1)
- DIG2022-74610Security: CVE-2025-68470 (react-router-6.30.1)
- DIG2022-74609Security: CVE-2026-22029 (router-1.23.0)
- DIG2022-74608Security: CVE-2026-24842 , CVE-2026-23950, CVE-2026-23745 (tar-6.2.1)
- DIG2022-74607Security: CVE-2026-24001 (diff-4.0.2)
- DIG2022-74606Security: CVE-2025-13465 (lodash-es-4.17.21)
- DIG2022-74605Security: CVE-2025-13465 (lodash-4.17.21)
- DIG2022-73311Security: CVE-2025-15284 (qs-6.14.0)
Docker images
Designer Web
docker pull euadigportalcoredev02acr.azurecr.io/ace-designer:26.1.0
Runtime server
docker pull euadigportalcoredev02acr.azurecr.io/ace-runtime-server:26.1.0
Deployment API server
docker pull euadigportalcoredev02acr.azurecr.io/ace-deployment-server:26.1.0
Scheduled job (BullMQ) administration
docker pull euadigportalcoredev02acr.azurecr.io/bull-board:26.1.0
Developer API portal
docker pull euadigportalcoredev02acr.azurecr.io/api-developer-portal:26.1.0
Designer Desktop
ACE Designer Desktop is available here