docs: add CHANGELOG with 0.4.0 release notes#82
Draft
Ivansete-status wants to merge 1 commit into
Draft
Conversation
Start tracking notable changes in a Keep a Changelog file so consumers (notably sds-go-bindings) can see breaking changes — the C FFI symbol rename and the required participantId — at a glance rather than reading the git log. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Ivansete-status
marked this pull request as draft
June 19, 2026 14:47
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.
Adds a
CHANGELOG.md(Keep a Changelog format) and records the 0.4.0 release, dated today.The 0.4.0 entry highlights the two breaking changes consumers need to act on:
Sds*→sds_*(nim-ffi v0.1.5 macro API, feat: adopt nim-ffi v0.1.5 (macro-based snake_case FFI) #81) — sds-go-bindings must update.participantIdis now required when creating aReliabilityManager(fix: require participantId on newReliabilityManager #67).…alongside the other notable additions (SDS-Repair, async snapshot-based persistence, Nimble build) and the nim-protobuf-serialization migration (#77).
Notes
2026-06-19. Once the matchingv0.4.0tag is cut, the entry already reflects the released contents.🤖 Generated with Claude Code