Skip to content

Releases: redis/redis-om-python

v1.0.4-beta

15 Jan 16:17
9f11bc7

Choose a tag to compare

What's Changed

  • Bump rojopolis/spellcheck-github-actions from 0.44.0 to 0.48.0 by @dependabot[bot] in #695
  • Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in #670
  • docs: Update CONTRIBUTING.md by @bsbodden in #705
  • added return_fields function, attempting to optionally limit fields r… by @sav-norem in #633
  • Bump rojopolis/spellcheck-github-actions from 0.48.0 to 0.52.0 by @dependabot[bot] in #716
  • Bump actions/setup-python from 5 to 6 by @dependabot[bot] in #715
  • Add support for querying datetime fields by @abrookins in #711
  • Fix Pydantic 2.12+ compatibility for custom FieldInfo with Annotated types by @abrookins in #727
  • Bump rojopolis/spellcheck-github-actions from 0.52.0 to 0.55.0 by @dependabot[bot] in #724
  • Add support to python-ulid 3.1.0 by @AlboCode in #720
  • Bump github/codeql-action from 3 to 4 by @dependabot[bot] in #719
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #708
  • Fix broken redis.io documentation URLs by @abrookins in #745
  • Include redis_om package for Poetry 2.0+ compatibility by @abrookins in #740
  • Include Python version in CI cache key by @abrookins in #748
  • Update redis dependency version in pyproject.toml to <8.0.0 by @bonastreyair in #747
  • Add nx and xx flags to save() for conditional persistence by @abrookins in #746
  • Drop Python 3.8 and 3.9 support by @abrookins in #749
  • Add hash field expiration support for Redis 7.4+ by @abrookins in #752
  • Fix Python 3.14 dict iteration error in JsonModel by @abrookins in #764

New Contributors

Full Changelog: v1.0.3-beta...v1.0.4-beta

v1.0.3-beta

12 Aug 18:17
b00c9e0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2-beta...v1.0.3-beta

v1.0.2-beta

13 May 15:01
8ddb6b7

Choose a tag to compare

What's Changed

  • fix issue with nested vector fields and python 3.13 issubclass changes by @sethbuff in #699

Full Changelog: v1.0.1-beta...v1.0.2-beta

v1.0.1-beta

09 May 15:06
7ca997c

Choose a tag to compare

What's Changed

Full Changelog: v1.0.0-beta...v1.0.1-beta

What's Changed

Full Changelog: v1.0.0-beta...v1.0.1-beta

Version 1.0.0-beta

30 Apr 17:20
cd117b2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.4...v1.0.0-beta

Version 0.3.5

04 Apr 12:53

Choose a tag to compare

🐛 Bug Fixes

  • handle default issue with multiple inheritance (#687)

Contributors

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

@sethbuff and @slorello89

Version 0.3.4

02 Apr 12:49

Choose a tag to compare

Changes

  • revving to 0.3.4 (#684)
  • fix logo (#681)

🐛 Bug Fixes

  • enhancing primary key check to be compatible with sqlmodel (#672)
  • Fix: Incorrect Query Prefixing for Embedded Models in Query Construction (#657)
  • fixing issue with inherited defaults (#673)

Contributors

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

@abrookins, @bilal02arbisoft and @slorello89

Version 0.3.3

04 Nov 14:02
6b521d5

Choose a tag to compare

Changes

🐛 Bug Fixes

  • fixing broken Pydantic v1 regression (#663)

🧰 Maintenance

  • revving 0.3.3 (#667)
  • Update pytest-asyncio requirement from ^0.23.5 to ^0.24.0 (#651)
  • Update setuptools requirement from >=70.0,<73.0 to >=70.0,<76.0 (#655)
  • Bump rojopolis/spellcheck-github-actions from 0.40.0 to 0.44.0 (#665)

Contributors

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

@dependabot, @dependabot[bot] and @slorello89

Version 0.3.2

06 Aug 20:04
c5068e5

Choose a tag to compare

🚀 New Features

  • supporting literals as tag type (#635)

🐛 Bug Fixes

  • Make RedisModel compatible with Pydantic 2.x (#626)
  • fixing schema parsing in json models with non-str pks (#622)
  • single page per page call (#624)

🧰 Maintenance

  • bumping to setuptools-70 (#644)
  • Update pytest-cov requirement from ^4.0.0 to ^5.0.0 (#620)
  • Update unasync requirement from ^0.5.0 to ^0.6.0 (#621)
  • Bump rojopolis/spellcheck-github-actions from 0.36.0 to 0.40.0 (#639)
  • Update hiredis requirement from ^2.2.3 to >=2.2.3,<4.0.0 (#638)
  • Update setuptools requirement from ^69.2.0 to >=69.2,<73.0 (#641)
  • Test the FindQuery class and how it turns expressions into Redis commands (#642)

Contributors

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

@arareko, @dependabot, @dependabot[bot], @sav-norem and @slorello89

Version 0.3.1

07 May 20:59
cf91eac

Choose a tag to compare

Changes

🚀 New Features

  • adding xfix style queries (#610)
  • add casesensitive support (#608)

🐛 Bug Fixes

  • fixing None types in hashes (#616)
  • kick off type validation before update (#615)
  • fixing issue with breaking typing.Dict in JsonModel (#614)
  • adding support for boolean checks (#611)

Docs

  • Update models.md (#573)

Contributors

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

@ninoseki, @shobu13 and @slorello89