File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 0.35.0] 11th November 2024
2
+ Fixes a minor performance leak where the app re-requests the member list of all encrypted rooms.
3
+ For this the parameter ` cache ` in ` Room.requestParticipants() ` is now also
4
+ responsible to store the member data in the database. Also it is not ` true ` by default anymore for
5
+ unencrypted rooms.
6
+
7
+ - feat: Add additional properties for LoginFlow type (Krille)
8
+ - feat: Optional authentication for profile requests (Krille)
9
+ - fix: BREAKING! Cache members for encrypted rooms in database (Krille)
10
+ - chore: add require trailing comma lint (Mohammad Reza Moradi)
11
+
1
12
## [ 0.34.0] 21st Oct 2024
2
13
- feat: add equality and hashCode overrides for autogenerated models (BREAKING CHANGE) (td)
3
14
- feat: v1.12 spec endpoints support (BREAKING CHANGE) (td)
Original file line number Diff line number Diff line change 1
1
name : matrix
2
2
description : Matrix Dart SDK
3
- version : 0.34 .0
3
+ version : 0.35 .0
4
4
homepage : https://famedly.com
5
5
repository : https://github.com/famedly/matrix-dart-sdk.git
6
6
issue_tracker : https://github.com/famedly/matrix-dart-sdk/issues
You can’t perform that action at this time.
0 commit comments