Releases: sendbird/sendbird-chat-sdk-unity
Releases · sendbird/sendbird-chat-sdk-unity
v4.2.0
v4.1.4
What's Changed
4.1.4 (Feb 10, 2026)
Bug Fixes
- Fixed SuperGroupChannel event handling for user join and leave
- Fixed JSON deserialization performance
v4.1.3
What's Changed
4.1.3 (Feb 4, 2026)
Bug Fixes
- Fixed WebGL memory issue by optimizing JSON parsing for message deserialization
v4.1.2
What's Changed
4.1.2 (Nov 3, 2025)
Improvements
- Removed unnecessary URL encoding from SB-SDK-User-Agent header
Installation
Add the package to your Unity project via Package Manager using the Git URL:
https://github.com/sendbird/sendbird-chat-sdk-unity.git
Or add to your manifest.json:
"com.sendbird.chat": "4.1.2"Full Changelog: https://github.com/sendbird/sendbird-chat-sdk-unity/blob/main/CHANGELOG.md
v4.1.1
What's Changed
- chore: bump version to 4.1.1 (03879a1)
- chore: update changelog for version 4.1.1 (6fba5e6)
Installation
Add the package to your Unity project via Package Manager using the Git URL:
https://github.com/sendbird/sendbird-chat-sdk-unity.git
Or add to your manifest.json:
"com.sendbird.chat": "4.1.1"Full Changelog: https://github.com/sendbird/sendbird-chat-sdk-unity/blob/main/CHANGELOG.md
v4.1.0
Features
- Added
SetPushTriggerOptiontoSendbirdChatClient - Added
GetPushTriggerOptiontoSendbirdChatClient - Added
SetMyPushTriggerOptiontoSbGroupChannel - Added
GetMyPushTriggerOptiontoSbGroupChannel - Added
SbPushTriggerOption
Bug Fixes
- Fixed an issue with
SendbirdChat.BlockUserwhere 'User not found error' occurs due to URL encoding
v4.0.1
Improvements
- Fixed an issue where build failed on the Windows platform
v4.0.0
Features
- Added support for WebGL
v3.0.33
- Updated request header
v4.0.0-beta.3
Added SendbirdChatPrivacyInfo.xcprivacy for Apple Privacy Manifest