Skip to content

Releases: sendbird/sendbird-chat-sdk-ios

v4.0.12

14 Sep 06:04
Compare
Choose a tag to compare
  • Added metaData related logic for filtering in GroupChannelListQuery.belongsTo
  • Renamed methods in SendbirdChat
    • add(_ delegate: ConnectionDelegate, identifier: String) -> addConnectionDelegate(_ delegate: ConnectionDelegate, identifier: String)
    • add(_ delegate: BaseChannelDelegate, identifier: String) -> addChannelDelegate(_ delegate: BaseChannelDelegate, identifier: String)
    • add(_ delegate: UserEventDelegate, identifier: String) -> addUserEventDelegate(_ delegate: UserEventDelegate, identifier: String)

v4.0.11

02 Sep 02:00
Compare
Choose a tag to compare
  • Fixed a bug where a dirty flag of a group channel is handled improperly

v4.0.10

31 Aug 06:54
Compare
Choose a tag to compare
  • Added MessageSearchQuery's totalCount and made it public
  • Fixed memory problem when continuously sending large files
  • Changed the keywords of the classes and functions below from public to open (subclassing)

User, BaseChannel, GroupChannel, OpenChannel, BaseCollection, GroupChannelCollection, BaseMessage, UserMessage, FileMessage, AdminMessage

Note: However, subclassing is not recommended, and please be aware that any issue that arises from subclassing will take substantially longer time to react

v4.0.9

17 Aug 12:12
Compare
Choose a tag to compare

4.0.9 (Aug 17, 2022)

  • Added shouldRemoveOperatorStatus function
  • Updated copyMessage function to only duplicate successfully sent message. Copying any non-successful message will now return an invalidParameter error
  • Fixed concurrency issues
  • Fixed WS connection being lost after switching from wifi to LTE
  • Fixed OpenChannel not updating channel’s changed information
  • Fixed a copied fileMessage’s image not being shown

v4.0.8

19 Jul 07:08
Compare
Choose a tag to compare
  • Fixed auto-resend issue in offline write

v4.0.7

14 Jul 08:21
Compare
Choose a tag to compare
  • Fixed a bug that serializing pending messages causes a crash on iOS 12 or lower

v4.0.6

12 Jul 10:52
Compare
Choose a tag to compare
  • Fixed a bug that sending a file message doesn’t work on the app extension

v4.0.5

11 Jul 08:32
Compare
Choose a tag to compare
  • Fixed a bug that sending a file message doesn’t work on the app extension
  • Fixed a bug that the file URL of the file message is not accessible
  • Fixed a bug that the message collection can’t load the previous messages when the network is not connected
  • Fixed a bug that the reaction event is not applied to the cached messages
  • Fixed a bug in the message search query

v4.0.4

06 Jul 09:01
Compare
Choose a tag to compare
  • Fixed a bug that the message collection can't call the message update event when the reconnection is completed
  • Improved stability

v4.0.3

30 Jun 06:39
Compare
Choose a tag to compare
  • Improved stability