Merge pull request #1658 from famedly/release/v0.24.4

build: Release v0.24.4
This commit is contained in:
Krille-chan 2023-12-21 09:41:45 +01:00 committed by GitHub
commit 131425730c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
## [0.25.0] - 21st December 2023
- feat: add tests for calls (td)
- feat: cache getConfig request (Karthikeyan S)
- fix: canSendDefaultMessage ignores overwritten events (Krille)
- fix: check negotiate party and call ids (td)
- fix: ignore calls with age older than lifetime (td)
- fix: Increase timeout for initial sync from 10 seconds to 2 minutes (Krille)
- fix: validate account_data values instead of checking them in syncUpdates (td)
- refactor: Add delete database method (Krille)
- refactor: Add loadHeroUsers method (Krille)
- refactor: Connect timeline to event updates earlier (Krille)
- refactor: Make possible to wait for first sync and await first sync before create megolm session (Krille)
- ci: Test all databases in unit tests (Krille)
## [0.24.3] - 11th December 2023
Small hotfix for the new database.
- refactor: Remove duplicated copyMap method and fix type error (Krille)

View File

@ -1,6 +1,6 @@
name: matrix
description: Matrix Dart SDK
version: 0.24.3
version: 0.25.0
homepage: https://famedly.com
repository: https://github.com/famedly/matrix-dart-sdk.git
issue_tracker: https://github.com/famedly/matrix-dart-sdk/issues