From aae94dd57d4007306e62ea44f5304c558f9f6067 Mon Sep 17 00:00:00 2001 From: Kanat Kiialbaev Date: Tue, 3 Oct 2023 12:46:43 -0700 Subject: [PATCH] update changelog (#4986) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 161ca923f33..4e0151ae177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ ### ⬆️ Improved - Create Throttling mechanism for `MarkRead` Events [#4975](https://github.com/GetStream/stream-chat-android/pull/4975) +- Ignore push messages if WS is connected. [#4979](https://github.com/GetStream/stream-chat-android/pull/4979) +- Added caching mechanism to date parsing. [#4981](https://github.com/GetStream/stream-chat-android/pull/4981) ### ✅ Added @@ -26,6 +28,7 @@ ### 🐞 Fixed ### ⬆️ Improved +- Improved database caching, which resulted in reduced IO operations. [#4983](https://github.com/GetStream/stream-chat-android/pull/4983) ### ✅ Added @@ -37,6 +40,7 @@ ### 🐞 Fixed ### ⬆️ Improved +- Expanded/Enhanced event batching to speed up the event processing. [#4982](https://github.com/GetStream/stream-chat-android/pull/4982) ### ✅ Added