Skip to content

Commit d2655b0

Browse files
chore(changelog): fold [Unreleased] into [1.5.2] + strip internal-reference Tracking trailers [skip-runtime-e2e] (#78)
## Skip-runtime-e2e justification CHANGELOG-only edit — pure release-notes hygiene, no code change, no runtime contract touched. ## Summary - Folded the [Unreleased] section into the topmost release-line section so the topmost release-line in CHANGELOG matches the manifest version. Pre-fold, [Unreleased] held post-current-version work that would have made the section inconsistent against `plugin.json` / `package.json`. Expanded the topmost-section title to reflect the added scope. - Empty [Unreleased] header retained per Keep-a-Changelog convention. - Stripped `### Tracking` trailers (with internal issue links) from every section in scope — internal-team references are not customer-facing release-notes content. No code or behavior changes. Signed-off-by: Saurabh Jain <saurabh.jain@getaxonflow.com>
1 parent d5cef3a commit d2655b0

1 file changed

Lines changed: 5 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [1.5.2] - 2026-05-20 — Cross-plugin cooldown env override + Cache-layout doc fix + `org_id` in telemetry heartbeat
6+
57
### Added
68

79
- **`org_id` field in the telemetry heartbeat body.** Brings the Codex
@@ -21,25 +23,16 @@
2123

2224
### Changed
2325

24-
- **`scripts/telemetry-ping.sh` header comment** softened from "Anonymous
25-
telemetry heartbeat" to "Telemetry heartbeat" alongside the `org_id`
26-
addition — the operator-supplied `ORG_ID` is not anonymized.
27-
28-
### Tracking
29-
30-
- [#2277](https://github.com/getaxonflow/axonflow-enterprise/issues/2277)
31-
32-
## [1.5.2] - 2026-05-20 — Cross-plugin alignment: `AXONFLOW_AUTH_FAILURE_COOLDOWN_SECONDS` env override + Cache-layout doc fix
33-
34-
### Changed
35-
3626
- **401 auth-failure cooldown is now overridable via
3727
`AXONFLOW_AUTH_FAILURE_COOLDOWN_SECONDS`** (canonical name shared
3828
with the cursor and claude plugins). Default behavior is unchanged
3929
— unset = 300s. Malformed values (non-integer, zero, negative) fall
4030
back to 300s so a typo in the env var can't silently disable the
4131
back-off. Useful for testing and tuning; production deployments
4232
continue to use the default.
33+
- **`scripts/telemetry-ping.sh` header comment** softened from "Anonymous
34+
telemetry heartbeat" to "Telemetry heartbeat" alongside the `org_id`
35+
addition — the operator-supplied `ORG_ID` is not anonymized.
4336

4437
### Fixed
4538

@@ -69,10 +62,6 @@
6962
stderr nudge naming the failure and pointing at
7063
https://getaxonflow.com/dashboard for credential refresh.
7164

72-
### Tracking
73-
74-
- [#2275](https://github.com/getaxonflow/axonflow-enterprise/issues/2275)
75-
7665
## [1.5.0] - 2026-05-19 — Terminology: `tenant_id``client_id` in user-facing output
7766

7867
### Changed
@@ -108,10 +97,6 @@
10897
that Stripe Checkout's custom field is still labeled "AxonFlow
10998
tenant ID" until that form is updated separately.
11099

111-
### Tracking
112-
113-
- [#2230](https://github.com/getaxonflow/axonflow-enterprise/issues/2230)
114-
115100
## [1.4.0] - 2026-05-09 — Decision History API + policy_version recorded on every decision + telemetry simplification
116101

117102
### Added

0 commit comments

Comments
 (0)