Skip to content

Releases: Restream/reindexer-java

1.11

16 Nov 22:34
Compare
Choose a tag to compare
  • Add FullText annotation for tune of full text search gh-54
  • Add support for multiple data sources gh-66
  • Add Query.isNotNull gh-68
  • Add support of Synchronized, PreferWrite, ReadOnly, PreferRead strategies gh-71
  • Fix StateInvalidatedException when stateToken is outdated gh-74
  • Add Namespace.execSql, Namespace.updateSql gh-76

1.10

22 Sep 12:13
Compare
Choose a tag to compare
  • Allow Query for specific fields. Closes gh-62
  • Add Query.like. Closes gh-64

1.9

30 Aug 16:00
Compare
Choose a tag to compare
1.9
  • Fix NPE in execSql Closes gh-55
  • Read rseq as uint32 Closes gh-58
  • Fix 'is NULL' condition Closes gh-60

1.8

05 Apr 06:52
Compare
Choose a tag to compare
1.8

Javadoc improvements

1.7

22 Mar 10:09
Compare
Choose a tag to compare
1.7

Update to reindexer v. 3.1.0
Add putMeta and getMeta
Add sql-methods
Add raw json support
Add dropNamespace method
Throw exception on openNamespace with wrong class
Added maven info to readme.md

1.6

26 Feb 12:34
Compare
Choose a tag to compare
1.6
  • Add Query.merge
  • Rename Configuration to ReindexerConfiguration class
  • Fix getNamespace error message
  • Accelerate tests
  • Add return of existing namespace to openNamespace method

1.5

29 Jan 16:28
Compare
Choose a tag to compare
1.5
  • Add query additional data type support
  • Add builtin binding
  • Add builtinserver binding
  • Add query logging

1.4

20 Jan 23:13
Compare
Choose a tag to compare
1.4
  • Add joins
  • Add aggregations

1.3

15 Jan 09:03
Compare
Choose a tag to compare
1.3
  • Add ping task
  • Internal improvements

1.2

13 Jan 15:25
cb9fb45
Compare
Choose a tag to compare
1.2
  • Async connections improvements
  • Added namespace public api