chore(changelog): hygiene scrub for 2026-05-09 release#191
Merged
saurabhjain1592 merged 1 commit intomainfrom May 9, 2026
Merged
chore(changelog): hygiene scrub for 2026-05-09 release#191saurabhjain1592 merged 1 commit intomainfrom
saurabhjain1592 merged 1 commit intomainfrom
Conversation
cb4f8a3 to
72fcffc
Compare
…e2e] Sweep CHANGELOG.md to remove engineering-context references that should not appear on the customer-facing release surface, per the project's CHANGELOG hygiene rule: - ADR references - Issue / Epic / PR numbers - Cross-repo references (e.g. axonflow-enterprise#NNNN) - Sister-PR / internal-session cross-references Also re-dates the v8.0 / v0.2 release header(s) from 2026-05-08 → 2026-05-09 to match the actual ship day. Docs-only — no code, public API, or wire-schema changes. Signed-off-by: Saurabh Jain <saurabhjain1592@gmail.com>
72fcffc to
3c2cfd9
Compare
saurabhjain1592
added a commit
that referenced
this pull request
May 9, 2026
Followup to #191 (merged 2026-05-09 13:26Z). The CHANGELOG hygiene scrub stripped Python ellipsis-placeholder syntax `...` to a single `.` inside code literals, which broke 5 lines of customer-facing migration / API guidance: * L31-33 — `AxonFlow(...)`, `AxonFlow(..., telemetry=True)`, `AxonFlow(..., telemetry=False)` * L41 — `AxonFlowConfig(..., telemetry=...)` * L112 — `validation_alias=AliasChoices(...)` * L311 — `client.step_gate(..., include_prior_output=False)` * L468 — `ToolNode(awrap_tool_call=...)` Each restored to the pre-#191 form (verified against `git show 4091343~1:CHANGELOG.md`). Date bump (2026-05-08 → 2026-05-09) and internal-ref scrubs from #191 are preserved. No code changes. Signed-off-by: Saurabh Jain <saurabhjain1592@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sweeps CHANGELOG.md to remove engineering-context references that should not be on the customer-facing release surface (ADR refs, issue/Epic/PR numbers, cross-repo references like
axonflow-enterprise#NNNN, sister-PR cross-references).Also re-dates the upcoming release header from 2026-05-08 → 2026-05-09 to match the actual ship day.
Docs-only. No code, public API, or wire-schema changes.