Version historyΒΆ

  • Version 4.0.0
    • This package is now marked as supporting Python 3.6 and above

    • Fixed a bug related to items that hash to the value 0 (thanks to pwlodarczyk92)

  • Version 3.1.1
    • Fixed a bug with handling hashing errors (thanks to maikroeder)

  • Version 3.1.0
    • Reader instances now act as context managers, and can be called with file paths or file-like objects.

  • Version 3.0.0
    • This package now supports Python 3 only. For a version that works with Python 2, see this older release.

    • Added the python-cdb compatibility module

  • Version 2.2.0
    • Added non-strict mode for convenience when using non-binary keys.

    • API docs are now available at ReadTheDocs.

  • Version 2.1.0
    • Python 3 support

    • Writer and Writer64 can now act as context managers.

    • A Python implementation of cdbdump (python-pure-cdbdump) is now included.

    • The Python implementation of cdbmake was renamed python-pure-cdbmake and some bugs were fixed.