Skip to content

Commit 5b1a4fd

Browse files
Merge pull request #101 from sendbird/release/4.34.1
4.34.1
2 parents 35615f9 + 7106ee2 commit 5b1a4fd

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v4.34.1 (Mar 17, 2026)
4+
### Features
5+
### Deprecated
6+
- Deprecated `BaseMessage.messageForm`, `BaseMessage.myFeedback`, and `BaseMessage.myFeedbackStatus`. These features are no longer supported as of 4.34.1.
7+
- Deprecated `BaseMessage.submitMessageForm(CompletionHandler?)`, `submitFeedback(FeedbackRating, String?, FeedbackHandler?)`, `updateFeedback(FeedbackRating, String?, FeedbackHandler?)`, and `deleteFeedback(CompletionHandler?)`. These features are no longer supported as of 4.34.1.
8+
- Deprecated `Feedback`, `FeedbackRating`, `FeedbackStatus`, and `FeedbackHandler`. These features are no longer supported as of 4.34.1.
39
## v4.34.0 (Mar 10, 2026)
410
### Features
511
- Added `updateContext(String, String, Map<String, String>, AIAgentContextHandler?)` and `patchContext(String, String, Map<String, String>, AIAgentContextHandler?)` to `SendbirdChat.AIAgent` for managing AI agent context.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Then, add the dependency to the project's top-level `build.gradle` file:
9191
```gradle
9292
dependencies {
9393
...
94-
implementation 'com.sendbird.sdk:sendbird-chat:4.34.0'
94+
implementation 'com.sendbird.sdk:sendbird-chat:4.34.1'
9595
...
9696
}
9797
```
@@ -104,7 +104,7 @@ TLS 1.3 is enabled by default in Sendbird SDK for Android. To disable it, please
104104
105105
```gradle
106106
dependencies {
107-
implementation ('com.sendbird.sdk:sendbird-chat:4.34.0') {
107+
implementation ('com.sendbird.sdk:sendbird-chat:4.34.1') {
108108
exclude group: 'org.conscrypt', module: 'conscrypt-android'
109109
}
110110
}

0 commit comments

Comments
 (0)