Releases: matrix-org/matrix-ios-sdk
Releases Β· matrix-org/matrix-ios-sdk
v0.27.7
Changes in 0.27.7 (2024-05-01)
No significant changes.
v0.27.6
Changes in 0.27.6 (2024-02-07)
No significant changes.
v0.27.5
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
Changes in 0.27.4 (2023-11-28)
π Bugfixes
- Fix unhandled callback when the session is nil. (#1833)
v0.27.3
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
Changes in 0.27.2 (2023-09-12)
π Bugfixes
- Fix | QR code verification failing due to incorrect encoding padding (#1816)
v0.27.1
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
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
Changes in 0.26.12 (2023-06-21)
π Bugfixes
- Ignore push rules with unknown condition kinds (#7601)
v0.26.11
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)