From fc91dfa4966a44318610bb40df1ad684d17b4011 Mon Sep 17 00:00:00 2001 From: Krille Date: Thu, 21 Dec 2023 09:21:04 +0100 Subject: [PATCH] build: Release v0.25.0 --- CHANGELOG.md | 14 ++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73f1b0b2..1780076d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pubspec.yaml b/pubspec.yaml index b5fce51f..f4044d6a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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