build: Release v0.29.3
This commit is contained in:
parent
57625d0275
commit
99d1fb54e2
12
CHANGELOG.md
12
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
|
## [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)
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
name: matrix
|
name: matrix
|
||||||
description: Matrix Dart SDK
|
description: Matrix Dart SDK
|
||||||
version: 0.29.2
|
version: 0.29.3
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue