Merge branch 'develop' into fix/channel-leave-cache

This commit is contained in:
Sahil Kumar
2023-06-07 17:42:39 +05:30
committed by GitHub
29 changed files with 423 additions and 201 deletions
+7
View File
@@ -4,6 +4,10 @@
- [[#1585]](https://github.com/GetStream/stream-chat-flutter/issues/1585) Fixed channels left not being removed from
the persistent storage.
🔄 Changed
- Updated `dio` dependency to `^5.2.0`.
## 6.2.0
@@ -15,6 +19,9 @@
✅ Added
- Added support for `ChatPersistenceClient.isConnected` for checking if the client is connected to the database.
- Added support for `ChatPersistenceClient.userId` for getting the current connected user id.
- Added two new methods `ChatPersistenceClient.disconnect` and `ChatPersistenceClient.connect` for disconnecting and
connecting to the database.
## 6.1.0