Release 4.14
Release notes - version ACE 4.14
See docker images below.
Starting from 4.14.0 ACE default values are configured for production use.
Verify CACHE_FLOWS
, CACHE_VALIDITY_REQUEST_ENABLED
, ACE_MANAGEMENT_API_DISABLED
, PUBLIC_API_PORT
variable use in all environments, see usage here.
Management endpoint is now disabled by default. It must be enabled in DEV
environment (ACE_MANAGEMENT_API_DISABLED=false
) for Flow Manager to work.
Public endpoint is enabled by default, if not used it can be disabled by setting PUBLIC_API_PORT
to empty value.
Flow caching is now enabled by default.
Flow caching must be disabled in DEV
environment for Flow Manager to work.
One way is to enable cache validity requests (CACHE_VALIDITY_REQUEST_ENABLED=true
, recommended), another option is to disable caching explicitly (CACHE_FLOWS=false
).
ACE 4.14.0
March 2, 2023
Features
- DIG2022-10436Configure ACE 4 defaults for production use
Bug Fixes
- DIG2022-11594Security: sanitize-url-6.0.0
- DIG2022-11452OpenAPI schema export - request body is appended to unsupported methods
- DIG2022-11447Security: node-jose-2.0.0
- DIG2022-11441DAL image contains development dependencies
- DIG2022-10725Keycloak 20 logout support
Docker images
Digital API Orchestrator
docker pull euadigportalcoredev02acr.azurecr.io/digital-api-orch:4.14.0
Flow Versioning
docker pull euadigportalcoredev02acr.azurecr.io/flow-versioning:4.14.0
Flow Enrich Dal
docker pull euadigportalcoredev02acr.azurecr.io/flow-enrich-dal:4.14.0
Dynamic API Server
docker pull euadigportalcoredev02acr.azurecr.io/dynamic-api-server:4.14.0
Flow Designer Server
docker pull euadigportalcoredev02acr.azurecr.io/flow-designer-server:4.14.0
Digital Flow UI
docker pull euadigportalcoredev02acr.azurecr.io/digital-flow-ui:4.14.0
Flow Versioning CLI
docker pull euadigportalcoredev02acr.azurecr.io/flow-versioning-cli:4.14.0
Flow Runner
docker pull euadigportalcoredev02acr.azurecr.io/flow-runner:4.14.0
Cache Service
docker pull euadigportalcoredev02acr.azurecr.io/cache-service:4.14.0