Skip to content

Commit a380b0e

Browse files
chore(release): v8.2.0 platform cross-ref + terminology fix (#236)
Add platform >= 8.1.0 requirement to v8.2.0 Compatibility section. Replace "operator" with compliant wording in unreleased v8.1.0 entry. Part of the cross-repo release-prep sweep (getaxonflow/axonflow-enterprise#2428). Signed-off-by: Saurabh Jain <saurabh.jain@getaxonflow.com>
1 parent 7501352 commit a380b0e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ and the top-level package re-exports. The existing `getHITLRequest` /
5555
type is optional and absent in payloads from platforms that don't yet
5656
implement the field; older code parses the new shape cleanly.
5757

58+
Requires AxonFlow platform >= 8.1.0 for `notify_url` webhook delivery
59+
and `Idempotency-Key` request deduplication.
60+
5861
Cross-SDK parity sweep: getaxonflow/axonflow-enterprise#2421.
5962

6063
## [8.1.0] - 2026-05-22 — `X-Client-ID` header on every outbound request + `org_id` in telemetry heartbeat + single-attempt HTTP contract documented
@@ -75,7 +78,7 @@ when no `clientId` is configured.
7578
SDK telemetry up to parity with the platform — every heartbeat now
7679
identifies which deployment-organization emitted it. Two sources in
7780
precedence order:
78-
1. The `ORG_ID` env var when set (the operator's explicit configuration
81+
1. The `ORG_ID` env var when set (the explicit configuration
7982
on self-hosted deployments, or the `cs_<uuid>` tenant identifier on
8083
Community SaaS).
8184
2. Otherwise the `local-dev-org` sentinel (default-config Community-mode
@@ -96,7 +99,7 @@ when no `clientId` is configured.
9699

97100
- **Telemetry-enabled log line** softened from "Anonymous telemetry
98101
enabled" to "Telemetry enabled" to stay coherent with the `org_id`
99-
addition — the operator-supplied `ORG_ID` on self-hosted is not
102+
addition — the configured `ORG_ID` on self-hosted deployments is not
100103
anonymized; only the `instance_id` and `cs_<uuid>` Community SaaS
101104
identifier remain anonymous-by-design.
102105
- **README "A note on HTTP retries"** clarifies that the SDK does not

0 commit comments

Comments
 (0)