Skip to content

Releases: redis/redis-om-python

Version 0.1.1

06 Dec 12:46
1e33e25
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • Updating poetry lock dependencies, and removed potential cleo vulnerability (#427)
  • Fixing invalid vulnerability report (#402)
  • Removing extra dependency used in release process (#399)
  • Bump redis from 4.3.5 to 4.4.0 (#424)

Contributors

We'd like to thank all the contributors who worked on this release!

Version 0.1.0

18 Oct 13:23
011e330
Compare
Choose a tag to compare

Changes

πŸ”₯ Breaking Changes

  • Drop python 3.6 support (#374)
  • Updating default page size to 1000 from 10 (#282)

πŸš€ New Features

  • Added count aggregation (#397)
  • Allow users to define a new primary key. (#347)
  • Add delete_many to support for bulk deletes (#305)
  • Implement page function (#339)

πŸ› Bug Fixes

  • Fix crash when trying to delete non-existent record (#372)
  • Fix add slash in DEFAULT_ESCAPED_CHARS (#312) (#376)
  • Fix None instance when querying (#368)
  • Fix a potential bug when deleting an object (#337)
  • Updating default page size to 1000 from 10 (#282)

🧰 Maintenance

  • Adding dependency vulnerability scanning to the CI process (#345)
  • Updating the release drafter, tying to the main branch (#385)
  • Fix broken links (#348)
  • Fixed issue decode_responses is set to True regardless if REDIS_OM_UR… (#373)
  • Drop python 3.6 support (#374)
  • Replace execute_command with specific redis functions when possible (#346)
  • Updating troves for pypi (#341)
  • Support for Pypy 3.7 in CI (#300)
  • Migrate from aioredis to redis-py with asyncio support (#233)
  • Docs(Getting Started): Fix get_redis_connection() example (#262)
  • Various dependencies updates

Contributors

We'd like to thank all the contributors who worked on this release!

@bonastreyair, @chayim, @dependabot, @dependabot[bot], @dvora-h, @melder, @moznuy, @ninoseki, @ryanrussell, @simonprickett, @tonibofarull and @wiseaidev

v0.0.27

13 May 10:58
Compare
Choose a tag to compare

Dependencies updates.

v.0.0.26

25 Apr 14:38
Compare
Choose a tag to compare

Performance fix when using first() on find() results. See #218

v0.0.25

22 Apr 15:11
Compare
Choose a tag to compare

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
Choose a tag to compare

Minor release that updates dependencies and removes automatic loading of .env file, see #154

v0.0.23

13 Apr 10:07
Compare
Choose a tag to compare

In this release:

  • Adds missing all_pks() method for JsonModel.
  • Various dependency updates.

v0.0.22

07 Apr 14:14
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

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
Choose a tag to compare

This is a small release that rolls up the latest dependency updates.