Merge pull request #1818 from famedly/release/v0.29.3

build: Release v0.29.3
This commit is contained in:
Krille-chan 2024-05-21 14:16:57 +02:00 committed by GitHub
commit 162a4f31f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,18 @@
## [0.29.4] 21st May 2024
- fix: Hotfix create missing objectbox (Krille)
## [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 ## [0.29.2] 14th May 2024
- feat: Implement unpublished MSC custom refresh token lifetime (Krille) - feat: Implement unpublished MSC custom refresh token lifetime (Krille)
- feat: support for JWT authentication (Ray Wang) - feat: support for JWT authentication (Ray Wang)

View File

@ -1,6 +1,6 @@
name: matrix name: matrix
description: Matrix Dart SDK description: Matrix Dart SDK
version: 0.29.2 version: 0.29.4
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