This repository has been archived by the owner on May 30, 2022. It is now read-only.
v1.0.8
Notes:
- 🧰 Upstream update release
⚠️ Account.fallbackKey()
deprecated , removal will follow upstream (see below)⚠️ Account.markOneTimeKeysAsPublished()
deprecated, removal planned for v1.1 (see below)- ✅ Up to date with Olm 3.2.7 (new minimum version)
- Update to match upstream 3.2.7 release [#15]
- Refactored/renamed and added new methods for fallback keys
- Replaced:
Account.fallbackKey()
->Account.unpublishedFallbackKey()
- Renamed:
Account.markOneTimeKeysAsPublished()
->Account.markKeysAsPublished()
- New:
Account.forgetFallbackKey()
- Original methods retained but annotated as deprecated (for planned removals see above)
- Replaced:
- Required new minimum upstream version: 3.2.7 ("enforced" by unit test)
- Refined unit tests
- Refactored/renamed and added new methods for fallback keys
- Updated dependencies [#14]