Skip to content

Releases: AntidoteDB/antidote-java-client

Updated to latest Antidote interface

11 Dec 11:10
Compare
Choose a tag to compare
0.3.5

update version to 0.3.5

Version 0.3.0

03 Nov 14:12
Compare
Choose a tag to compare
  • added support for the cluster API
  • more value coders and better result of merge register
  • flag CRDTs
  • bug fixes

0.2.0

29 May 15:10
Compare
Choose a tag to compare
  • uses new Antidote PB interface
  • more value coders and better result of merge register
  • fixed bug in Key.flag_dw
  • merge-register

New API design

30 Aug 14:11
Compare
Choose a tag to compare
  • This release is not compatible with older releases. The API for reading data and performing updates has changed completely.
  • Update-operations are now represented as data, which allows to build complex map updates and then execute them
  • Removed the concept of references to nested CRDTs.