Skip to content

Releases: redis/redis-om-dotnet

Version 0.7.5

04 Oct 13:28
57cef22
Compare
Choose a tag to compare

Changes

  • adding some docs for stuff that has come up (#467)

🚀 New Features

  • Add ToQueryString method to RedisCollection, RedisAggregationSet (#487)
  • feat: Add the ability to compare existing index definitions to the projected one for a type (#479)
  • Add MatchPattern Method (#483)
  • Allowing SearchableAttribute to apply multiple times on one field (#473)
  • feat: adding the ability to update ttl with update (#472)

🐛 Bug Fixes

  • fix: When using AllMiniLML6V2 vectorizer, inference sessions would be… (#485)

🧰 Maintenance

  • revving to 0.7.5 (#488)

Contributors

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

@abbottdev, @kirollosonsi, @slorello89 and @tgmoore

Version 0.7.4

15 Jul 20:43
6d445a5
Compare
Choose a tag to compare

Changes

  • specifying keys in read/write commands (#463)
  • setting internal cursor to 0 when no cursor is called for (#462)

Contributors

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

@slorello89

Version 0.7.3

12 Jul 12:55
d2647d6
Compare
Choose a tag to compare

Changes

  • Fix Typo LANGUAGE_FIELD->LANGUAGE in SerializeIndex (#458)

Contributors

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

@ahmedisam99 and @slorello89

Version 0.7.2

11 Jul 13:01
cd6efb6
Compare
Choose a tag to compare

Changes

  • fix: Casting to IQueryable no longer drops chunk size (#455)
  • bumping System.Text.Json for cve (#456)

Contributors

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

@CormacLennon and @slorello89

Version 0.7.1

02 May 14:13
1b511ef
Compare
Choose a tag to compare

Changes

  • Bugfix: support method call in Any() on embedded objects array (#446)
  • Improved vector range argument parsing (#445)

Contributors

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

@PrudiusVladislav, @abbottdev and @slorello89

Version 0.7.0

12 Apr 18:43
cd8919a
Compare
Choose a tag to compare

Changes

  • Adding arg-less count to RedisCollection (#426)
  • updating StackExchange.Redis Version to remove System.Drawing (#436)

🔥 Breaking Changes

  • correcting unlink return type. This is a very minor break and would only affect you if you were relying on the string return from unlink (which didn't produce anything anyway) (#435)

🐛 Bug Fixes

  • passing filter format down Fixes #438 (#439)
  • correcting unlink return type (#435)

Contributors

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

@slorello89

Version 0.6.1

06 Dec 20:53
d43d4b2
Compare
Choose a tag to compare

Changes

  • Bugfix for culture invariant decimal types (#423)
  • Bugfix vector hash index creation (#424)

Contributors

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

@axnetg and @slorello89

Version 0.6.0

05 Dec 14:09
cf41ed7
Compare
Choose a tag to compare

Changes

🔥 Breaking Changes

  • (#417) - The core Execute and ExecuteAsync methods have been changed from accepting args as a string[] to accepting them as a object[]. This will largely be transparent to you if you use the higher level APIs within Redis OM, however if you use those methods you may be impacted.

🚀 New Features

  • Vector Search and Semantic Caching (#417) - Added the ability to Index, Create, and query Vectors using Redis OM.

Contributors

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

@slorello89

Version 0.5.5

27 Nov 13:58
c87f2da
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Bugfix - Enumerating collection with documents expiring causes early return (#422)

Contributors

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

@jrpavoncello

Version 0.5.4

30 Oct 12:02
fa80a84
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix indexing and querying GUID lists (#403)
  • crossed wires between inverted contains and infix (#413)
  • Fix expression constant in contains (#411)

Contributors

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

@Espleth, @slorello89 and @zulander1