Skip to content

Commit 55e226e

Browse files
Merge pull request #95 from sendbird/release/4.32.4
4.32.4
2 parents 686fd7f + df86bfc commit 55e226e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
## v4.32.4 (Dec 17, 2025)
4+
### Improvements
5+
- Added `SendbirdChat` prefix to SDK's debug log tags for easier filtering
36
## v4.32.3 (Dec 10, 2025)
47
### Improvements
58
- Fixed message resend functionality to properly handle rate limit errors (`900200`).

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.32.3'
94+
implementation 'com.sendbird.sdk:sendbird-chat:4.32.4'
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.32.3') {
107+
implementation ('com.sendbird.sdk:sendbird-chat:4.32.4') {
108108
exclude group: 'org.conscrypt', module: 'conscrypt-android'
109109
}
110110
}

0 commit comments

Comments
 (0)