Skip to content

Releases: ably/ably-chat-swift

0.1.1

16 Jan 18:12
fb70b2e
Compare
Choose a tag to compare

What's Changed

This release temporarily pins the SDK's required version of ably-cocoa (#213). This change will be reverted in an upcoming release in the near future.

Full Changelog: 0.1.0...0.1.1

0.1.0

15 Jan 11:10
f2024f3
Compare
Choose a tag to compare

Initial release of the Ably Chat SDK in Swift. It includes the following chat features:

  • Chat rooms for 1:1, 1:many, many:1 and many:many participation.
  • Sending and receiving chat messages.
  • Online status aka presence of chat participants.
  • Chat room occupancy, i.e., total number of connections and presence members.
  • Typing indicators
  • Room-level reactions (ephemeral at this stage - reactions are sent and received in real-time without persistence)