Skip to content

v0.24.0

Compare
Choose a tag to compare
@pixlwave pixlwave released this 04 Oct 11:12
· 781 commits to develop since this release

Changes in 0.24.0 (2022-10-04)

🙌 Improvements

  • Crypto: Enable group session cache by default (#1575)
  • Crypto: Extract key backup engine (#1578)
  • MXSession: Set client information data if needed on resume. (#1582)
  • MXDevice: Move to dedicated file and implement MSC-3852. (#1583)
  • Add enableNewClientInformationFeature sdk option, disabled by default (PSG-799). (#1588)
  • Remove MXRoom's partialTextMessage support (#6670)
  • CryptoV2: Key backups (#6769)
  • CryptoV2: Key gossiping (#6773)
  • User sessions: Add support for MSC3881 (#6787)

🧱 Build

  • Disable codecov/patch. (#1579)

⚠️ API Changes

  • Upgrade minimum iOS and OSX deployment target to 13.0 and 10.15 respectively (#1574)

Others

  • Avoid main thread assertion if we can't get the application (#6754)