Skip to content

Releases: sendbird/sendbird-ios-framework

v3.1.60

Choose a tag to compare

@kai-leeee kai-leeee released this 01 Jun 12:10
896d851

Improvements

  • Fixed a WebSocket client callback queue hang by decoupling client callbacks and notifications onto dedicated serial queues
  • Added a callback generation guard so stale callbacks are dropped after clear and connection teardown
  • Added regression test coverage for SBDWebSocketClient callback queue lifecycle

v3.1.59

Choose a tag to compare

@tezpark tezpark released this 07 May 07:24
0296092

3.1.59 (May 7, 2026)

Improvements

  • Fixed a WebSocket client teardown race that could crash on disconnect/clear re-entry and stale engine callbacks
  • Added regression test coverage for SBDWebSocketClient teardown races and SBDSessionWebSocketEngine restart/clear/queue races

v3.1.58

Choose a tag to compare

@tezpark tezpark released this 10 Feb 07:55
bf872a7

3.1.58 (Frb 10, 2025)

Improvements

  • Fixed a crash where the delegate method of SBDWebSocketEngine would crash when called.

v3.1.57

Choose a tag to compare

@mininny mininny released this 31 Jul 05:36
7e45efc

3.1.57 (Jul 31, 2024)

Improvements

  • Fixed a crash where SBDSessionWebSocketEngine would crash when establishing a new WebSocket connection.

v3.1.56

Choose a tag to compare

@lookdeceline lookdeceline released this 09 Apr 07:40
9529891

Improvements

  • Updated iOS deployment target to 12.0
  • Updated Xcode version to 15.0
  • Added PrivacyInfo.xcprivacy for Apple Privacy Manifest

v3.1.55

Choose a tag to compare

@mininny mininny released this 11 Dec 09:11
cbdbc85

3.1.55 (Dec 11, 2023)

Improvements

  • Fixed a crash that could occur when closing websocket connection.

v3.1.54

Choose a tag to compare

@mininny mininny released this 10 Nov 05:43
700f04c

3.1.54 (Nov 10, 2023)

Improvements

  • Fixed a crash that could occur when closing websocket connection.

v3.1.53

Choose a tag to compare

@mininny mininny released this 27 Sep 08:41
a9d7bea

3.1.53 (Sep 27, 2023)

Improvements

  • Fixed an intermittent crash issue when receiving pinned messages.

v3.1.52

Choose a tag to compare

@mininny mininny released this 24 Aug 10:27
e906109

3.1.52 (Aug 24, 2023)

Improvements

  • Fixed a crash issue when websocket starts.

v3.1.51

Choose a tag to compare

@mininny mininny released this 07 Jul 10:10
9a1d5c5

Improvements

  • Improved stability
  • Fixed an issue where completionHandler of SBDMain.initWithApplication does not get called if useCaching is set to false