All Versions
17
Latest Version
Avg Release Cycle
81 days
Latest Release
-
Changelog History
Page 2
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 blockingbzpopmin
,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 supportspickled
oras_json
parameters. Instead, use thePickledField
andJSONField
.
- The