Skip to content

Latest commit

 

History

History
75 lines (57 loc) · 5.88 KB

CHANGELOG.md

File metadata and controls

75 lines (57 loc) · 5.88 KB

Changelog

0.1.3 [2020-02-20]

Features:

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

Fix:

  • Fix jmh bug (#481)
  • Fix SortedListLinkedImpl bug (#487)
  • Fix start dkv server and cli not work (#490)
  • Fix keyboardinterrept exception (#512)
  • Fix package wheel and deploy (#519)

0.1.2 [2019-12-29]

Features:

Fix:

  • Fix command line tool.(#296 )
  • Fix client disconnection.(#319 )
  • Fix unexpected output in the command line.(#358 )
  • Fix the bug of out of index of the the shard index.(#365 )
  • Fix list removeRange.(#389 )

0.1.1 [2019-11-30]

Features:

  • Support DstNewSQL, Parser and new client tool with antlr4(#236 #237 #242 #249#264 #265 #263 #266)
  • Support table concept in core module (#155 )
  • Support SortedList in core module (#186)
  • Support DstConcurrentQueue interface and DefaultConcurrentQueue (#248)
  • Refine rpc services (#251 #255 #260)
  • Rename group id from org.dst to com.distkv.dst(#282)

0.1.0 [2019-09-22]

This is the first release version of Dst.

The features of this release version are:

  • Support Redis-like structure: str, set, list and dict.
  • Support dst-cli client tool.
  • Support Java client SDK with sync client.