docs(source): v1.0.0 release hygiene — changelogs, STABILITY flip, honest stability docs - #204
Merged
Merged
Conversation
…nest stability docs F: source/CHANGELOG.md written (Keep-a-Changelog style matching sibling modules) recording the frozen contract and this cycle's behavior changes; source/kafka/CHANGELOG.md's Unreleased becomes the 1.0.0 entry with the frozen ack model, the Nak re-seek change, the drain fix, the cold-group seek/lag fix, and the integration-dep removal; the root CHANGELOG index moves source under Stable with links to both changelogs; STABILITY.md moves source to the stable label, documents the graduation against issue #179, and README's modules table flips source to v1.0.0 (stable); kafka README/package doc Stability sections updated and MSK/IAM auth plus DLQ-topic-must-exist setup notes added.
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.
Checkpoint 4/5 — release hygiene on the road to source/v1.0.0
source/CHANGELOG.md(new): frozen-contract record + this cycle's changes, matching the repo's Keep-a-Changelog per-module style.source/kafka/CHANGELOG.md:[Unreleased]→[1.0.0]with the frozen ack model and every behavior change from checkpoints 1–3 (Nak re-seek, drain-after-Close, cold-group seek/lag, tx-Term rejection, dep isolation).CHANGELOG.md:sourcemoves under Stable with links to both changelogs.STABILITY.md:source→ stable (v1.x) label; graduation note referencing issue Stabilize the experimental tier toward v1 + publish a compatibility matrix #179; experimental row now lists onlysinkamong IO edges.README.md: modules tablesource→v1.0.0 (stable).Evidence: markdown-only except two doc-comment blocks in
kafka.go; full CI matrix runs on this PR.