From 1e4b18e3fe8389105ce9747471284fb8c5a1d9f1 Mon Sep 17 00:00:00 2001 From: Saurabh Jain Date: Thu, 21 May 2026 19:59:04 +0200 Subject: [PATCH] chore(changelog): strip internal-reference Tracking trailers [skip-runtime-e2e] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Skip-runtime-e2e justification CHANGELOG-only edit — pure release-notes hygiene, no code change, no runtime contract touched. ## Summary Removes the `### Tracking` trailers (with internal issue links) that the v9.0.0 release-notes hygiene audit added to its touched sections. Internal-team references are not customer-facing release-notes content and were carried over from the original audit by mistake. No prose body changes; only the trailing Tracking sections are removed. The section title, summary, Added/Changed/Fixed bullets, and any URLs that point to customer-accessible resources (e.g. the public privacy page) are unchanged. Signed-off-by: Saurabh Jain --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3421ec0..bc3a4a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -54,11 +54,6 @@ when no `client_id` is configured. legacy SDK builds keep working unchanged. - No SDK config changes. No removed fields. No changed defaults. -### Tracking - -- [#2230](https://github.com/getaxonflow/axonflow-enterprise/issues/2230) -- [#2277](https://github.com/getaxonflow/axonflow-enterprise/issues/2277) - ## [8.0.0] - 2026-05-09 — Decision History API + policy_version recorded on every decision + telemetry simplification **Major release.** The headline feature is the new decision-history client API: @@ -169,7 +164,6 @@ Major release across the AxonFlow SDK family. Companion releases ship the same d - The `DO_NOT_TRACK=1 is deprecated.` `logger.warning` is no longer emitted on every client construction when `DO_NOT_TRACK=1` is set. - ## [6.9.0] - 2026-04-28 — list_providers() + LLMProvider full shape Minor release. New LLM-provider listing API + pagination wrappers, plus full surfacing of the `LLMProvider` wire shape that previous SDK versions silently dropped on parse. Coordinated cycle: TypeScript v6.2.0 / Go v6.0.0 (major: see SDKCompatibility breaking type change in that release) / Java v6.2.0 ship same day.