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>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ __PACKAGE__->_install_api('esql');
2929
__END__
3030
3131
# ABSTRACT: The Elasticsearch Query Language (ES|QL) provides a
32-
powerful way to filter, transform, and analyze data stored in
33-
Elasticsearch, and in the future in other runtimes.
34-
It is designed to be easy to learn and use, by end users,
32+
powerful way to filter, transform, and analyze data stored in
33+
Elasticsearch, and in the future in other runtimes.
34+
It is designed to be easy to learn and use, by end users,
3535
SRE teams, application developers, and administrators.
3636
3737
=head2 DESCRIPTION

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ __PACKAGE__->_install_api('inference');
2929
__END__
3030
3131
# ABSTRACT: The inference APIs enable you to use certain services,
32-
such as ELSER, OpenAI, or Hugging Face, in your cluster.
32+
such as ELSER, OpenAI, or Hugging Face, in your cluster.
3333
3434
=head2 DESCRIPTION
3535

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ __PACKAGE__->_install_api('query_ruleset');
2929
__END__
3030
3131
# ABSTRACT: Query rules allow you to configure per-query rules that
32-
are applied at query time to queries that match the specific rule.
32+
are applied at query time to queries that match the specific rule.
3333
3434
=head2 DESCRIPTION
3535

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ __PACKAGE__->_install_api('simulate');
2929
__END__
3030
3131
# ABSTRACT: Executes ingest pipelines against a set of provided
32-
documents, optionally with substitute pipeline definitions.
33-
This API is meant to be used for troubleshooting or pipeline
32+
documents, optionally with substitute pipeline definitions.
33+
This API is meant to be used for troubleshooting or pipeline
3434
development, as it does not actually index any data into Elasticsearch.
3535
3636
=head2 DESCRIPTION

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ __PACKAGE__->_install_api('synonyms');
2929
__END__
3030
3131
# ABSTRACT: The synonyms management API provides a convenient way
32-
to define and manage synonyms in an internal system index.
33-
Related synonyms can be grouped in a "synonyms set".
32+
to define and manage synonyms in an internal system index.
33+
Related synonyms can be grouped in a "synonyms set".
3434
Create as many synonym sets as you need.
3535
3636
=head2 DESCRIPTION

0 commit comments

Comments
 (0)