Releases: ebean-orm/ebean-elasticsearch
Releases · ebean-orm/ebean-elasticsearch
11.15.2
Update okhttp dependency to 3.10.0, make ebean a provided dependency
#32
11.15.1
#31 - Fix integration with Ebean 11.x - use of BeanPropertyAssocMany.lazyLoadMany() method
ebean-elastic-5.0.2-RC
#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
#15 Update for ElasticSearch 5.0 (which has effectively breaking changes to the Query DSL)
1.5.1
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
Issues:
#17 Support Ebean 9.2.1+ with ElasticSearch 5.0 split of "String" type into "Keyword" and "Text"
1.3.2
Issues:
#13 BaseHttpMessageSender has indexType / indexName ... when it should be the other way around
1.3.1
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
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