Skip to content

Commit 2158b52

Browse files
committed
Updated CHANGELOG and fixed whitespaces
1 parent 8f6294c commit 2158b52

File tree

15 files changed

+38
-12
lines changed

15 files changed

+38
-12
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [8.12.0] - 2024-01-25
5+
6+
- New APIs for Elasticsearch 8.12.0, including the [ES|QL](https://www.elastic.co/guide/en/elasticsearch/reference/current/esql.html) support
7+
- Fixed issue [#227](https://github.com/elastic/elasticsearch-perl/issues/227) for the `x-elastic-product` check on 7.x instances
8+
- Fixed issue [#211](https://github.com/elastic/elasticsearch-perl/issues/211) for the SSL verification in HTTP::Tiny
49

510
## [8.0.0] - 2022-12-29
611

dist-async/Changes

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

3+
8.12 2024-01-25
4+
Stable release for Elasticsearch 8.12
5+
36
8.00 2022-12-29
47
Stable release for Elasticsearch 8.5
58

dist-client-7_0-async/Changes

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

3+
8.12 2024-01-25
4+
Stable release for Elasticsearch 8.12
5+
36
8.00 2022-12-29
47
Stable release for Elasticsearch 8.5
58

dist-client-7_0/Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Search::Elasticsearch::Client::7_0
22

3+
8.12 2024-01-25
4+
Stable release for Elasticsearch 8.12
5+
36
8.00 2022-12-29
47
Stable release for Elasticsearch 8.5
58

dist-client-8_0-async/Changes

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

3+
8.12 2024-01-25
4+
Stable release for Elasticsearch 8.12
5+
36
8.00 2022-12-29
47
Stable release for Elasticsearch 8.5

dist-client-8_0/Changes

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

3+
8.12 2024-01-25
4+
Stable release for Elasticsearch 8.12
5+
36
8.00 2022-12-29
47
Stable release for Elasticsearch 8.5
58

dist-netcurl/Changes

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

3+
8.12 2024-01-25
4+
Stable release for Elasticsearch 8.12
5+
36
8.00 2022-12-29
47
Stable release for Elasticsearch 8.5
58

dist/Changes

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

3+
8.12 2024-01-25
4+
Stable release for Elasticsearch 8.12
5+
36
8.00 2022-12-29
47
Stable release for Elasticsearch 8.5
58

lib/Search/Elasticsearch/Client/8_0/Direct/Connector.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ and manage Elastic connectors and sync jobs in an internal index.
3535
3636
This API provides an alternative to relying solely on Kibana UI
3737
for connector and sync job management. The API comes with a set of
38-
validations and assertions to ensure that the state representation
38+
validations and assertions to ensure that the state representation
3939
in the internal index remains valid.
4040
4141
The full documentation for Eql feature is available here:
@@ -52,7 +52,7 @@ It does L<Search::Elasticsearch::Role::Client::Direct>.
5252
body => {
5353
index_name => "search-google-drive",
5454
name => "My Connector",
55-
service_type => "google_drive"
55+
service_type => "google_drive"
5656
}
5757
);
5858

lib/Search/Elasticsearch/Client/8_0/Direct/ConnectorSyncJob.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The sync jobs API provides a convenient way to create
3434
and manage Elastic sync jobs in an internal index.
3535
3636
This API provides an alternative to relying solely on Kibana UI
37-
for sync job management.
37+
for sync job management.
3838
3939
The full documentation for Sync job feature is available here:
4040
L<https://www.elastic.co/guide/en/elasticsearch/reference/8.12/connector-apis.html#sync-job-apis>

0 commit comments

Comments
 (0)