Skip to content

Releases: Philippus/elastic4s

v8.5.1

18 Dec 23:52
d0e8b15
Compare
Choose a tag to compare
Add support for elastic 8.5.1 (#2777)

v8.2.1: Support arbitrary JSON within GetIndex _meta. (#2682)

06 Jul 05:05
f77127b
Compare
Choose a tag to compare
The previous implementation of the GetIndex handler typed the _meta
field as a Map[String, String]. This causes failures when fetching
indices that use nested JSON within _meta.

v8.2.0

02 Jun 04:08
Compare
Choose a tag to compare
Updated readme for 8.2.x

v8.1.2: Add version field to GetIndexTemplatesResponse. (#2675)

02 Jun 04:08
4b0a255
Compare
Choose a tag to compare

v8.1.1: Add IngestHandlers to ElasticDsl. (#2672)

02 Jun 04:08
cde0a90
Compare
Choose a tag to compare

v8.1.0

02 Jun 04:08
Compare
Choose a tag to compare
Updated readme for 8.1

v8.0.0: Feat: add support for analyzers in annotated_text fields (#2654)

02 Jun 04:08
770208c
Compare
Choose a tag to compare
* feat: add support for analyzers in annotated_text fields

* fix tests

v7.15.5: Added span field masking query (#2568)

08 Dec 17:29
f3e70d0
Compare
Choose a tag to compare

v7.15.4

08 Dec 17:29
bec83c3
Compare
Choose a tag to compare
add suppoet query source json in MultiSearchBuilderFn  #2563 (#2564)

v7.13.0: Adding Unsigned Long Field Type (#2482)

28 Jul 03:06
25997ff
Compare
Choose a tag to compare
* local test / inital idea for unsigned long field type

* removed range - not actual type and added unsigned long string

* needed to update NumberFieldBuilderFn with string

* fixed compilation errors from typos like elastic4s somehow got changed to elastic5s

* typos, typos everywhere... double trippled checked with the tests