Skip to content

Commit 09e15ad

Browse files
Merge pull request #93 from sendbird/release/4.32.2
4.32.2
2 parents b6a9612 + 5fb13ad commit 09e15ad

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.2 (Nov 25, 2025)
4+
### Improvements
5+
- Updated sdk request log with more details for better debugging.
36
## v4.32.1 (Nov 19, 2025)
47
### Improvements
58
- Fixed an issue where `SendbirdChat.connect()` returned `User` object as `null` in the `ConnectHandler` even when `SendbirdChat.currentUser` existed during the reconnection process.

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

0 commit comments

Comments
 (0)