Releases: sendbird/sendbird-chat-sdk-android
Releases · sendbird/sendbird-chat-sdk-android
chat/4.32.4
Improvements
- Added
SendbirdChatprefix to SDK's debug log tags for easier filtering
chat/4.32.3
Improvements
- Fixed message resend functionality to properly handle rate limit errors (
900200).
chat/4.32.2
Improvements
- Updated sdk request log with more details for better debugging.
chat/4.32.1
Improvements
- Fixed an issue where
SendbirdChat.connect()returnedUserobject asnullin theConnectHandlereven whenSendbirdChat.currentUserexisted during the reconnection process.
ktx/4.32.0
Features
- Added AI Agent Message Feedback coroutine extensions
- Added
SendbirdChat.AIAgent.awaitCreateMessageFeedback()suspend function - Added
SendbirdChat.AIAgent.awaitUpdateMessageFeedback()suspend function - Added
SendbirdChat.AIAgent.awaitDeleteMessageFeedback()suspend function
- Added
chat/4.32.0
Features
- Added AI Agent Message Feedback APIs
- Added
SendbirdChat.AIAgent.createMessageFeedback()to create feedback for AI agent messages - Added
SendbirdChat.AIAgent.updateMessageFeedback()to update existing feedback - Added
SendbirdChat.AIAgent.deleteMessageFeedback()to delete feedback - Added
AIAgentMessageFeedbackRatingenum (GOOD, BAD) - Added
AIAgentMessageFeedbackCreateParams,AIAgentMessageFeedbackUpdateParams,AIAgentMessageFeedbackDeleteParams - Added corresponding handlers:
AIAgentMessageFeedbackCreateHandler,AIAgentMessageFeedbackUpdateHandler,AIAgentMessageFeedbackDeleteHandler
- Added
ktx/4.31.1
Features
- Updated chat sdk to version 4.31.1
- Fixed a possible binary compatibility issue when using Chat SDK in multiple products.
chat/4.31.1
Improvements
- Fixed a possible binary compatibility issue when using Chat SDK in multiple products.
ktx/4.31.0
Features
- Added support for closing conversation manually for AI Agent in
GroupChannelGroupChannel.awaitCloseConversation()
chat/4.31.0
Features
- Added support for closing conversation manually for AI Agent in
GroupChannelGroupChannel.closeConversation(handler: CompletionHandler?)