Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Latest commit

 

History

History
41 lines (24 loc) · 2.23 KB

CHANGELOG.md

File metadata and controls

41 lines (24 loc) · 2.23 KB

0.5.0 (2018-07-30)

Features

  • Make protocol public to allow client to choose how to use it (eca24b94)
  • Enable custom types to be used by user (#9) (db76fd63)
  • Enable custom types to be used by user (#7) (97d2816f)
  • error: Change error system to error-chain (#11) (ea627ee3)
  • protocol:
    • Add support to insert slices (d9956b79)
    • Add support to InvalidArguments (72c6f5c9)
    • Add error for big payloads (3da968d7)
    • Make write_request write to a buffer before sending the whole payload (0534d479)
    • Make protocol's connection buffered (3c7e9e70)

Bug Fixes

  • protocol: Make sure the library wont break with big key names (a327f208)

0.4.0 (2017-11-01)

Features

  • error: Change error system to error-chain (#11) (ea627ee3)

0.3.0 (2017-09-13)

Features

  • Enable custom types to be used by user (#9) (db76fd63)
  • Enable custom types to be used by user (#7) (97d2816f)