Highlights
- Adds commit buffering, so that CoreCrypto is now tolerant to receiving a commit even if not all referenced proposals have yet been received.
- Adds a new public error variant,
BufferedCommit
, to indicate that a commit has been received but cannot yet be applied
⚠️ Versioning Note ⚠️
Due to the new public error variant, this may technically be a breaking change depending on how strict your language is about such things. This is of particular interest to Kotlin developers.