Skip to content

Kinetic Python library v0.9.0

Latest
Compare
Choose a tag to compare
@icorderi icorderi released this 17 Jul 18:07
· 12 commits to master since this release

Changes since 0.8.2

Important

  • Kinetic Protocol version updated to 3.0.6
  • Deprecrated classes and methods will be removed on the next major release.

New features

  • Added support for Batch operations
  • Added reverse parameter on GetKeyRange operation

Major changes

  • AsyncClient has been renamed to Client
  • A new SecureClient has been added to kinetic.

Minor changes

  • Added env variable KINETIC_CONNECT_TIMEOUT to control default connection timeout.

Deprecated features

  • Old blocking Client has been moved to kinetic.depracated.BlockingClient
  • Old AdminClient has been moved to kinetic.depracated.AdminClient

Misc

  • Added alias for AsyncClient = Client to smooth transition.
  • Added alias on kinetic for AdminClient to smooth transition.