Skip to content

Release 7.3 dev 1

Compare
Choose a tag to compare
@ezimuel ezimuel released this 05 Aug 09:15
· 147 commits to master since this release
version_7.30_1
1d63c90

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

This release includes the updated API for Elasticsearch 7.3.2.

This is the first 7.x release of Search::Elasticsearch. You can read all the BC breaks from 6.x here.
One of the most significative change is the deprecation of types. Elasticsearch 7.0 deprecated APIs that accept types, introduced new typeless APIs, and removed support for the _default_ mapping. You can read more here.

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-7.30_1.tar.gz

This release is also available on CPAN here.