Skip to content

0.1.3

Latest
Compare
Choose a tag to compare
@jovany-wang jovany-wang released this 22 Feb 15:01
· 87 commits to master since this release
ba84f09

The features of this release version are:

  1. Implement DstSortedListLinkedImpl for sorted list (#378)
  2. Add Distkv docker support (#411)
  3. Refine client with 1 client instance for all concepts (#413)
  4. Add BSD-3-clause LICENSE (#422)
  5. Support that master sync the requests to slaves (#435)
  6. Upgrade protobuf to proto3 (#458)
  7. Enable io thread only for dousi server (#460)
  8. Refine the relationship between worker, worker pool and store runtime (#467)
  9. Remove legacy table concept (#485)
  10. Support namespace filter for client to allow key conflicts (#504)
  11. Make SyncClient wrap the AsyncClient. (#506)
  12. Add namespace command executor (#508)
  13. The POC of non heap hash map for store. (#507)
  14. [Pine] Init pine module as the ecosystem of Distkv. (#518)
  15. Add deactive namespace support (#521)
  16. [Pine] Support PineTopper as a component of distkv ecosystem. (#520)

Fix:

  1. Fix jmh bug (#481)
  2. Fix SortedListLinkedImpl bug (#487)
  3. Fix start dkv server and cli not work (#490)
  4. Fix keyboardinterrept exception (#512)
  5. Fix package wheel and deploy (#519)