diff --git a/CHANGELOG.md b/CHANGELOG.md index a41f52b4..407d1c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [0.29.3] 21st May 2024 +- chore: add MatrixSDKVoipException and some more logging (td) +- chore: throw exception if you cannot send famedly call member event (td) +- fix: allow famedly calls for everyone before choosing an existing one (td) +- fix: minor perm issue typo while setting famedly call member event (td) +- fix: update event status to error on EventTooLarge (Karthikeyan S) +- perf: check event size in bytes without encoding twice (Karthikeyan S) +- refactor: Combine sendMessageTimeoutSeconds and sendTimelineEventTimeout (krille-chan) +- refactor: Make client members read only (Krille) +- refactor: Make network request timeout configurable (Krille) +- refactor: Store not uploaded group sessions in its own database queue (krille-chan) + ## [0.29.2] 14th May 2024 - feat: Implement unpublished MSC custom refresh token lifetime (Krille) - feat: support for JWT authentication (Ray Wang) diff --git a/pubspec.yaml b/pubspec.yaml index 0a4911d5..1df8c5d6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: matrix description: Matrix Dart SDK -version: 0.29.2 +version: 0.29.3 homepage: https://famedly.com repository: https://github.com/famedly/matrix-dart-sdk.git issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues