Skip to content

Releases: redis/redis-om-dotnet

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

Version 0.5.3

16 Aug 17:43
968fa76
Compare
Choose a tag to compare

🚀 New Features

  • Add support for StartsWith/EndsWith, extended support for Contains (#402)

🐛 Bug Fixes

  • fix query predicate bug for NotEqual expression type (#399)
  • Respect PropertyName in Aggregation query. (#405)
  • allow applying of logical OR on different fields in .Where clause on aggregation set (#393)
  • fix query translation on aggregation set when has punctuation marks o… (#388)
  • Fix aggregation parsing on negated Contains (#407)
  • adding proper translation for DateTimeOffsets (#406)

🧰 Maintenance

  • Moq -> Nsubstitute (#410)

Contributors

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

@AndersenGans, @imansafari1991, @mdrakib, @slorello89 and @zulander1

Version 0.5.2

16 May 13:22
71c2173
Compare
Choose a tag to compare

🚀 New Features

  • Opening up RedisReply constructor (#357)

🐛 Bug Fixes

  • fixing update bug with DateTimeOffsets (#373)
  • fixing issue with serializing collections of primitives with hashes. (#370)
  • fixing issue with index serialization when propertyname defined (#368)
  • Bugfix/aggregations bin expressions (#365)
  • fixing selects with same names (#372)
  • fixing issue with negated method calls (#364)
  • adding error propagation for non-apparent (but very real errors) (#367)
  • fixing issue with non-nullable numerics (#375)

Cleanup

  • fixing style-cop violation (#369)

Contributors

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

@slorello89

Version 0.5.1

03 May 10:57
0e3c4b4
Compare
Choose a tag to compare

Changes

  • fixing #333 doc ambiguity around migrations (#366)

🐛 Bug Fixes

  • Fixing issues with how selects work with Complex types (#363)
  • fix wrong skip take query translation on aggregation sets (#355)

📖 Docs

  • fixing #333 doc ambiguity around migrations (#366)

Contributors

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

@imansafari1991 and @slorello89

Version 0.5.0

14 Apr 14:17
dbb71b8
Compare
Choose a tag to compare

🔥 Breaking Changes

  • Renaming Bulk Operations to be compliant with .NET Standards (#338)
  • Subsequent Where clauses within an aggregation will be applied to the primary query rather than the filter (#344)

🐛 Bug Fixes

  • Maintain ttl on update (#340)

Contributors

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

@imansafari1991 and @zulander1