Release 25.6
So far ACE used Redis cache if Redis connection details were configured, otherwise no cache was used.
Starting with this release it's necessary to explicitly configure ACE_CACHE_SERVICE=none if cache is not used,
otherwise it will result in cache connection errors as redis is the default cache service.
Configuration changes
See configuration for more details.
Runtime server
ACE_ACCESS_ROLE- new variable to control access to runtime server development APIs.ACE_CACHE_SERVICE- new variable to select cache service (redis(default),couchbase,none)ACE_API_DOCS_SERVER_URL- new variable to set OpenAPI server URL in generated API docs.
Added following telemetry variables:
ACE_TELEMETRY_ENABLEDACE_OTEL_LOGS_ENABLEDACE_OTEL_DEBUG_ENABLEDACE_OTEL_SAMPLING_RATIOACE_METRICS_EXPORT_INTERVAL_MILLIS
Added couchbase cache related variables:
COUCHBASE_CACHE_URLCOUCHBASE_BUCKETCOUCHBASE_SCOPECOUCHBASE_COLLECTIONCOUCHBASE_CACHE_USERNAMECOUCHBASE_CACHE_PASSWORDCOUCHBASE_DEFAULT_TTL_MIN
Designer server
KEYCLOAK_DESIGNER_ACCESS_ROLEis replaced byACE_ACCESS_ROLE
Release notes
See docker images below.
ACE 25.6.0
October 1, 2025
Support for local variables (Web)
It's now possible to save user specific variables in ACE Web, same way as in Designer Desktop. ACE Designer also has improved UX for managing user variables - count indicator, indicator for overridden variables, filtering and easy override and edit buttons.
- DIG2022-65837User variable documentation
- DIG2022-65623User variable count indicator
- DIG2022-65622Delete variable button in user variable popup
- DIG2022-65621Edit user variable button for workspace variables
- DIG2022-65620Add override button to workspace variables
- DIG2022-65619Chip for workspace variables with user override
- DIG2022-63473User variables in Web
- DIG2022-66987In ACE web application, The New User Variable button is not working as expected after successfully creating a new user variable
Refresh token support in Keycloak SSO
ACE Designer now supports refresh tokens for Keycloak and generic OIDC providers, which allows to reduce access token expiration time to improve security without impacting user experience.
- DIG2022-62758Use refresh token for Keycloak
- DIG2022-65474Use refresh token for OIDC
- DIG2022-65557Unable to log in dev4204 application getting Unauthorized Error
Open Telemetry support
Open telemetry is now supported in ACE. ACE can send traces, metrics and logs to OTEL collector.
- DIG2022-67033Open telemetry community site documentation
- DIG2022-64574ACE metadata logging for OTEL/Elasticsearch
- DIG2022-58561Telemetry performance tuning
- DIG2022-58559Add Open Telemetry traces
Couchbase support for cache
It is now possible to use Couchbase as a cache storage in ACE.
- DIG2022-64545Couchbase cache service
- DIG2022-64544Explicitly specify cache service
- DIG2022-67564Diagnostics check for couchbase
Other features
- DIG2022-63497JS code exerciser (code-ivm)
- DIG2022-67756Allow to specify multiple audience values for JWT validation
- DIG2022-65034Diagnostics check for JWT OpenId configuration endpoints
- DIG2022-66065Upgrade to CodeMirror 6
- DIG2022-61592Upgrade React 19
- DIG2022-65916Development mode cache warmup
- DIG2022-67402Add username to package.yaml dependency config
- DIG2022-62759Add runtime server to OpenAPI servers list automatically
- DIG2022-62754Ability to limit flow/api execution on server
Bug Fixes
- DIG2022-66857Security: CVE-2025-58754 (axios-1.11)
- DIG2022-65351Security: CVE-2025-9288 (sha.js-2.4.11)
- DIG2022-67243Deployment Server Diagnostics not showing the proper Status
- DIG2022-67121In ACE Desktop Application, Unable to execute the flow getting Internal Server Error
- DIG2022-66925In ACE web application, Under API- Dynamic API definition ,the clear icon under Flow section is not aligned properly
- DIG2022-65952Unable to use $headers directly in expressions
- DIG2022-65927ACE redis connectivity throws error - Error: Socket closed unexpectedly
- DIG2022-65741Diagnostics endpoint return scheduler status FAIL even if scheduler is not enabled
- DIG2022-65704/api-schema doesn't show schemas when using mongo
- DIG2022-65283Paste doesn't work in Designer Desktop yaml editor
- DIG2022-65054Designer Desktop runtime doesn't change branch
Docker images
Designer Web
docker pull euadigportalcoredev02acr.azurecr.io/ace-designer:25.6.0
Runtime server
docker pull euadigportalcoredev02acr.azurecr.io/ace-runtime-server:25.6.0
Deployment API server
docker pull euadigportalcoredev02acr.azurecr.io/ace-deployment-server:25.6.0
Scheduled job (BullMQ) administration
docker pull euadigportalcoredev02acr.azurecr.io/bull-board:25.6.0
Developer API portal
docker pull euadigportalcoredev02acr.azurecr.io/api-developer-portal:25.6.0
Designer Desktop
ACE Designer Desktop is available here