chore(release): v0.2.1#6
Merged
Merged
Conversation
Bump version to 0.2.1 and document the joiner chat-history persistence fix plus the new CI/release pipeline in the changelog.
persist_session_tail re-encrypted and rewrote the full MLS snapshot on every drain, i.e. on every UI poll. Besides the wasted I/O, the constant AES-GCM + redb work on each poll starved the loopback gossipsub handshake on slow 2-core CI runners, so a joiner's session never reached "ready" within the test window. Write the snapshot only when state actually advances: new messages (which ratchet the group) or a freshly joined group being captured for the first time. Idle polls now do no snapshot I/O. Also raise nextest retries to 4 for the Moss-runtime test group: the loopback mesh occasionally fails to form and a fresh retry process recovers reliably.
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.
Release v0.2.1 — ships the joiner chat-history persistence fix (#5) with built installers.
Changes
Fixed— invite joiner's chat history now survives restart;Changed— new CI/release pipeline.After merge, tag
v0.2.1triggers the release workflow → Windows installers attached to the v0.2.1 release.🤖 Generated with Claude Code