2026.16 Infrastructure Changes
3 min read
Changes on Application environment
Change | Environment Variable Name | Application Default Value (if env variable unset) | Example | Required | Applications | Short Description |
|---|---|---|---|---|---|---|
Added |
|
|
| false |
| Turns on cost dashboard view in the UI. The view surfaces the model usage and costs. Note: the feature is experimental. |
Added |
|
| false |
| Path to the YAML model cost sheet. Defaults to the default model cost configuration. Can be overridden. Replaces JSON-in-env pricing. Note: the feature is experimental. | |
Added |
| N/A |
|
| all backend services | It's needed to be able to talk to |
Added |
|
|
| false |
| Turns on or off the "Refresh Tool Settings" button in MCP hub "Tools" section |
Removed |
|
| This feature is now GA; feature flag not needed anymore | |||
Removed |
|
| This feature is now GA; feature flag not needed anymore | |||
Changed |
|
|
| Default value changed from | ||
Added |
|
|
|
|
| Enable/disable the image content extraction module. When |
Added |
|
|
|
|
| Points to the |
Added |
| - |
|
|
| Base URL for the Unique AI API (node-chat). Used for all LLM vision completions. |
Added |
|
|
|
|
| Redis hostname for job queue and result storage (from Key Vault). |
Added |
|
|
|
|
| Redis port (from Key Vault). |
Added |
| - |
|
|
| Redis password (from Key Vault). |
Added |
| - |
|
|
| Redis username, if ACL is enabled (from Key Vault). |
Added |
|
|
|
|
| Enable TLS for Redis (auto-enabled if port is 6380). |
Added |
|
|
|
|
| Enable Redis cluster mode instead of standalone. |
Added |
|
|
|
|
| JSON array of cluster nodes (required if cluster mode is on). |
Added |
| - |
|
|
| Redis cluster password (from Key Vault). |
Added |
|
|
|
|
| Enable TLS for Redis cluster connections. |
Added |
|
|
|
|
| Reject unauthorized TLS certificates for Redis. |
Added |
|
|
|
|
| Max concurrent async task workers for image extraction jobs. |
Added |
|
|
|
|
| Timeout in ms for each LLM vision completion call. |
Added |
|
|
|
|
| TTL in seconds for job results stored in Redis. |
Added |
|
|
|
|
| Timeout in seconds when polling for a task result internally. |
Added |
|
|
|
|
| Application log level. |
Added |
|
|
|
|
| Max request body size in bytes (64 MB). |
Added |
|
|
|
| Path to custom CA certificate for outbound TLS and Redis CA. | |
Added |
|
|
|
|
| Polling interval in ms for async job status checks. |
Added |
|
|
|
|
| Max wait time in ms for a single figure extraction job. |
Added |
|
|
|
|
| Retries per HTTP request to agentic-ingestion. |
Added |
|
|
|
|
| Feature flag to show Image Content Extraction configuration section in the folder ingestion settings UI. |
Added |
|
|
|
|
| Comma-separated |
New required environment variable:
As part of this release, CONFIGURATION_BACKEND_URL is now a required environment variable for all backend services. This connects each service to the centralized feature flag backend (backend-service-configuration) for flag evaluation.
Without this variable set, services will fall back to env-only flag resolution, which does not support per-company targeting or rule-based evaluation. This can lead to inconsistent flag behavior and confusion around where flags should be configured.
Please ensure CONFIGURATION_BACKEND_URL is added to the environment variables of all backend services prior to rollout. The value should point to the backend-service-configuration
New Image Content Extraction feature:
Please refer to this documentation for detailed instruction about how to deploy the new agentic-ingestion service and enable the feature: Agentic Image Content Extraction (experimental)