Skip to content

0.1.2

Compare
Choose a tag to compare
@senyer senyer released this 29 Dec 09:20
· 174 commits to master since this release

The features of this release version are:

  1. Support asynchronous services.(#294 )
  2. Support Dst asynchronous client.(#333 #340 #341 )
  3. Enable new DstExecutor.(#314 #294 #321 #342 #343 #347 )
  4. Introduce Dmeta Module to Dst.(#290 )
  5. Introduce drpc to replace brpc.(#291 #307 #345 #364 )
  6. Support Dst Error code System.(#306 )
  7. Use HashMap instead of ConcurrentHashMap in core module.(#350 )
  8. Refactor the Dst core module.(#352 #316 #361 #371 )
  9. Refine and optimize the API.(#322 #317 #325 #328 #339 )
  10. Support Dst configuration classes.(#387 )

Fix:

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