Skip to content

Releases: Erudika/para-search-elasticsearch

v1.28.4

16 Feb 16:03
Compare
Choose a tag to compare

1c76abf fixed RestClient not being initialized properly in ProxyResourceHandler, leading to OOME

📦 Download JAR

v1.28.3

05 Feb 13:54
Compare
Choose a tag to compare

30cdfe9 Release v1.28.3. Updated Para to 1.28.5

📦 Download JAR

v1.28.2

25 Jan 17:42
Compare
Choose a tag to compare

861b930 updated Para to 1.28.2
d14887a added more tests for nested arrays
1b69d70 updated readme to describe the feature elastic/elasticsearch#11322
c6fce3f added special syntax for querying nested arrays with absolute precision
44b1793 refactored recursive method to use iteration, set strict limit for compound query depth
e52d647 updated ES to v6.1.2
f2ff0e3 added a new nested indexing mode to prevent a possible mapping explosion

📦 Download JAR

v1.28.1

09 Jan 22:46
Compare
Choose a tag to compare

dde6f9e Release v1.28.1. Updated Para to 1.28.1

📦 Download JAR

v1.28.0

08 Jan 23:12
Compare
Choose a tag to compare

02a7e53 udpated Para to 1.28.0
5614a6f moved config option to para.es.root_index_sharing_enabled; fixed tests
620aa3e fixed index should not have routed alias if app is not sharing index with other apps, added option para.root_index_sharing_enabled defaults to false
cd2e022 added reindex_batch_size option to control the number of docs to reindex in a single batch

📦 Download JAR

v1.27.1

20 Dec 17:27
Compare
Choose a tag to compare

d5bf7be updated ES to 6.1.0, Para to 1.27.0
f580124 fixed IndexBasedDAO nested call to update()
a783776 moved getAppidFromAuthHeader() to para-core, fixed getRawResponse parameter bug when sending request to proxy other than GET
312e4ba fixed app id not shown in logs when detected objects only found in index

📦 Download JAR

v1.27.0

05 Dec 18:09
Compare
Choose a tag to compare

Note: Elasticsearch was updated to 6.0.0, you may have to reindex your documents with ElasticSearchUtils.rebuildIndex().

700fd89 updated Para to v1.26.1
1808526 added configurable shard and replica settings for child apps
1ec29d8 added response error logging for index/unindex operations
21ea8cc added proxy response transformation of ES response to Para response to enable clients to easily convert it to list of ParaObjects
5c5c58d fixed index name for newly rebuilt indices contains only a timestamp instead of name_timestamp
d2f1c44 added support for multiple sort fields by specifying comma-separated values in pager.sortBy
dc15630 removed problematic path query parameter
3000cdb added reindexing through the ES proxy endpoint, e.g. POST /v1/_elasticsearch/reindex
3cc8950 fixed tests against ES v6
1b23351 updated ES to v6, integration tests fail

📦 Download JAR

v1.26.0

13 Nov 14:51
Compare
Choose a tag to compare

87878a8 Updated Para to 1.26.0, ES Transport client to 5.6.4
80b6f2a fixed possible NPE
e794ee4 fixed the proxy endpoint paths, added tests and docs
65235f4 added ES proxy request handler
b4ebd63 fixed _docid not set on reindex, sort order not defined
edd7a01 added 'search after' support

📦 Download JAR

v1.25.7

29 Oct 23:06
Compare
Choose a tag to compare

04f1825 Release v1.25.7. Updated Para to v1.25.5.

📦 Download JAR

v1.25.6

26 Oct 23:11
Compare
Choose a tag to compare

f36f4d1 fixed query parser instance instantiation, thanks @jswiesner!

📦 Download JAR