Skip to content

Releases: twilio/conversations-ios

Twilio Conversations Client iOS 2.2.5

02 Sep 09:27
Compare
Choose a tag to compare

Fixes:

  • Fixed duplicate completion execution on client initialisation with invalid token.

Twilio Conversations Client iOS 2.2.4

26 Jul 12:19
d7a0ad2
Compare
Choose a tag to compare

Fixes:

  • Fixed handling of url-unsafe symbols for setting attributes and friendly name.
  • Fixed a rare issue when, on destruction of the client, sendAndBuild command could crash on nil conversations limits.

Twilio Conversations Client iOS 2.2.3

16 Jun 07:02
bbf142b
Compare
Choose a tag to compare

Fixes:

  • Improved connection recovery on network failures.
  • Fixed ability to get legacy media attachments using the new multiple media API.

Twilio Conversations Client iOS 2.2.2

04 Apr 19:35
df44d95
Compare
Choose a tag to compare

Fixes:

  • Fixed an issue causing the SDK to crash on assertions.

Twilio Conversations Client iOS 2.2.1

14 Mar 15:12
72b9943
Compare
Choose a tag to compare

Fixes:

  • Fixed a crash that occurred when a token was updated while the network was unavailable.

Twilio Conversations Client iOS 2.2.0

03 Mar 07:23
4918300
Compare
Choose a tag to compare

Features:

  • Improved client synchronization time for users with many Conversations and Participants.

Twilio Conversations Client iOS 2.1.0

04 Jan 10:50
9b99a8a
Compare
Choose a tag to compare

Features:

  • Added multiple media support. From now on a message can contain both text and media. A message could heave more then a single media. See TCHConversation.limits.
  • New method to build a message: [TCHConversation prepareMessage].
  • New property to get all media attachments from the message: attachedMedia.
  • New methods in TwilioConversationsClient to get temporary content urls from media and media sids.
  • Deprecated TCHMessageOptions, TCHMessageType and all the methods and properties related to them.
  • Reduced the SDK footprint.

Twilio Conversations Client iOS 2.0.3

14 Dec 19:41
52e0925
Compare
Choose a tag to compare

Fixes:

  • Improved internal stability.

Twilio Conversations Client iOS 2.0.2

10 Dec 14:56
4dabccd
Compare
Choose a tag to compare

Fixes:

  • Fixed a crash triggered by network unavailability.

Twilio Conversations Client iOS 2.0.1

25 Nov 17:13
c889e56
Compare
Choose a tag to compare

Breaking changes:

  • Dropped support for iOS 11.

Features:

  • Reduced the SDK footprint.