Releases: redis/redis-om-python
Releases Β· redis/redis-om-python
v0.0.27
13 May 10:58
Compare
Sorry, something went wrong.
No results found
v.0.0.26
25 Apr 14:38
Compare
Sorry, something went wrong.
No results found
Performance fix when using first() on find() results. See #218
v0.0.25
22 Apr 15:11
Compare
Sorry, something went wrong.
No results found
Significantly improved find behaviour when returning lots of records, as the page size for RediSearch is now 1000, not 10. Saves a lot of round trips to Redis - see #207
v0.0.24
22 Apr 09:16
Compare
Sorry, something went wrong.
No results found
Minor release that updates dependencies and removes automatic loading of .env file, see #154
v0.0.23
13 Apr 10:07
Compare
Sorry, something went wrong.
No results found
In this release:
Adds missing all_pks() method for JsonModel.
Various dependency updates.
v0.0.22
07 Apr 14:14
Compare
Sorry, something went wrong.
No results found
The migrator will now error if you attempt to create a search index on database > 0 as this is not supported by RediSearch.
Some documentaiton improvements.
Various dependency updates.
v0.0.21
29 Mar 21:28
Compare
Sorry, something went wrong.
No results found
Adds ability to expire a model instance, updates the docs to show how to access the underlying Redis connection, and various dependency updates.
v0.0.20
07 Mar 10:11
Compare
Sorry, something went wrong.
No results found
This is a small release that rolls up the latest dependency updates.
v0.0.19
15 Feb 20:34
Compare
Sorry, something went wrong.
No results found
Adds class level delete for JsonModel and HashModel.
v0.0.18
11 Feb 19:45
Compare
Sorry, something went wrong.
No results found
Changes license to MIT, updates dependencies.