Skip to content

Release 6.80 dev 1

Compare
Choose a tag to compare
@ezimuel ezimuel released this 11 Mar 21:40
· 165 commits to master since this release
version_6.80_1
5768e22

NOTE: This is a dev release 6.80_1 of Search::Elasticsearch.

This release includes the updated API for Elasticsearch 6.8.7 and the following update:

  • merged XPack endpoints into Direct client, there is no need anymore to use a plugin for XPack;
  • added the OSS YAML tests running on Travis CI (see here);
  • added the XPack YAML tests running on Travis CI (see here);
  • added the User-Agent header with syntax: elasticsearch-perl/<version> (<Perl version>)

In order to use this dev release you can download the attached file and use perl -I option to specify the location of Search::Elasticsearch or you can use CPAN with the following command:

cpan EZIMUEL/Search-Elasticsearch-6.80_1.tar.gz

This release is also available on CPAN here.