Skip to content

Commit

Permalink
Merge pull request #208 from ably/release/0.1.0
Browse files Browse the repository at this point in the history
release/0.1.0
  • Loading branch information
umair-ably authored Jan 15, 2025
2 parents 71a3dd0 + 77c191e commit f2024f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Ably Chat SDK for Swift

<p style="text-align: left">
<img src="https://img.shields.io/badge/development_status-Private_Beta-ab7df8" alt="Development status" />
<img src="https://badgen.net/github/license/3scale/saas-operator" alt="License" />
<img src="https://img.shields.io/badge/version-0.1.0--SNAPSHOT-2ea44f" alt="version: 0.1.0-SNAPSHOT" />
</p>
Expand All @@ -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)
Expand Down Expand Up @@ -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.

0 comments on commit f2024f3

Please sign in to comment.