Skip to content

2.0.0

Compare
Choose a tag to compare
@rbotzer rbotzer released this 13 Feb 02:36
· 1652 commits to master since this release

Announcing the Python Client Release 2.0.0

This is a big release which adds support for Python 3.
The methods exists, get, and select now raise a RecordNotFound exception. In the past you always got back a record tuple of (key, meta, bins), then had to check for meta is not None to identify a non-existent record.

Features

Fixes