fix: Fix some issues found by integrating

This commit is contained in:
2023-06-17 20:32:06 +02:00
parent ed0701bdcd
commit 234fee167f
4 changed files with 59 additions and 25 deletions

View File

@@ -54,3 +54,14 @@
## 0.4.3
- Fix bug that causes ratchets to be unable to decrypt anything after receiving a heartbeat with a completely new session
## 0.5.0
This version is a complete rework of omemo_dart!
- Removed events from `OmemoManager`
- Removed `OmemoSessionManager`
- Removed serialization/deserialization code
- Replace exceptions with errors inside a result type
- Ratchets and trust data is now loaded and cached on demand
- Accessing the trust manager must happen via `withTrustManager`