From 77c191e9d60db31fbcb262d128bc70bdd68f71f9 Mon Sep 17 00:00:00 2001 From: Umair Date: Tue, 7 Jan 2025 14:05:22 +0000 Subject: [PATCH] Ably Chat-Swift Release V0.1.0 Change Log --- CHANGELOG.md | 9 ++++++++- README.md | 11 +---------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a38004..298995a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,11 @@ ## [0.1.0](https://github.com/ably/ably-chat-swift/tree/0.1.0) -Nothing here, yet. We’ll add a summary of the initial version here once we release it. +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) diff --git a/README.md b/README.md index ee9590e..425b535 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Ably Chat SDK for Swift

- Development status License version: 0.1.0-SNAPSHOT

@@ -11,11 +10,6 @@ any scale. It is designed to meet a wide range of chat use cases, such as livest interactions in SaaS products. Built on [Ably's](https://ably.com/) core service, it abstracts complex details to enable efficient chat architectures. -> [!IMPORTANT] -> This SDK is currently under development. If you are interested in being an early adopter and providing feedback then you -> can [sign up to the private beta](https://forms.gle/vB2kXhCXrTQpzHLu5) and are welcome -> to [provide us with feedback](https://forms.gle/mBw9M53NYuCBLFpMA). Coming soon: chat moderation, editing and deleting messages. - Get started using the [📚 documentation](https://ably.com/docs/products/chat). ![Ably Chat Header](/images/ably-chat-github-header.png) @@ -501,7 +495,4 @@ the community reported [Github issues](https://github.com/ably/ably-chat-swift/i To see what has changed in recent versions, see the [changelog](CHANGELOG.md). -## Further reading - -- [Sign up](https://forms.gle/gRZa51erqNp1mSxVA) to the private beta and get started. -- [Share feedback or request](https://forms.gle/mBw9M53NYuCBLFpMA) a new feature. +[Share feedback or request](https://forms.gle/mBw9M53NYuCBLFpMA) a new feature.