Skip to content

Releases: zuliaio/zuliasearch

1.7.35

31 Aug 14:08
138e02e
Compare
Choose a tag to compare

Breaking Change: Refactor client protocol to allow more advanced types of queries
Allow faster term queries
Refine boolean analyzer to require values true,false,yes,no,1,0,t,f,y,n when indexing as string (case insensitive) and to only match one of those terms in any case when doing a query. before unknown values were mapped to false and any terms starting with t,f,y,n were matched.
Lucene 8.6.1

1.7.34

12 Aug 02:55
Compare
Choose a tag to compare

Lucene 8.6.0
MongoDB 4.4 Support

1.7.33

24 Jun 19:14
Compare
Choose a tag to compare

Force Guava Version to 29.0-jre instead of being 29.0-android
Bump grpc to 1.30.2

1.7.32

24 Jun 15:26
Compare
Choose a tag to compare

use a daemon thread pool to allow exiting without zuliaPool.shutdown when using Java REST client

1.7.31

23 Jun 15:25
Compare
Choose a tag to compare

Microanut 2.0.0 rc2 with HTTP 2.0
bump Gradle 6.5
MongoDB java to 4.0.4
Bump grpc to 1.30.1
Bump proto to 3.12
Remove grizzly stuff left over

1.7.30

20 Jun 01:02
Compare
Choose a tag to compare

Node Update Fix in Client

1.7.29

19 Jun 17:48
Compare
Choose a tag to compare

Fix exception on fetch associated when it does not exist (regression from a few patch version ago)

1.7.28

18 Jun 16:35
Compare
Choose a tag to compare

Fix exception on Fetch Commands for empty filenames (regression in 1.7.27) (5eaec6a)

1.7.27

18 Jun 15:22
Compare
Choose a tag to compare

#34 Use connection pool in Zulia REST client
#38 Upgrade to Lucene 8.5.2
#41 List Length is Wrong for Arrays of Objects

1.7.26

16 Jun 21:06
Compare
Choose a tag to compare

Micronaut Version to 1.7.26
Fix GsonDocumentMapper for documents with dates before the epoch