Skip to content

Kinetic Python Library v0.7.3

Compare
Choose a tag to compare
@icorderi icorderi released this 20 Aug 18:36
· 121 commits to master since this release

Changes from 0.7.2 to 0.7.3

Important

  • Kinetic Protocol version updated to 2.0.6

New features

  • Added handshake to negotiate connection id during connect
  • Added TCP_NODELAY socket option to improve performance
  • GetKeyRange operations now accept None arguments on keys (Issue #10)

Behavior changes

  • Removed DEVICE log from LogTypes.add() (Issue #15)

Bug Fixes

  • Fixed problem with status validation on the AdminClient
  • Fixed error message when Magic number is invalid