We merged 4 PRs in May with some significant improvements.
#1774 introduced a flag in the commit builder, providing more granular control over group information creation. This enhancement allows for greater flexibility when managing MLS group states.
We’ve improved error handling for old private messages in #1772. Now, when you encounter an outdated private message, OpenMLS will return a more specific error, making debugging and message management easier.
And #1767 refines how updates are handled within OpenMLS by transitioning to the use of SignerBundle instead of Signer.
Merged PRs May 2025
- #1774: feat: group info creation flag in commit builder
- #1772: chore: suppress
result_large_err
lint in interop client - #1767: fix: Return a more specific error message for old private messages
- #1766: Use SignerBundle instead of Signer for update