Merge pull request #1954 from famedly/release/v0.35.0
build: Bump version
This commit is contained in:
commit
03416cd463
11
CHANGELOG.md
11
CHANGELOG.md
|
|
@ -1,3 +1,14 @@
|
||||||
|
## [0.35.0] 11th November 2024
|
||||||
|
Fixes a minor performance leak where the app re-requests the member list of all encrypted rooms.
|
||||||
|
For this the parameter `cache` in `Room.requestParticipants()` is now also
|
||||||
|
responsible to store the member data in the database. Also it is not `true` by default anymore for
|
||||||
|
unencrypted rooms.
|
||||||
|
|
||||||
|
- feat: Add additional properties for LoginFlow type (Krille)
|
||||||
|
- feat: Optional authentication for profile requests (Krille)
|
||||||
|
- fix: BREAKING! Cache members for encrypted rooms in database (Krille)
|
||||||
|
- chore: add require trailing comma lint (Mohammad Reza Moradi)
|
||||||
|
|
||||||
## [0.34.0] 21st Oct 2024
|
## [0.34.0] 21st Oct 2024
|
||||||
- feat: add equality and hashCode overrides for autogenerated models (BREAKING CHANGE) (td)
|
- feat: add equality and hashCode overrides for autogenerated models (BREAKING CHANGE) (td)
|
||||||
- feat: v1.12 spec endpoints support (BREAKING CHANGE) (td)
|
- feat: v1.12 spec endpoints support (BREAKING CHANGE) (td)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.34.0
|
version: 0.35.0
|
||||||
homepage: https://famedly.com
|
homepage: https://famedly.com
|
||||||
repository: https://github.com/famedly/matrix-dart-sdk.git
|
repository: https://github.com/famedly/matrix-dart-sdk.git
|
||||||
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue