Skip to content

Kinetic Python Library v0.7.2

Compare
Choose a tag to compare
@icorderi icorderi released this 17 Jul 23:23
· 137 commits to master since this release

Changes from 0.7.1 to 0.7.2

Important

  • Kinetic Protocol version updated to 2.0.5
  • The compiled python proto kinetic/kinetic_pb2.py is now included on the repo

New features

  • Added zero copy support on puts and gets (Requires splice system call)
  • Added IPv6 address support on all clients (Issue #8)
  • Added new exception type ClusterVersionFailureException (Requires drive version 2.0.4)
  • Added new Device specific GetLog (Requires protocol 2.0.5)
  • Added SSL/TLS support on all clients

Bug Fixes

  • Fixed bug on invalid magix number (PR #11 contributed by @rpcope1, ASOKVAD-313)
  • Fixex bug that caused close() and connect() to fail on a connection that faulted (Issue #7)
  • Fixed a bug that caused the AsyncClient to crash when calling close()