All Versions
17
Latest Version
Avg Release Cycle
81 days
Latest Release
-

Changelog History
Page 2

  • v0.6.1

    October 08, 2018
  • v0.6.0 Changes

    November 16, 2018
    • ๐Ÿ‘ Stream support added, including consumer groups.
    • ๐Ÿ‘Œ Support for zpopmin, zpopmax, and the blocking bzpopmin, bzpopmax
    • โž• Added APIs to container classes for converting to-and-from native data-types.
    • โž• Added atomic compare-and-set method to database.
  • v0.5.4

    September 18, 2018
  • v0.5.3

    September 18, 2018
  • v0.5.2 Changes

    August 03, 2018
    • ๐Ÿ›  Fixed incompatibilities with Python 3.7.
    • ๐Ÿ›  Fixed incorrect result scoring in full-text search model.
  • v0.5.1 Changes

    • โž• Added standalone full-text search.
    • ๐Ÿ”จ Refactored various internal classes that support the new standalone full-text search index.
  • v0.5.0 Changes

    • The models API uses a backwards-incompatible serialization approach. This means that data stored using 0.4.1 cannot be read back using 0.5.0.
    • ๐Ÿ‘ Field() no longer supports pickled or as_json parameters. Instead, use the PickledField and JSONField.