Skip to content

Commit 6f144bc

Browse files
docs(managed-datahub): add v0.3.15.6 and v0.3.16.6 release notes (datahub-project#16931)
1 parent a66b98a commit 6f144bc

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

docs/managed-datahub/release-notes/v_0_3_15.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,24 @@ This contains detailed release notes, but there's also an [announcement blog pos
2121

2222
## Release Changelog
2323

24+
### v0.3.15.6-acryl
25+
26+
#### Release Availability Date
27+
28+
7-Apr-2026
29+
30+
#### Security
31+
32+
- OIDC: Stop exposing the client secret via GraphQL (use `hasClientSecret` only) and fix SSO save errors by omitting read-only fields from the update mutation.
33+
34+
#### Platform
35+
36+
- **Gzip / frontend proxy**: The frontend HTTP filter chain now includes Play’s enabled filters (including `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`.
37+
38+
#### Gen AI
39+
40+
- **Daily LLM token limit**: Integrations service enforces a per-day token budget for LLM calls (tracked in UTC, resets at midnight UTC). Default limit is 20 million tokens; configure with `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.
41+
2442
### v0.3.15.5-acryl
2543

2644
- Fix for automations stability

docs/managed-datahub/release-notes/v_0_3_16.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,27 @@ This contains detailed release notes. Read the highlights in this [blog post](ht
2121

2222
## Release Changelog
2323

24+
### v0.3.16.6-acryl
25+
26+
#### Release Availability Date
27+
28+
7-Apr-2026
29+
30+
#### Security
31+
32+
- OIDC: Stop exposing the client secret via GraphQL (use `hasClientSecret` only) and fix SSO save errors by omitting read-only fields from the update mutation (#8887).
33+
34+
#### Product
35+
36+
- **Structured property proposals** (#8103): Clearer structured-property flows on assets and on dataset schema columns—direct edit/upsert where you have full write access, versus proposal flows that require approval. Separate actions for proposing new structured property values vs proposing updates to existing values (update proposals cannot add new properties). Same pattern at the column level for schema fields.
37+
- **Ingestion UI**: Fixed a cache bug when creating a new ingestion source (#8533).
38+
- **Bulk editing**: Fixed alignment for selected items in bulk edit.
39+
- **Entity profile**: Other (non-editable) fields now use display names consistently with editable structured properties (#8352).
40+
41+
#### Platform
42+
43+
- **CI / images**: Fixed `copy_re` workflow variant lists so publish jobs match variants present on this branch; partial sync and version bumps aligned with acyl-main (#8844).
44+
2445
### v0.3.16.5-acryl
2546

2647
- **On-Prem Versions**:

0 commit comments

Comments
 (0)