Skip to content

Releases: dadoonet/elasticsearch-beyonder

beyonder-9.0

11 Jun 14:02
Compare
Choose a tag to compare

Summary of the changes

  • Update project to Elasticsearch 9.0.2.
  • Update required JVM to Java 17.

What's Changed

  • Update to Elasticsearch 9.0.0 by @dadoonet in #361
  • Update to Java 17 by @dadoonet in #362
  • README: add "Community" section by @fbaligand in #363
  • Bump actions/checkout from 3 to 4 in /.github/workflows by @dependabot in #364
  • Bump github/codeql-action from 2 to 3 in /.github/workflows by @dependabot in #365
  • Bump stefanzweifel/git-auto-commit-action from 4 to 5 in /.github/workflows by @dependabot in #366
  • Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.2 to 3.5.3 by @dependabot in #368
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by @dependabot in #367
  • Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 by @dependabot in #369
  • Bump commons-io:commons-io from 2.18.0 to 2.19.0 by @dependabot in #370
  • Bump org.testcontainers:elasticsearch from 1.20.6 to 1.21.0 by @dependabot in #372
  • Bump jackson.version from 2.18.3 to 2.19.0 by @dependabot in #373
  • Bump org.elasticsearch.client:elasticsearch-rest-client from 9.0.0-SNAPSHOT to 9.0.1 by @dependabot in #374
  • Bump org.apache.maven.plugins:maven-changes-plugin from 3.0.0-M2 to 3.0.0-M3 by @dependabot in #375
  • Bump commons-beanutils:commons-beanutils from 1.10.1 to 1.11.0 by @dependabot in #376
  • Bump org.testcontainers:elasticsearch from 1.21.0 to 1.21.1 by @dependabot in #377
  • Bump org.elasticsearch.client:elasticsearch-rest-client from 9.0.1 to 9.0.2 by @dependabot in #378
  • Bump stefanzweifel/git-auto-commit-action from 5 to 6 in /.github/workflows by @dependabot in #379

New Contributors

Full Changelog: beyonder-8.17...beyonder-9.0

beyonder-8.17

06 Mar 19:58
Compare
Choose a tag to compare

Summary of the changes

  • Update project to Elasticsearch 8.17.2.
  • Manage rollover and date maths indices like <logstash-{now/d-2d}-000001>.
  • support for sample dataset has been added. If we detect a directory named _data in the classpath, we will try to load sample data from it. We support both ndjson files which will be loaded using the Bulk API and json files which will loaded using the Index API.

What's Changed

Read more

beyonder-7.16

13 Jan 18:12
Compare
Choose a tag to compare

The Elasticsearch Beyonder team is pleased to announce the elasticsearch-beyonder-7.16 release!

Elasticsearch Beyonder

Elasticsearch beyonder provides automatic index, mapping, alias or template creation
when an elasticsearch client starts.

Usage

Add this library to you project:

<dependency>
    <groupId>fr.pilato.elasticsearch</groupId>
    <artifactId>elasticsearch-beyonder</artifactId>
    <version>7.16</version>
</dependency>

Changes

  • #217: Bump maven-compiler-plugin from 3.8.1 to 3.9.0 . Thanks to dependabot[bot].
  • #216: Bump maven-jar-plugin from 3.2.0 to 3.2.2 . Thanks to dependabot[bot].
  • #213: Bump maven-scm-plugin from 1.12.0 to 1.12.2 . Thanks to dependabot[bot].
  • #212: Bump log4j.version from 2.14.1 to 2.17.1 . Thanks to dependabot[bot].
  • #211: Bump jackson.version from 2.13.0 to 2.13.1 . Thanks to dependabot[bot].
  • #210: Bump docker-maven-plugin from 0.37.0 to 0.38.1 . Thanks to dependabot[bot].

Full Changelog: https://github.com/dadoonet/elasticsearch-beyonder/commits/beyonder-7.16

For a manual installation, you can download the elasticsearch-beyonder-7.16 here:
https://repo1.maven.org/maven2/fr/pilato/elasticsearch/elasticsearch-beyonder/7.16/

Have fun!
-Elasticsearch Beyonder team