Skip to content

Releases: sendbird/sendbird-chat-sdk-unity

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

v3.0.32

09 Apr 04:53
6b51a06

Choose a tag to compare

Added SendbirdChatPrivacyInfo.xcprivacy for Apple Privacy Manifest

v3.0.31

25 Mar 00:57
3d930ef

Choose a tag to compare

  • Fixed Websocket not supporting TLS 1.2

v4.0.0-beta.2

07 Mar 01:06
5551df6

Choose a tag to compare

Improvements

  • Changed the JSON library from a binary to a dependency form
  • Added support for Unity2019.4
  • Added support for .NET 4.x