Full Changelog: 2.19.0...2.20.0
What's Changed
With this release, the ably-js LiveObjects API is no longer in Public Preview and is now generally available.
Key changes:
- Introduce version 6 of the Ably protocol; add operation-specific payload fields to
ObjectOperationand typed value fields toObjectDataexposed in LiveObjects subscription callbacks; deprecatemap,counter,mapOp,counterOponObjectOperationandvalueonObjectData#2159 - Add support for partial sync of LiveObjects state #2152
- Add support for server-initiated
MAP_CLEARobject operation #2176 - Return
historyfunction fromuseChannelhook #2177