2026.36 Infrastructure Changes
1 min read
Changes on Application environment
Change | Environment Variable Name | Application Default Value | Example | Required | Applications | Short Description |
|---|---|---|---|---|---|---|
Added |
| - |
| true (from |
| In-cluster base URL of the |
Added |
|
|
| false |
| Enables version history for skill files. |
Added |
|
|
| false |
| Enables bulk actions (e.g. status, assignee, re-run and delete) for Agentic Tables |
Removed |
| - | - | - |
| Error banner feature is now GA. The sheet now always shows an error banner when the space configuration is invalid or when the agent fails while processing. |
Moved |
|
|
| false |
| Web search argument screening now resolves through |
Removed |
| - | - | - |
| The feature flag was converted to the environment setting |
Removed |
| - | - | - |
| The feature flag was converted to the environment setting |
Service dependencies
From .36 the Unique API rollout begins enabling one API domain per even release. backend-service-chat continues to receive all /public/chat traffic and forwards the domains that are live to unique-api internally.
unique-apimust be deployed and running in every environment from.36onward. The first domain to move is Identity & access:/users,/groups,/company.New in-cluster egress path:
backend-service-chat→unique-api(service port80, pod port8096). Where NetworkPolicies are enforced, this dependency has to be allowed, otherwise the forwarded requests are blocked and the affected routes fail with502.
Rollout background and per-domain order: Unique API Rollout.