chore(changelog): hygiene scrub for 2026-05-09 release#172
Merged
Conversation
…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>
3339cc8 to
09e21ab
Compare
saurabhjain1592
added a commit
that referenced
this pull request
May 9, 2026
Followup to #172 (merged 2026-05-09 13:26Z). The CHANGELOG hygiene scrub stripped Java/Javadoc-style ellipsis-placeholder syntax `...` to a single `.` inside code literals, breaking 4 customer-facing migration / API examples: * L41 — `(mode, configOverride, hasCredentials, ...)` * L44 — `sendPing(String mode, String sdkEndpoint, boolean debug, ...)` * L290 — `AxonFlowException(..., 409, "VERSION_CONFLICT")` * L847 — `config.put("allowed_providers", List.of(...))` Each restored to the pre-#172 form (verified against `git show d004d5f~1:CHANGELOG.md`). Date bump (2026-05-08 → 2026-05-09) and internal-ref scrubs from #172 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.