-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Change Log | ||
|
||
## [0.1.0](https://github.com/ably/ably-chat-kotlin/tree/v0.1.0) (2024-12-16) | ||
|
||
Initial beta release of the Ably Chat SDK for Android. It includes 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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters