Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

v1.0.8

Compare
Choose a tag to compare
@brevilo brevilo released this 09 Dec 01:54
· 107 commits to main since this release

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)

Changelog:

  • 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)
    • Required new minimum upstream version: 3.2.7 ("enforced" by unit test)
    • Refined unit tests
  • Updated dependencies [#14]