Release 1.2.0-rc1
Pre-release
Pre-release
Note: Like valkey-search 1.1, this valkey-search 1.2 release also requires Valkey core 9.0.1 or higher.
Major New Features / Updates
- Adding text search capability. This includes updates to the FT.CREATE, FT.SEARCH, FT.AGGREGATE, Ingestion, etc.
- Refer to documentation on how to use the feature: https://valkey.io/topics/search/
- Support for SKIPINITIALSCAN option on the FT.CREATE command
- Single Slot Query support
- Added support for SORTBY functionality on the FT.SEARCH command
- Enhanced RDB format to eliminate backfill after load
- Increase default for allowed number of indexes to 1000
- Increased limit on number of fields with default updated to 1000 and max to 10000
- FT.SEARCH and FT.AGGREGATE commands are no longer marked as denyoom
- Add Memory Tracking for Index Schema Attributes
- Replica nodes no longer participate in metadata consistency protocol. All mutation information comes from the Primary
- Enhanced FT.INFO command with additional information in Cluster mode
Contributors
- @Aksha1812
- @AlexFilipImproving
- @allenss-amazon
- @baswanth09
- @BCathcart
- @daddaman-amz
- @eifrah-aws
- @eliastam
- @eric-musliner
- @murphyjacob4
- @KarthikSubbarao
- @otherscase
- @boda26
- @Arunsarma07
- @Nivesh-01
- @VoletiRam
- @yairgott
- @yanamolo
- @zvi-code
Full Changelog: 1.1.0...1.2.0-rc1