Skip to content

Commit 4106700

Browse files
committed
Updated Changes and CHANGELOG with 8.00
1 parent 41682b4 commit 4106700

File tree

9 files changed

+125
-44
lines changed

9 files changed

+125
-44
lines changed

CHANGELOG.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,28 +2,16 @@
22
All notable changes to this project will be documented in this file.
33

44

5-
## [7.3.0] - 2020-09-15
5+
## [8.0.0] - 2022-12-29
66

77
### Added
8-
- New APIs for Elasticsearch 7.3.2
98

10-
### Changed
11-
- Updated HTTP::Tiny to the latest 0.076
9+
- New APIs for Elasticsearch 8.0.0
10+
- Added the `elastic_cloud_api_key` and `token_api` in Elasticsearch constructor [17d661a](https://github.com/elastic/elasticsearch-perl/commit/17d661a72e001e5eeb68d13a74edd7b72ebf5731)
11+
- Added the product check in Elasticsearch response [acb25d6](https://github.com/elastic/elasticsearch-perl/commit/acb25d6669d8969e1ff27fa19ee89a72ea6b8cd4)
12+
- Updated the documentation with Elastic Cloud [17b70e8](https://github.com/elastic/elasticsearch-perl/commit/17b70e85213a21a2acceb1bea2478c4ac2c2a301) and EOL announcement [#226](https://github.com/elastic/elasticsearch-perl/pull/226)
1213

1314
### Removed
14-
- Support of client 5_0
15-
- Support of client 2_0
16-
- Support of client 1_0
17-
- Support of client 0_9
18-
- Support of Hijk Cxn
1915

20-
### BC breaks
16+
- Support of client 6_0
2117

22-
This is the first 7.x major release. You can read all the BC breaks from Elasticsearch 6.x [here](https://www.elastic.co/guide/en/elasticsearch/reference/7.x/breaking-changes-7.0.html).
23-
24-
One of the most significative change is the **deprecation of types**. Elasticsearch 7 deprecated APIs that accept types, introduced new typeless APIs, and removed support for the `_default_` mapping. You can read more [here](https://www.elastic.co/blog/moving-from-types-to-typeless-apis-in-elasticsearch-7-0).
25-
26-
Regarding the Perl library there are some changes:
27-
- `Search::Elasticsearch::Client::6_0::Scroll`:
28-
- removed the `scroll_in_qs` parameter. It's deprecated in 7.0.0 (see [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/scroll-api.html#scroll-api-path-params)) and it's dangerous to use it for long ID. You can use the scroll_id as a body parameter.
29-
- `total` is now a property of `$scroll->{total}` (not a reference anymore, since 6.80, see [#168](https://github.com/elastic/elasticsearch-perl/pull/168))

dist-async/Changes

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
Revision history for Search::Elasticsearch::Async
22

3+
8.00 2022-12-29
4+
Stable release for Elasticsearch 8.5
5+
6+
7.717 2022-07-28
7+
Stable release for Elasticsearch 7.17
8+
9+
7.715 2021-10-19
10+
Stable release for Elasticsearch 7.15
11+
12+
7.714 2021-08-09
13+
Stable release for Elasticsearch 7.14
14+
15+
7.713 2021-06-14
16+
Stable release for Elasticsearch 7.13
17+
18+
7.712 2021-03-25
19+
Stable release for Elasticsearch 7.12
20+
21+
7.711001 2021-03-01
22+
Fix release for Elasticsearch 7.11
23+
24+
7.711 2021-02-11
25+
Stable release for Elasticsearch 7.11
26+
327
7.30 2020-09-15
428
Stable release for Elasticsearch 7.3
529

dist-client-7_0-async/Changes

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11
Revision history for Search::Elasticsearch::Client::7_0::Async
22

3+
7.717 2022-07-28
4+
Stable release for Elasticsearch 7.17
5+
6+
7.715 2021-10-19
7+
Stable release for Elasticsearch 7.15
8+
9+
7.714 2021-08-09
10+
Stable release for Elasticsearch 7.14
11+
12+
7.713 2021-06-14
13+
Stable release for Elasticsearch 7.13
14+
15+
7.712 2021-03-25
16+
Stable release for Elasticsearch 7.12
17+
18+
7.711001 2021-03-01
19+
Fix release for Elasticsearch 7.11
20+
21+
7.711 2021-02-11
22+
Stable release for Elasticsearch 7.11
23+
324
7.30 2020-09-15
425
Stable release for Elasticsearch 7.3
526

627
7.30_1 2020-08-05
728
Updated API for Elasticsearch 7.3
829

9-
6.81 2020-06-26
10-
Bumped to version 6.81
11-
12-
6.80 2020-03-25
13-
Bumped to version 6.80
14-
15-
6.80_1 2020-03-11
16-
Bumped to version 6.80
17-
18-
6.00 2017-11-12
19-
First release of 7_0 API
2030

dist-client-7_0/Changes

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,30 @@
11
Revision history for Search::Elasticsearch::Client::7_0
22

3+
7.717 2022-07-28
4+
Stable release for Elasticsearch 7.17
5+
6+
7.715 2021-10-19
7+
Stable release for Elasticsearch 7.15
8+
9+
7.714 2021-08-09
10+
Stable release for Elasticsearch 7.14
11+
12+
7.713 2021-06-14
13+
Stable release for Elasticsearch 7.13
14+
15+
7.712 2021-03-25
16+
Stable release for Elasticsearch 7.12
17+
18+
7.711001 2021-03-01
19+
Fix release for Elasticsearch 7.11
20+
21+
7.711 2021-02-11
22+
Stable release for Elasticsearch 7.11
23+
324
7.30 2020-09-15
425
Stable release for Elasticsearch 7.3
526

627
7.30_1 2020-08-05
728
Updated API for Elasticsearch 7.3
829

9-
6.81 2020-06-26
10-
Bumped to version 6.81
11-
12-
6.80 2020-03-25
13-
Bumped to version 6.80
14-
15-
6.80_1 2020-03-11
16-
Bumped to version 6.80
17-
18-
6.00 2017-11-12
19-
First release of 7_0 API
2030

dist-client-8_0-async/Changes

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Revision history for Search::Elasticsearch::Client::8_0::Async
22

3-
4-
3+
8.00 2022-12-29
4+
Stable release for Elasticsearch 8.5

dist-client-8_0/Changes

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Revision history for Search::Elasticsearch::Client::8_0
22

3-
3+
8.00 2022-12-29
4+
Stable release for Elasticsearch 8.5
45

dist-netcurl/Changes

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
Revision history for Search::Elasticsearch::Cxn::NetCurl
22

3+
8.00 2022-12-29
4+
Stable release for Elasticsearch 8.5
5+
6+
7.717 2022-07-28
7+
Stable release for Elasticsearch 7.17
8+
9+
7.715 2021-10-19
10+
Stable release for Elasticsearch 7.15
11+
12+
7.714 2021-08-09
13+
Stable release for Elasticsearch 7.14
14+
15+
7.713 2021-06-14
16+
Stable release for Elasticsearch 7.13
17+
18+
7.712 2021-03-25
19+
Stable release for Elasticsearch 7.12
20+
21+
7.711001 2021-03-01
22+
Fix release for Elasticsearch 7.11
23+
24+
7.711 2021-02-11
25+
Stable release for Elasticsearch 7.11
26+
327
7.30 2020-09-15
428
Stable release for Elasticsearch 7.3
529

dist/Changes

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
Revision history for Search::Elasticsearch
22

3+
8.00 2022-12-29
4+
Stable release for Elasticsearch 8.5
5+
6+
7.717 2022-07-28
7+
Stable release for Elasticsearch 7.17
8+
9+
7.715 2021-10-19
10+
Stable release for Elasticsearch 7.15
11+
12+
7.714 2021-08-09
13+
Stable release for Elasticsearch 7.14
14+
15+
7.713 2021-06-14
16+
Stable release for Elasticsearch 7.13
17+
18+
7.712 2021-03-25
19+
Stable release for Elasticsearch 7.12
20+
21+
7.711001 2021-03-01
22+
Fix release for Elasticsearch 7.11
23+
24+
7.711 2021-02-11
25+
Stable release for Elasticsearch 7.11
26+
327
7.30 2020-09-15
428
Stable release for Elasticsearch 7.3
529

lib/Search/Elasticsearch/Cxn/NetCurl.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use Moo;
2121
with 'Search::Elasticsearch::Role::Cxn', 'Search::Elasticsearch::Role::Is_Sync';
2222

2323
use Search::Elasticsearch 8.00;
24-
our $VERSION = "8.00";
24+
our $VERSION = '8.00';
2525

2626
use HTTP::Parser::XS qw(HEADERS_AS_HASHREF parse_http_response);
2727
use Try::Tiny;

0 commit comments

Comments
 (0)