Skip to content

1.10.1

Compare
Choose a tag to compare
@release-drafter release-drafter released this 08 Nov 06:58

What's Changed

  • Adjust API of ElasticsearchContainer so as to not expose shaded transient dependency (#964, fixes #958) Note: This means that usages of elasticsearchContainer.getHost() should be replaced with HttpHost.create(elasticsearchContainer.getHttpHostAddress()) @rnorth
  • Add self-typing generics to ElasticsearchContainer (#963, fixes #962) @kiview
  • Publish artifacts to Maven Local before running examples on CircleCI (#903) @kiview