build: Release v0.29.3

This commit is contained in:
Krille 2024-05-21 12:40:17 +02:00
parent 57625d0275
commit 99d1fb54e2
No known key found for this signature in database
GPG Key ID: E067ECD60F1A0652
2 changed files with 13 additions and 1 deletions

View File

@ -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)

View File

@ -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