docs/managed-datahub/release-notes/v_0_3_15.md
:::info
This contains detailed release notes, but there's also an announcement blog post that covers the highlights.
:::
31-Oct-2025
7-Apr-2026
hasClientSecret only) and fix SSO save errors by omitting read-only fields from the update mutation.GzipFilter) in addition to the base-path redirect filter, so proxied responses can be compressed again. Non-streaming proxied traffic (for example GraphQL) uses a buffered body path so gzip applies; paths configured as streaming (for example SSE for AI chat) stay streamed. Upstream Content-Encoding and Transfer-Encoding are stripped on buffered responses so the gzip filter can run; streaming responses set Content-Encoding: identity so they are not double-compressed. Streaming path prefixes are configurable via proxy.streamingPathPrefixes / PROXY_STREAMING_PATH_PREFIXES.GENAI_DAILY_TOKEN_LIMIT (use 0 to disable). Calls check the limit before invoking the model and record usage after each response; when the limit is exceeded, new calls fail fast with a clear error.3.15-acryl which caused assertions to stop running on remote workers. This infrastructure bug has been fixed and tested for to prevent future regressions.New Features:
/v3/logical/ and added bulk DELETE endpointFixes: