Releases: twilio/conversations-ios
Releases · twilio/conversations-ios
Twilio Conversations Client iOS 2.2.5
Fixes:
- Fixed duplicate completion execution on client initialisation with invalid token.
Twilio Conversations Client iOS 2.2.4
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 onnil
conversations limits.
Twilio Conversations Client iOS 2.2.3
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
Fixes:
- Fixed an issue causing the SDK to crash on assertions.
Twilio Conversations Client iOS 2.2.1
Fixes:
- Fixed a crash that occurred when a token was updated while the network was unavailable.
Twilio Conversations Client iOS 2.2.0
Features:
- Improved client synchronization time for users with many Conversations and Participants.
Twilio Conversations Client iOS 2.1.0
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
Fixes:
- Improved internal stability.
Twilio Conversations Client iOS 2.0.2
Fixes:
- Fixed a crash triggered by network unavailability.
Twilio Conversations Client iOS 2.0.1
Breaking changes:
- Dropped support for iOS 11.
Features:
- Reduced the SDK footprint.