Skip to content

Releases: Restream/reindexer-java

1.33

04 May 07:05

Choose a tag to compare

  • Fix flaky test
  • Add support for v5.13.0 reindexer API
  • Support Query Expressions (gh-129)

1.32

02 Oct 08:02

Choose a tag to compare

  • Add support of cprotos - TLS for cproto connector (gh-122)

1.30

03 Sep 10:31

Choose a tag to compare

  • fix crash when incarnation tag is present in query result (gh-120)

1.29

21 Jul 10:31

Choose a tag to compare

  • Add support of base parameter radius in KNN search (reindexer v5.4.0, gh-117)

1.27

22 May 15:56

Choose a tag to compare

  • Add support custom conversions for the mapped Item fields

1.26

08 Apr 07:08

Choose a tag to compare

  • Add support for index option is_no_column from reindexer v5.1.0

1.25

28 Mar 13:01

Choose a tag to compare

  • Add support for vector indexes (hnsw, ivf and vec_bf), see
  • Add support for KNN search - a filtering operation of float vector fields (Query.whereKnn())
  • Add support for new response value rank - a metric by which the results of KNN and full-text queries are sorted.

1.24

05 Mar 15:41

Choose a tag to compare

  • Support new builtin connect signature (reindexer v5 compatibility)

1.23

24 Dec 12:25

Choose a tag to compare

  • Add supporting enum type for index using String or Integer (ordinal) mapping (gh-107).

1.22

26 Sep 05:23

Choose a tag to compare

  • Add lombok dependency to avoid writing boilerplate code
  • Remove the limit of 63 indexes per namespace (actual limit is 255)
  • Fix the index appendable property
  • Implement addIndex, updateIndex, dropIndex operations (gh-105, for testing purposes only!)