Skip to content

Releases: RediSearch/JRediSearch

2.2.0

19 Nov 09:53
5aca905
Compare
Choose a tag to compare

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

29 Jul 06:36
37dcaec
Compare
Choose a tag to compare
v2.2.0-RC2 Pre-release
Pre-release

Changes

  • Fix build release process (#160)

2.2.0-RC1

28 Jul 21:38
530951f
Compare
Choose a tag to compare
2.2.0-RC1 Pre-release
Pre-release

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

21 Sep 06:49
Compare
Choose a tag to compare

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

11 Aug 13:31
9cfe80e
Compare
Choose a tag to compare
2.0.0-M2 Pre-release
Pre-release
v2.0.0-M2

fix typo in README example (#119)

1.8.1

20 Jul 12:40
Compare
Choose a tag to compare

Enhancements:

  • Set Query.Filter as public (#110, #111)

Bug fixes:

  • Handle returned error on Aggregation (#110, #111)

1.8.0

10 Jul 07:05
28e3d6b
Compare
Choose a tag to compare

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

27 Apr 12:44
63f439f
Compare
Choose a tag to compare
  • 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

13 Apr 11:44
495137c
Compare
Choose a tag to compare
  • Add support for FT.SUGDEL and FT.SUGLEN (#90)

Thanks to: @tgrall for the contributing!

1.5.0

05 Apr 08:13
af0e2f2
Compare
Choose a tag to compare
  • Add support for REPLACE-IF (#82, #83)
  • Support FT.CONFIG command (#87)

Thanks to @dengliming for the contributing!