Skip to content

Releases: matrix-org/matrix-ios-sdk

v0.24.1

18 Oct 10:44
Compare
Choose a tag to compare

Changes in 0.24.1 (2022-10-18)

🙌 Improvements

  • Support additional content in voice message. (#1595)
  • Key verification: Refactor verification manager, requests, transactions (#1599)
  • Crypto: Refactor QR transactions (#1602)
  • CryptoV2: Integrate Mac-compatible MatrixSDKCrypto (#1603)
  • CryptoV2: Unencrypted verification events (#1605)
  • Crypto: Remove megolm decrypt cache build flag (#1606)
  • Device Manager: Exposed method to update client information. (#1609)
  • CryptoV2: Manual device verification (#6781)
  • Add support for m.local_notification_settings. in account_data (#6797)
  • CryptoV2: Incoming verification requests (#6809)
  • CryptoV2: QR code verification (#6859)

🐛 Bugfixes

  • Fix users' display name in messages. (#6850)

Others

  • Expose rest client method for generating login tokens through MSC3882 (#1601)

v0.24.0

04 Oct 11:12
Compare
Choose a tag to compare

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)

v0.23.19

28 Sep 15:29
Compare
Choose a tag to compare

Changes in 0.23.19 (2022-09-28)

🐛 Bugfixes

v0.23.18

07 Sep 10:43
Compare
Choose a tag to compare

Changes in 0.23.18 (2022-09-07)

✨ Features

  • MXKeyBackup: Add support for symmetric key backups. (#1542)
  • CryptoSDK: Outgoing SAS User Verification Flow (#6443)
  • CryptoV2: Self-verification flow (#6589)

🙌 Improvements

  • Allow setting room alias regardless of join rule (#1559)
  • Crypto: Cache inbound group sessions when decrypting (#1566)
  • Crypto: Create lazy in-memory room encryptors (#1570)
  • App Layout: Increased store version to force clear cache (#6616)

🐛 Bugfixes

  • Fix incoming calls sometimes ringing after being answered on another client (#6614)

🧱 Build

  • Xcode project(s) updated via Xcode recommended setting (#1543)
  • MXLog: Ensure MXLogLevel.none works if it is set after another log level has already been configured. (#1550)

📄 Documentation

  • README: Update the badge header (#1569)
  • Update README for correct Swift usage. (#1552)

Others

  • Crypto: User and device identity objects (#1531)
  • Analytics: Log all errors to analytics (#1558)
  • Improve MXLog file formatting and fix log message format (#1564)

v0.23.17

31 Aug 11:41
Compare
Choose a tag to compare

Changes in 0.23.17 (2022-08-31)

🙌 Improvements

  • KeyBackups: Add build flag for symmetric backup (#1567)

v0.23.16

24 Aug 09:46
Compare
Choose a tag to compare

Changes in 0.23.16 (2022-08-24)

✨ Features

  • MXKeyBackup: Add support for symmetric key backups. (#1542)
  • CryptoSDK: Outgoing SAS User Verification Flow (#6443)

🙌 Improvements

  • App Layout: Increased store version to force clear cache (#6616)

🧱 Build

  • Xcode project(s) updated via Xcode recommended setting (#1543)
  • MXLog: Ensure MXLogLevel.none works if it is set after another log level has already been configured. (#1550)

📄 Documentation

  • Update README for correct Swift usage. (#1552)

Others

  • Crypto: User and device identity objects (#1531)
  • Analytics: Log all errors to analytics (#1558)

v0.23.15

10 Aug 14:09
Compare
Choose a tag to compare

Changes in 0.23.15 (2022-08-10)

🐛 Bugfixes

  • MXSpaceService: Fix a crash on Synapse 1.65 following changes to the /hierarchy API. (#6547)

v0.23.14

09 Aug 10:37
Compare
Choose a tag to compare

Changes in 0.23.14 (2022-08-09)

🙌 Improvements

  • CI: Enable integration tests on GitHub actions (#1537)
  • App Layout: Added breadcrumbs data fetcher and updated room summary data type to reflect new needs (#6407)
  • App Layout: added MXSpace.minimumPowerLevelForAddingRoom() and MXSpaceService.rootSpaces (#6410)

🐛 Bugfixes

  • MXRestClient: Send an empty dictionary when calling /join to be spec compliant. (#6481)
  • App Layout: exclude room summaries without notifications from unread list (#6511)

v0.23.13

26 Jul 10:55
Compare
Choose a tag to compare

Changes in 0.23.13 (2022-07-26)

🙌 Improvements

  • MXRoom: Support reply to beacon info event. (#6423)
  • MXBeaconAggregations: Handle beacon info redaction. (#6470)

🐛 Bugfixes

  • Fix formatted_body content for unformatted events (#6446)

🧱 Build

  • Disable nightly tests for now as they're always timing out. (#1523)

Others

  • Reduce project warnings (#1527)
  • Crypto: Convert verification request and transaction to protocols (#1528)

v0.23.12

13 Jul 10:33
Compare
Choose a tag to compare

Changes in 0.23.12 (2022-07-13)

🐛 Bugfixes

  • Fix JingleCallStack UI threading crashes (#6415)