bmemcached-rs v0.5.0 Release Notes

Release Date: 2018-07-30 // over 5 years ago
  • ๐Ÿ”‹ 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)

Previous changes from v0.4.0

  • ๐Ÿ”‹ Features

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