We merged 16 PRs in July with fixes to documentation and code improvements, and most importantly, OpenMLS v0.7 got released ๐.
Important fixes that got merged in July are #1797,
which ensures that the ratchet tree is trimmed correctly after processing proposals,
and #1793, which
corrects the calculation of the free index when inserting a new leaf node into
the ratchet tree in certain cases.
OpenMLS now also supports GroupContextExtensions
in external proposals.
Merged PRs July 2025
- #1816: Fix doc comment on
LeafNode::credential()
- #1813: Update CHANGELOG.md
- #1809: fix(doc):
SqliteStorageProvider
database initialization - #1807: feat: set migration table name for refinery migrations
- #1806: Bump packages to full (non-pre) versions
- #1805: Bump openmls and openmls_test to -pre.2
- #1802: export
mls_group::builder::*
- #1800: Update clippy.yml
- #1798: Bump all the versions to the next -pre.1
- #1797: fix: trim diff tree after processing all proposals
- #1796: Update changelog
- #1795: Documentation fixes and pub use
commit_builder::*
- #1793: fix: SelfRemove proposal type and free index calculation
- #1791: Update hpke-rs and libcrux dependencies to 0.3.0
- #1790: fix
uninlined_format_args
lint - #1784: Support GroupContextExtensions proposals from external senders