AblyDocumentation
Platform and Products
Platform
Understand the core concepts and features of Ably's platform.

Examples
From avatar stacks to live cursors, learn how deliver live chat, multiplayer collaboration features, and more.

Changelog
View all- 17 NovHistory stat undercounting for some appsPUB/SUB
For approximately the last year, due to a misconfiguration that affected a subset of accounts, app and account stats for history queries have been undercounted. Specifically, if a user of one of the affected accounts made a single history query that returned 10 messages, the messages.outbound.rest.all.count stat should have been incremented by 10; instead it was incremented by only 1. (The corresponding data stat was not affected). Since billing is calculated from account stats, the affected accounts may also have been billed less than they should have been.
- 14 NovAbly Chat SDK Version 1.1.1CHATCLIENT LIBRARY SDK IMPROVEMENT
Version 1.1.1 of the Ably Chat SDK has been released. This update improves the current typedocs coverage with usage examples.
- 12 Nov.NET Client Library Release 1.2.17CLIENT LIBRARY SDK FIX
Version 1.2.17 of the .NET Client Library has been released. The Newtonsoft.Json dependency has been updated from v9.0.1 → v13.0.1 to improve compatibility, performance, and security. Build scripts updated and fixed to enhance reliability and simplify the development workflow. Added simplified usage instructions for easier setup and integration across both .NET and Unity projects. For the full changelog, please visit the GitHub release page.