This list shows all versions that include breaking changes and how to upgrade.
embedding.dashboard.hideSidebar
used to hide the navbar above the flows table in the dashboard now it relies on embedding.dashboard.hideFlowsPageNavbar
AP_FLOW_WORKER_CONCURRENCY
and AP_SCHEDULED_WORKER_CONCURRENCY
environment variables. These values are now retrieved from the app server.AP_CONTAINER_TYPE
is set to WORKER
on the worker machine, and AP_SCHEDULED_WORKER_CONCURRENCY
or AP_FLOW_WORKER_CONCURRENCY
are set to zero on the app server, workers will stop processing the queues. To fix this, check the Separate Worker from App documentation and set the AP_CONTAINER_TYPE
to fetch the necessary values from the app server. If no container type is set on the worker machine, this is not a breaking change.AppConnection
entity.AppConnection
entity.name
attribute to externalId
and add the displayName
attribute.AP_MAX_FILE_SIZE_MB
.AP_MAX_FILE_SIZE_MB
to a higher value, and make sure the storage system (database/S3) has enough capacity for the files.AP_SANDBOX_RUN_TIME_SECONDS
is now deprecated and replaced with AP_FLOW_TIMEOUT_SECONDS
AP_CODE_SANDBOX_TYPE
is now deprecated and replaced with new mode in AP_EXECUTION_MODE
AP_CODE_SANDBOX_TYPE
to V8_ISOLATE
, you should switch to AP_EXECUTION_MODE
to SANDBOX_CODE_ONLY
AP_SANDBOX_RUN_TIME_SECONDS
to set the sandbox run time limit, you should switch to AP_FLOW_TIMEOUT_SECONDS
EXTERNAL_CUSTOMER
role has been deprecated and replaced with the OPERATOR
role. Please check the permissions page for more details.SIGN_UP_ENABLED
environment variable, which allowed multiple users to sign up for different platforms/projects, has been removed. It has been replaced with inviting users to the same platform/project. All old users should continue to work normally.EXTERNAL_CUSTOMER
role, you should start using the OPERATOR
role instead.