Skip to content

Releases: Philippus/elastic4s

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

v7.10.8: replace refs to deprecated parameters edgeNgram + nGram (#2474) - bac…

27 Jul 21:44
ae0e29d
Compare
Choose a tag to compare
…kport to 7.10 (#2484)

* replace refs to deprecated filters edgeNgram+nGram

elasticsearch deprecation notice:
https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-7.0.html#deprecated-ngram-edgengram-token-filter-cannot-be-used

* replace Tokenizer ref to deprecated type param

elasticsearch deprecation notice:
https://www.elastic.co/guide/en/elasticsearch/reference/current/breaking-changes-7.6.html#_disallow_use_of_the_ngram_and_edgengram_tokenizer_names

v7.9.3

27 Jul 21:44
Compare
Choose a tag to compare
Releasing 7.9.3

v7.12.3

09 Jun 20:39
1664a5a
Compare
Choose a tag to compare
Update scala-library to 2.12.14 (#2436)

v7.12.2

23 May 16:42
9107947
Compare
Choose a tag to compare
Update cats-effect to 3.1.1 (#2419)

v7.11.3: Update README.md (#2410)

07 May 22:33
e679d49
Compare
Choose a tag to compare
For multiple endpoints example, url shema prefix should be exists only for the first endpoint.