Release 6.80 dev 1
·
165 commits
to master
since this release
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.