Releases: sendbird/sendbird-chat-sdk-unity
Releases · sendbird/sendbird-chat-sdk-unity
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
v3.0.32
Added SendbirdChatPrivacyInfo.xcprivacy for Apple Privacy Manifest
v3.0.31
- Fixed Websocket not supporting TLS 1.2
v4.0.0-beta.2
Improvements
- Changed the JSON library from a binary to a dependency form
- Added support for Unity2019.4
- Added support for .NET 4.x