Skip to content

Commit 6ae3af0

Browse files
chore(release): v8.2.0 platform cross-ref + terminology fix (#186)
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 0300bae commit 6ae3af0

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
@@ -58,6 +58,9 @@ on the response POJO is optional and absent in payloads from platforms
5858
that don't yet implement the field; older code parses the new shape
5959
cleanly via `@JsonIgnoreProperties(ignoreUnknown = true)`.
6060

61+
Requires AxonFlow platform >= 8.1.0 for `notify_url` webhook delivery
62+
and `Idempotency-Key` request deduplication.
63+
6164
Cross-SDK parity sweep: getaxonflow/axonflow-enterprise#2421.
6265

6366
## [8.1.0] - 2026-05-22 — `X-Client-ID` header on every outbound request + `org_id` in telemetry heartbeat + retry-config doc honesty
@@ -78,7 +81,7 @@ when no `clientId` is configured.
7881
telemetry up to parity with the platform — every heartbeat now
7982
identifies which deployment-organization emitted it. Two sources in
8083
precedence order:
81-
1. The `ORG_ID` env var when set (the operator's explicit configuration
84+
1. The `ORG_ID` env var when set (the explicit configuration
8285
on self-hosted deployments, or the `cs_<uuid>` tenant identifier on
8386
Community SaaS).
8487
2. Otherwise the `local-dev-org` sentinel.
@@ -94,7 +97,7 @@ when no `clientId` is configured.
9497

9598
- **Telemetry-enabled log line** softened from "anonymous telemetry
9699
enabled" to "telemetry enabled" to stay coherent with the `org_id`
97-
addition — the operator-supplied `ORG_ID` on self-hosted is not
100+
addition — the configured `ORG_ID` on self-hosted deployments is not
98101
anonymized; only the `instance_id` and `cs_<uuid>` Community SaaS
99102
identifier remain anonymous-by-design.
100103

0 commit comments

Comments
 (0)