Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

45 lines (26 loc) · 1.67 KB

Change Log

What's Changed

The following features have been added in this release:

  • Updating messages in a chat room
  • Deleting messages in a chat room

The included example app has been updated to demonstrate the new features.

Breaking Changes

  • Renames ClientOptions within this SDK to ChatClientOptions (#230)

Full Changelog: https://github.com/ably/ably-chat-swift/compare/0.1.2...0.2.0

What's Changed

This release reverts the pinning of ably-cocoa that was introduced in version 0.1.1 (#215).

Full Changelog: https://github.com/ably/ably-chat-swift/compare/0.1.1...0.1.2

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: https://github.com/ably/ably-chat-swift/compare/0.1.0...0.1.1

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)