Skip to content

Release v0.10.0

Compare
Choose a tag to compare
@beltram beltram released this 25 May 14:29

What's Changed

  • fix [BREAKING]: creating a MLS group was consuming an existing KeyPackage which could lead to inconsistencies if the former isn't pruned on the backend side. As a consequence, createConversation() now expects the CredentialType to pick the right credential the author wants to join the group with by @beltram in #325
  • fix [BREAKING]: fixed unsound bug happening on aarch64 Android devices because of lowering a List of enumerations across the FFI. Still uncertain about the root cause but to move on all the parameters like: ciphersuite: List in the public API have been replaced with a default value by @beltram in #326
  • fix: Android FFI bug in e2eiMlsInit where a reference counter had one too many reference when trying to destroy it by @beltram in #323

Full Changelog: v0.9.2...v0.10.0