From 458201052031326cc713d3e371b518eeed6630f9 Mon Sep 17 00:00:00 2001 From: Krille Date: Mon, 11 Nov 2024 16:57:20 +0100 Subject: [PATCH] build: Bump version --- CHANGELOG.md | 11 +++++++++++ pubspec.yaml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9314130e..2ca61f4d 100644 --- a/CHANGELOG.md +++ b/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 - feat: add equality and hashCode overrides for autogenerated models (BREAKING CHANGE) (td) - feat: v1.12 spec endpoints support (BREAKING CHANGE) (td) diff --git a/pubspec.yaml b/pubspec.yaml index 8402b231..ffc22f5c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.34.0 +version: 0.35.0 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues