Skip to content

Releases: matrix-org/matrix-ios-sdk

v0.27.7

01 May 08:28
Compare
Choose a tag to compare

Changes in 0.27.7 (2024-05-01)

No significant changes.

v0.27.6

07 Feb 10:33
Compare
Choose a tag to compare

Changes in 0.27.6 (2024-02-07)

No significant changes.

v0.27.5

09 Jan 11:32
Compare
Choose a tag to compare

Changes in 0.27.5 (2024-01-09)

πŸ› Bugfixes

  • Update regex for email address to be aligned email format in RFC 5322 (#1826)

🧱 Build

  • Update CocoaPods and other gems. (#1835)

v0.27.4

28 Nov 10:11
Compare
Choose a tag to compare

Changes in 0.27.4 (2023-11-28)

πŸ› Bugfixes

  • Fix unhandled callback when the session is nil. (#1833)

v0.27.3

04 Oct 05:17
Compare
Choose a tag to compare

Changes in 0.27.3 (2023-10-04)

πŸ› Bugfixes

  • Prevent crash when sending file with unrecognised file extension (no associated mime type) (mimetype)

🧱 Build

  • Update Cocoapods to 1.13.0. (#1820)

v0.27.2

12 Sep 06:45
Compare
Choose a tag to compare

Changes in 0.27.2 (2023-09-12)

πŸ› Bugfixes

  • Fix | QR code verification failing due to incorrect encoding padding (#1816)

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)