Releases: AntidoteDB/antidote-java-client
Releases · AntidoteDB/antidote-java-client
Updated to latest Antidote interface
0.3.5 update version to 0.3.5
Version 0.3.0
- added support for the cluster API
- more value coders and better result of merge register
- flag CRDTs
- bug fixes
0.2.0
- 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
- 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.