Skip to content

v4.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Feb 17:22
· 15 commits to main since this release
v4.1.0
f33d33d

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.