npm ably 2.13.0
v2.13.0

one day ago

Full Changelog: 2.12.0...2.13.0

What's Changed

  • Surface the connectionId of the client that submitted a LiveObject 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 by Message.timestamp.
    • Per the above, Message.timestamp now refers to when a message was first created on the server. For the latest updated at time, see Message.version.timestamp.
    • Message.operation has been removed. Its fields are now in Message.version.*
    • Message.summary has been moved to Message.annotations.summary

Don't miss a new ably release

NewReleases is sending notifications on new releases.