Full Changelog: 2.12.0...2.13.0
What's Changed
- Surface the
connectionId
of the client that submitted aLiveObject
operation in subscribe callbacks #2084 - Introduce version 4 of the Ably protocol #2076
- Changes to the structure of the experimental annotations and message fields #2076
- A new field
Message.annotations
to store annotation information for the message. Message.version
is now an object, containing information about the latest message version.Message.createdAt
has been removed, its purpose is now served byMessage.timestamp
.- Per the above,
Message.timestamp
now refers to when a message was first created on the server. For the latest updated at time, seeMessage.version.timestamp
. Message.operation
has been removed. Its fields are now inMessage.version.*
Message.summary
has been moved toMessage.annotations.summary
- A new field