Releases: RediSearch/JRediSearch
Releases · RediSearch/JRediSearch
2.2.0
This version is adapted to support RediSearch 2.2
Enhancements:
- Support search JSON (#145)
- Support AS option (#150)
- Client.getInfo() return readable data (#136)
- Support GeoCoordinate as value (#165)
- Object to String map util (#157)
- Document serialVersionUID (#163)
- Spring Integration PR (#172)
Dependencies:
- Upgrade com.google.code.gson:gson to 2.8.8
- Upgrade redis.clients:jedis to 3.7.0
v2.2.0-RC2
Changes
- Fix build release process (#160)
2.2.0-RC1
This version is adapted to support RediSearch 2.2
Enhancements:
- Client.getInfo() return readable data (#136)
- Support search JSON types (#145)
- Support allias
AS
option (#150)
- Object to String map util (#157)
Thanks to: @tgrall for the contributing!
2.0.0
This version is adapted to support RediSearch 2.0
Enhancements:
- Add support for Index Definition on Index create (#114)
- Add support for custom scorer (#123)
- Set Query.Filter as public and handle error on wrong aggregation (#111)
Bug fixes:
- Fix #93 add LongRange (#96)
- Fix FILST_VALUE reducer (#115)
- Fix syndump (#117)
Deprecation:
- Deprecate synadd(#117)
- Deprecate addHash(#114)
2.0.0-M2
v2.0.0-M2
fix typo in README example (#119)
1.8.1
Enhancements:
Bug fixes:
- Handle returned error on Aggregation (#110, #111)
1.8.0
Enhancements:
- Throw NPE when null value is used (#92)
- Add searchBatch API (#99)
- Bump to latest jedis version 3.3.0 (#102)
- Deprecate ClusterClient (#104)
- Change Schema.toString() for better experience (#106)
Fixes:
- Fix GeoValue.MILES enum wrong unit used (#107)
Thanks to: @angelo147 & @tgrall for the contributing!
1.7.0
- Add synonym commands FT.SYNADD, FT.SYNUPDATE, FT.SYNDUMP (#94, #95)
- Add Support FT.ALIASADD FT.ALIASUPDATE FT.ALIASDEL commands (#97)
Thanks to: @dengliming for the contributing!
1.6.0
- Add support for FT.SUGDEL and FT.SUGLEN (#90)
Thanks to: @tgrall for the contributing!
1.5.0
- Add support for REPLACE-IF (#82, #83)
- Support FT.CONFIG command (#87)
Thanks to @dengliming for the contributing!