Skip to content

Releases: sendbird/SendBird-SDK-Android

v3.1.25

06 Mar 07:18
Compare
Choose a tag to compare

v3.1.25 (Mar 6, 2023)

Improvements

  • Fixed an issue where the okhttp library throws an IllegalArgumentException: port out of range:-1 error and causes a crash.

v3.1.24

21 Dec 04:10
Compare
Choose a tag to compare

v3.1.24 (Dec 21, 2022)

  • Fixed unread message count to be updated when an unread message is deleted

v3.1.23

23 Nov 09:05
Compare
Choose a tag to compare

v3.1.23 (Nov 23, 2022)

Improvements

  • Improved stability

v3.1.22

04 Nov 08:12
Compare
Choose a tag to compare

v3.1.22 (Nov 4, 2022)

Improvements

  • Fixed an IllegalArgumentException from serializing the FileMessage.fileMessageParams when it contained an additional property that the SDK is not aware of.

v3.1.21

05 Sep 08:06
Compare
Choose a tag to compare

v3.1.21 (Sep 5, 2022)

  • Improved stability

v3.1.20

31 Aug 07:20
Compare
Choose a tag to compare

v3.1.20 (Aug 31, 2022)

  • Added MessageSearchQuery's totalCount and made it public (MessageSearchQuery.getTotalCount())
  • Implemented channel membership history where clients can retrieve whether users have joined or left the channel (MemberState.LEFT for left members of a GroupChannel)
  • Fixed a bug where onSessionTokenRequired() is not called immediately after session expires

v3.1.19

09 Aug 01:52
Compare
Choose a tag to compare

v3.1.19 (Aug 9, 2022)

  • Improved thread management to reduce total thread count

v3.1.18

27 Jul 04:20
Compare
Choose a tag to compare

v3.1.18 (Jul 27, 2022)

  • Improved memory management related to network I/O to reduce memory usage

v3.1.17

20 Jul 07:40
Compare
Choose a tag to compare

v3.1.17 (Jul 20, 2022)

  • Changed way to detect internet availabilty when uploading a file

v3.1.16

06 Jul 05:56
Compare
Choose a tag to compare

v3.1.16 (Jul 6, 2022)

  • Return error when empty or null value is passed on as APP_ID in SendBird.init()
  • Fixed a bug where when reconnected, an updated message gets removed and added again in MessageCollection