Releases: matrix-org/matrix-android-sdk2
v1.6.40
No changes - test release for the new maven publishing configuration.
v1.6.36
Changes in Matrix-SDK v1.6.36 (2025-05-05)
Imported from Element 1.6.36. (https://github.com/vector-im/element-android/releases/tag/v1.6.36)
SDK API changes ⚠️
- Supports Authenticated media apis (#8868)
Please also refer to the Changelog of Element Android: https://github.com/vector-im/element-android/blob/main/CHANGES.md
Full Changelog: v1.6.10...v1.6.36
v1.6.10
Changes in Matrix-SDK v1.6.10
Imported from Element 1.6.10. (https://github.com/vector-im/element-android/releases/tag/v1.6.10)
v1.5.30
Changes in Matrix-SDK v1.5.30 (2023-04-11)
Imported from Element 1.5.30. (https://github.com/vector-im/element-android/releases/tag/v1.5.30)
v1.5.26
v1.5.25
Changes in Matrix-SDK v1.5.25 (2023-02-16)
Imported from Element 1.5.25. (https://github.com/vector-im/element-android/releases/tag/v1.5.25)
SDK API changes ⚠️
v1.5.22
v1.5.20
Changes in Matrix-SDK v1.5.20 (2023-01-23)
Imported from Element 1.5.20. (https://github.com/vector-im/element-android/releases/tag/v1.5.20)
v1.5.18
Changes in Matrix-SDK v1.5.18 (2023-01-10)
Imported from Element 1.5.18. (https://github.com/vector-im/element-android/releases/tag/v1.5.18)
SDK API changes ⚠️
- [Sync] Sync Filter params are moved to MatrixConfiguration and will not be stored in session realm to avoid bug when session cache is cleared (#7843)
RoomDisplayNameFallbackProvider
has been moved fromorg.matrix.android.sdk.api
toorg.matrix.android.sdk.api.provider
Full Changelog: v1.5.11...v1.5.18
v1.5.11
Changes in Matrix-SDK v1.5.11 (2022-12-08)
Imported from Element 1.5.11. (https://github.com/vector-im/element-android/releases/tag/v1.5.11)
SDK API changes ⚠️
- Added support for read receipts in threads. Now user in a room can have multiple read receipts (one per thread + one in main thread + one without threadId) (#6996)
- Sync Filter now taking in account homeserver capabilities to not pass unsupported parameters.
Sync Filter is now configured by providing SyncFilterBuilder class instance, instead of Filter to identify Filter changes related to homeserver capabilities (#7626)