Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.38 KB

CHANGELOG.md

File metadata and controls

39 lines (28 loc) · 1.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

[0.0.2] - 2018-03-27

Added

  • lock support (#259)
  • nested txn support (#265)
  • move leader support (#235)
  • hashkv support (#234)
  • OSGi support (#269)

Changed

  • Client extends AutoCloseable (#244)
  • improved integration test framework (#295)

Fixed

Doc

  • TLS support (#245)

[0.0.1] - 2017-08-23

Added

  • Initial Release

Known Limitations

  • Nested transactions are not currently supported (#143)
  • HashKV is not currently supported (#222)