Revision history for Search::Elasticsearch::Async
8.12 2024-01-25
Stable release for Elasticsearch 8.12
8.00 2022-12-29
Stable release for Elasticsearch 8.5
7.717 2022-07-28
Stable release for Elasticsearch 7.17
7.715 2021-10-19
Stable release for Elasticsearch 7.15
7.714 2021-08-09
Stable release for Elasticsearch 7.14
7.713 2021-06-14
Stable release for Elasticsearch 7.13
7.712 2021-03-25
Stable release for Elasticsearch 7.12
7.711001 2021-03-01
Fix release for Elasticsearch 7.11
7.711 2021-02-11
Stable release for Elasticsearch 7.11
7.30 2020-09-15
Stable release for Elasticsearch 7.3
7.30_1 2020-08-05
Updated API for Elasticsearch 7.3
6.80 2020-03-25
Bumped to version 6.80
6.80_1 2020-03-11
Bumped to version 6.80
6.00 2017-11-14
Bumped to version 6.00
5.02 2017-04-02
Updated to work with Search::Elasticsearch 5.02
5.00 2016-10-19
Updated to work with Search::Elasticsearch 5.00
2.03 2016-05-24
Bumped version for Search::Elasticsearch 2.03
2.02 2016-04-20
Bumped version for Search::Elasticsearch 2.02
2.01 2016-04-15
Bumped version for Search::Elasticsearch 2.01
2.00 2015-10-28
The default client is now '2_0::Direct', for use with Elasticsearch 2.x.
Specify client '1_0::Direct' if using with Elasticsearch 1.x.
1.99 2015-08-26
This release provides support for Elasticsearch 2.0.0-beta1 and above,
but the default client is still '1_0::Direct' and will remain so until
version 2.00 is released.
1.20 2015-05-17
Search::Elasticsearch::Async is no longer a Moo class
Updated elasticsearch.org URLs to use elastic.co instead
1.19 2015-01-15
Added optional tests for https/authz/authen
1.18 2015-01-05
Fixed bad logging test
1.17 2014-12-29
Bug fix:
* handle_args were not being passed to all backends,
meaning that (eg) cookies could not be used
1.15 2014-11-05
Enhancements:
* All async backends now default to not verifying
SSL identities, but accept ssl_options to allow
backend-specific configuration
* Improved Mojo exceptions
1.13 2014-06-13
Breaking change:
The Async::Scroll helper used to pass the scroll ID to
scroll() and clear_scroll() in the query string by default,
with the scroll_in_body parameter to change the behaviour.
This was causing frequent errors with long scroll IDs, so
the new default behaviour is to pass the scroll ID in the
body, with the scroll_in_qs parameter to change that
behaviour.
All Search::Elasticsearch::Async HTTP backends are now fork safe.
1.12 2014-05-09
Fixed bug when trying to reindex from a subref
Now requires Search::Elasticsearch v1.12
1.11 2014-04-23
First release