Version 0.8.0
·
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 yourIndexed
andSearchable
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