Skip to content

Releases: matrix-org/matrix-ios-sdk

v0.27.1

29 Aug 09:07
Compare
Choose a tag to compare

Changes in 0.27.1 (2023-08-29)

✨ Features

  • Delegate OIDC compatibility flag added. (#1811)
  • Added the authentication property to the well known. (#1812)
  • Function that allows to generate from the well known authentication, a logout mas URL given the device ID. (#1813)

πŸ› Bugfixes

  • Fixes power level events force unwrap crash (#1809)
  • Prevent keyed archiver encoding crashes when writing read receipts to the file store (#1810)
  • Fix incoming push notifications not triggering sounds (#7636)

v0.27.0

15 Aug 08:54
Compare
Choose a tag to compare

Changes in 0.27.0 (2023-08-15)

✨ Features

  • Add support for device dehydration through the Crypto SDK (uses MSC3814) (#1807)

πŸ› Bugfixes

  • Fix parsing logic for legacy location events (#1801)

⚠️ API Changes

  • Remove MXDehydrationService and old client methods. (#1807)

v0.26.12

21 Jun 10:32
Compare
Choose a tag to compare

Changes in 0.26.12 (2023-06-21)

πŸ› Bugfixes

  • Ignore push rules with unknown condition kinds (#7601)

v0.26.11

13 Jun 11:11
Compare
Choose a tag to compare

Changes in 0.26.11 (2023-06-13)

πŸ™Œ Improvements

  • MSC3912 implementation: the stable property with_relations has been renamed with_rel_types (#7563)
  • Updated Jitsi meet sdk to 8.1.2-lite. (#7565)
  • MSC3987 implementation: the 'dont_notify' action for a push_rule is now deprecated and replaced by an empty action list. (#7576)

πŸ› Bugfixes

  • Fixes a bug where an unhelpful message is shown rather than the threads empty state. (#7551)

v0.26.10

16 May 11:06
Compare
Choose a tag to compare

Changes in 0.26.10 (2023-05-16)

πŸ™Œ Improvements

  • Crypto: Enable Crypto SDK by default (#1770)
  • Crypto: Deprecate MXLegacyCrypto (#1772)

πŸ› Bugfixes

  • Poll: Refreshing the poll when receiving pollEnd can break the chronological order in the store. (#1776)
  • Fix breadcrumb list not updating when leaving a room. Contributed by @JanNikGra. (#1777)

v0.26.9

18 Apr 16:25
Compare
Choose a tag to compare

Changes in 0.26.9 (2023-04-18)

πŸ› Bugfixes

  • Cross-signing: Setup cross-signing with empty auth session (#1774)

v0.26.8

18 Apr 10:29
Compare
Choose a tag to compare

Changes in 0.26.8 (2023-04-18)

πŸ™Œ Improvements

  • Crypto: Update Crypto SDK (#1767)
  • Cross-signing: Ensure device signed after restoring cross-signing keys (#1768)
  • Crypto: Remove legacy crypto store (#1769)

v0.26.7

12 Apr 15:40
Compare
Choose a tag to compare

Changes in 0.26.7 (2023-04-12)

πŸ™Œ Improvements

  • Crypto: Upgrade Crypto SDK (#1765)

πŸ› Bugfixes

  • Crypto: Delete data for mismatched accounts (#1763)

v0.26.6

04 Apr 10:14
Compare
Choose a tag to compare

Changes in 0.26.6 (2023-04-04)

πŸ™Œ Improvements

  • Bugfix: Ensure related event nullability (#1746)
  • Add constants for mention room power levels and check decrypted event content for @room mentions. (#1750)
  • Crypto: Display correct SDK version (#7457)

πŸ› Bugfixes

  • Fix invitations count in all chats list. (#6871)

⚠️ API Changes

  • Crypto: Add event decryption decoration instead of untrusted property (#1743)

🧱 Build

  • Upgrade JitsiMeetSDK to 7.0.1-lite. (#1754)

v0.26.5

28 Mar 15:21
Compare
Choose a tag to compare

Changes in 0.26.5 (2023-03-28)

πŸ™Œ Improvements

  • Crypto: Upgrade verification if necessary (#1751)