Skip to content

Releases: sendbird/sendbird-chat-sdk-unity

v4.2.0

27 Feb 05:09
f7b467f

Choose a tag to compare

What's Changed

4.2.0 (Feb 10, 2026)

Improvements

  • Improved JSON deserialization performance and reduced memory allocations
  • Reduced memory usage for API responses

Bug Fixes

  • Fixed WebSocket memory leak on WebGL platform

v4.1.4

09 Feb 01:42
9f9112b

Choose a tag to compare

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

05 Feb 01:15
efccd3a

Choose a tag to compare

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

03 Nov 05:57
9bd6406

Choose a tag to compare

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

28 Oct 01:22
fd693ce

Choose a tag to compare

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

29 Nov 05:00
ffa1de6

Choose a tag to compare

Features

  • Added SetPushTriggerOption to SendbirdChatClient
  • Added GetPushTriggerOption to SendbirdChatClient
  • Added SetMyPushTriggerOption to SbGroupChannel
  • Added GetMyPushTriggerOption to SbGroupChannel
  • Added SbPushTriggerOption

Bug Fixes

  • Fixed an issue with SendbirdChat.BlockUser where 'User not found error' occurs due to URL encoding

v4.0.1

04 Nov 07:03
9da92c1

Choose a tag to compare

Improvements

  • Fixed an issue where build failed on the Windows platform

v4.0.0

25 Sep 05:24
6c9ff8f

Choose a tag to compare

Features

  • Added support for WebGL

v3.0.33

18 Jul 02:02
9e9654e

Choose a tag to compare

  • Updated request header

v4.0.0-beta.3

09 Apr 04:55
d74e1a9

Choose a tag to compare

Added SendbirdChatPrivacyInfo.xcprivacy for Apple Privacy Manifest