Skip to content

Releases: ebean-orm/ebean-elasticsearch

11.15.2

04 Jul 10:07
Compare
Choose a tag to compare

Update okhttp dependency to 3.10.0, make ebean a provided dependency
#32

11.15.1

13 Mar 22:21
Compare
Choose a tag to compare

#31 - Fix integration with Ebean 11.x - use of BeanPropertyAssocMany.lazyLoadMany() method

ebean-elastic-5.0.2-RC

13 Mar 22:22
Compare
Choose a tag to compare

#30 Support API changes in 10.4.x
#29 Change to use docker-run.properties to run tests against docker container for elasticsearch

5.0.1-RC

13 Sep 12:50
Compare
Choose a tag to compare

#15 Update for ElasticSearch 5.0 (which has effectively breaking changes to the Query DSL)

2.1.1

21 Dec 03:38
Compare
Choose a tag to compare

Update for Ebean 10.1.2 - 8ba6da9

1.5.1

01 Dec 08:50
Compare
Choose a tag to compare

Notes:

This release requires Java 8 (relating to Ebean 9.3.1 which requires Java 8).

Issues:

#18 Refactor: Support Ebean 9.3.1 with ElasticSearch only support (comes with move to Java8)

1.4.1

17 Nov 11:11
Compare
Choose a tag to compare

Issues:

#17 Support Ebean 9.2.1+ with ElasticSearch 5.0 split of "String" type into "Keyword" and "Text"

1.3.2

17 Aug 10:36
Compare
Choose a tag to compare

Issues:

#13 BaseHttpMessageSender has indexType / indexName ... when it should be the other way around

1.3.1

03 Aug 09:04
Compare
Choose a tag to compare

Change groupId to org.avaje.ebean

    <dependency>
      <groupId>org.avaje.ebean</groupId>
      <artifactId>ebean-elastic</artifactId>
      <version>1.3.1</version>
    </dependency>

1.3.1

20 Jun 11:05
Compare
Choose a tag to compare

Issues:

#11 isEmpty() expression needs to have outer not:{} negation to work as per ..

#10 Fix issue with nested path query with multiple nested path expressions