Skip to content

v10.0 - JSON CRDT 🎉 ready to rock-n-roll

Compare
Choose a tag to compare
@streamich streamich released this 12 Nov 15:40
· 1847 commits to master since this release

In this major release we are happy to announce that json-joy JSON CRDT implementation is now complete. It is now ready to be tested in real-world production environments. See the Getting started guide here.

As part of this we have also published the JSON CRDT and JSON CRDT Patch specifications, which define in detail how a JSON-like conflict-free replicated data type can be constructed, how to construct the change patches, and how to serialize all of that. These specifications will let you understand in detail how it works, but also can be used to implement JSON CRDT in other languages.

Why use json-joy JSON CRDT implementation? See this

What's Changed

Full Changelog: v9.9.1...v10.0.0