Releases: wireapp/core-crypto
Releases · wireapp/core-crypto
v9.3.3
31 Mar 14:53
Compare
Sorry, something went wrong.
No results found
v9.3.2
18 Mar 13:37
Compare
Sorry, something went wrong.
No results found
v9.3.2 - 2026-03-18
Bug Fixes
serialize structs into camelCase [WPB-24102] (d8adcb5 )
v9.3.1
18 Mar 10:06
Compare
Sorry, something went wrong.
No results found
v9.3.1 - 2026-03-18
Highlights
Fixes an enum representation bug on web.
Bug Fixes
ffi/wasm: use serde_repr for enum serialization [WPB-24102]
(23a2f75 )
Testing
getUserIdentities() result should contain enums as numbers
(15c4b01 )
v9.3.0 - Lidl Compat
20 Feb 12:37
Compare
Sorry, something went wrong.
No results found
Enables Android and IOS to export a compacted version of their DB which is still encrypted. Nobody should be doing this outside of Lidl builds.
v9.2.1
17 Feb 09:40
Compare
Sorry, something went wrong.
No results found
Upgrades openssl to version 3.5.5 (used on Android and iOS for encryption at rest).
v9.2.0
05 Feb 14:10
Compare
Sorry, something went wrong.
No results found
Kotlin: expose the enitre read-only API on the CoreCrypto type. This allows performing arbitrary read-only operations on data while a transaction is running (e.g., in an EpochObserver event)
Kotlin: Introduce KotlinInstant type
See the changelog for details.
v9.1.3
19 Dec 14:02
Compare
Sorry, something went wrong.
No results found
Upgrades the binding generator (uniffi 0.29.5) to include a crash fix for Android
v9.1.2
05 Nov 16:16
Compare
Sorry, something went wrong.
No results found
This release fixes a bug in the TypeScript bindings where the commit delay could in some situations be undefined when receiving a proposal.
Bug Fixes
in js 0 is falsy, which messes with ternary logic (e7b73c0 )
v9.1.1
24 Oct 11:29
Compare
Sorry, something went wrong.
No results found
This release fixes the issue where libcore_crypto_ffi.so had segments aligned on 4k instead of 16k on Android platforms.
Bug Fixes
ci: use the correct NDK when building and packaging for Android [WPB-21347] (ce433fe )
Documentation
README: add a note about ANDROID_NDK_HOME (5c98d7f )
v9.1.0
29 Sep 11:48
Compare
Sorry, something went wrong.
No results found
added typescript structured errors
fix the message rejected reason not being propagated on web
improvements to logs when epochs advance
As usual, the changelog contains most of the relevant details.