Skip to content

Commit

Permalink
AUTOMATION: Changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and JcMinarro committed Nov 8, 2023
1 parent ba65f2c commit 3b583a1
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b583a1

Please sign in to comment.