Skip to content

Version 0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Apr 19:03
· 3 commits to refs/heads/main since this release

πŸ”₯ Breaking Changes

  • Queryable null and Empty Strings (#506) - Default behavior (which allows you to query null and empty strings) requires RediSearch 2.10 - can disable behavior by setting the IndexEmptyAndMissing property to false in your Indexed and Searchable attributes on nullable strings.

πŸš€ New Features

  • FIELDENG-681 adding api for running raw queries (#523)
  • FIELDENG-589 EntraId support for Vectorizers (#522)
  • Queryable null and Empty Strings (#506)
  • allowing setting max in sortby (#503)

πŸ› Bug Fixes

  • Fix edge-case boolean deserialization in RedisObjectHandler.SendToJson (#519)
  • normalizing json serialization settings in statemanager (#505)

Contributors

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

@mfaulcon and @slorello89