Releases: Philippus/elastic4s
Releases · Philippus/elastic4s
v8.5.1
v8.2.1: Support arbitrary JSON within GetIndex _meta. (#2682)
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
v8.1.2: Add version field to GetIndexTemplatesResponse. (#2675)
Co-authored-by: Sam Sam <[email protected]>
v8.1.1: Add IngestHandlers to ElasticDsl. (#2672)
Co-authored-by: Sam Sam <[email protected]>
v8.1.0
v8.0.0: Feat: add support for analyzers in annotated_text fields (#2654)
* feat: add support for analyzers in annotated_text fields * fix tests
v7.15.5: Added span field masking query (#2568)
Co-authored-by: Maxim D <[email protected]>
v7.15.4
v7.13.0: Adding Unsigned Long Field Type (#2482)
* 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