From 3b583a1fb42d7739527b7f799c7afe6cadb6541f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:21:48 +0000 Subject: [PATCH] AUTOMATION: Changelog update --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63812a350de..df140f109a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -101,6 +101,46 @@ ### ❌ Removed +# November 08th, 2023 - 6.0.7 +## Common changes for all artifacts +### ✅ Added +- Added `Message.moderationDetails` due to support of the new moderation API. [#5035](https://github.com/GetStream/stream-chat-android/pull/5035) +- Added `MessageModerationDetails` class. + +### ❌ Removed +- Removed `Message.syncDescription` due to removal of the old moderation API. [#5035](https://github.com/GetStream/stream-chat-android/pull/5035) +- Removed `MessageSyncContent` class and its subclasses. +- Removed `MessageSyncType` class. + +## stream-chat-android-client +### 🐞 Fixed +- Fixed duplicate send message requests. [5039](https://github.com/GetStream/stream-chat-android/pull/5039) + +### ⬆️ Improved +- Pass `message` with `result` in `SendMessageDebugger`. [#5037](https://github.com/GetStream/stream-chat-android/pull/5037) +- Use shortService instead of dataSync for our workmanager job. [#5041](https://github.com/GetStream/stream-chat-android/pull/5041) + +## stream-chat-android-ui-common +### ✅ Added +- Added `callback` param to `MessageComposerController.sendMessage` method. [#5038](https://github.com/GetStream/stream-chat-android/pull/5038) + +## stream-chat-android-ui-components +### 🐞 Fixed +- Fixed channel title not being centered vertically when mo last message exists. [#5043](https://github.com/GetStream/stream-chat-android/pull/5043) + +### ✅ Added +- Added `callback` param to `MessageComposerViewModel.sendMessage` method. [#5038](https://github.com/GetStream/stream-chat-android/pull/5038) + +### ⚠️ Changed +- Supported new moderation API. [#5035](https://github.com/GetStream/stream-chat-android/pull/5035) + +## stream-chat-android-compose +### ✅ Added +- Added `callback` param to `MessageComposerViewModel.sendMessage` method. [#5038](https://github.com/GetStream/stream-chat-android/pull/5038) + +### ⚠️ Changed +- Supported new moderation API. [#5035](https://github.com/GetStream/stream-chat-android/pull/5035) + # October 31th, 2023 - 6.0.6 ## stream-chat-android-client ### ✅ Added