Merge remote-tracking branch 'origin/develop' into feat/offline-connect

This commit is contained in:
xsahil03x
2023-06-06 15:38:24 +05:30
23 changed files with 120 additions and 88 deletions
@@ -1,8 +1,9 @@
## Upcoming
## 6.2.0
- Added support for `StreamChatPersistenceClient.isConnected` for checking if the client is connected to the database.
- [[#1422]](https://github.com/GetStream/stream-chat-flutter/issues/1422) Removed default values
from `UserEntity` `createdAt` and `updatedAt` fields.
- Updated `stream_chat` dependency to [`6.2.0`](https://pub.dev/packages/stream_chat/changelog).
- Added support for `StreamChatPersistenceClient.openPersistenceConnection`
and `StreamChatPersistenceClient.closePersistenceConnection` for opening and closing the database connection.