This repository was archived by the owner on Mar 10, 2022. It is now read-only.
2.0.0 Developer Build #23
Pre-release
Pre-release
Changes
- API Updates:
- New document save() and delete() API with concurrency control options: last-write-wins and fail-on-conflict. The last-write-wins is the option for the default save and delete document method.
- The database encryption API has been removed from 2.0 due to some uncertainty over the cross-platform implementation. We plan to bring it back in 2.x.
- Bug fixes and performance improvement.
Detailed notes about this release
- see this document and for an API reference, see this page.
To get this build from Maven,
- please refer Getting Started document