Skip to content

Commit

Permalink
Updated CHANGELOG and fixed whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jan 25, 2024
1 parent 8f6294c commit 2158b52
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.

## [8.12.0] - 2024-01-25

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

## [8.0.0] - 2022-12-29

Expand Down
3 changes: 3 additions & 0 deletions dist-async/Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
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

Expand Down
3 changes: 3 additions & 0 deletions dist-client-7_0-async/Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Search::Elasticsearch::Client::7_0::Async

8.12 2024-01-25
Stable release for Elasticsearch 8.12

8.00 2022-12-29
Stable release for Elasticsearch 8.5

Expand Down
3 changes: 3 additions & 0 deletions dist-client-7_0/Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Search::Elasticsearch::Client::7_0

8.12 2024-01-25
Stable release for Elasticsearch 8.12

8.00 2022-12-29
Stable release for Elasticsearch 8.5

Expand Down
3 changes: 3 additions & 0 deletions dist-client-8_0-async/Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Revision history for Search::Elasticsearch::Client::8_0::Async

8.12 2024-01-25
Stable release for Elasticsearch 8.12

8.00 2022-12-29
Stable release for Elasticsearch 8.5
3 changes: 3 additions & 0 deletions dist-client-8_0/Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Search::Elasticsearch::Client::8_0

8.12 2024-01-25
Stable release for Elasticsearch 8.12

8.00 2022-12-29
Stable release for Elasticsearch 8.5

3 changes: 3 additions & 0 deletions dist-netcurl/Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Search::Elasticsearch::Cxn::NetCurl

8.12 2024-01-25
Stable release for Elasticsearch 8.12

8.00 2022-12-29
Stable release for Elasticsearch 8.5

Expand Down
3 changes: 3 additions & 0 deletions dist/Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Search::Elasticsearch

8.12 2024-01-25
Stable release for Elasticsearch 8.12

8.00 2022-12-29
Stable release for Elasticsearch 8.5

Expand Down
4 changes: 2 additions & 2 deletions lib/Search/Elasticsearch/Client/8_0/Direct/Connector.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ and manage Elastic connectors and sync jobs in an internal index.
This API provides an alternative to relying solely on Kibana UI
for connector and sync job management. The API comes with a set of
validations and assertions to ensure that the state representation
validations and assertions to ensure that the state representation
in the internal index remains valid.
The full documentation for Eql feature is available here:
Expand All @@ -52,7 +52,7 @@ It does L<Search::Elasticsearch::Role::Client::Direct>.
body => {
index_name => "search-google-drive",
name => "My Connector",
service_type => "google_drive"
service_type => "google_drive"
}
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The sync jobs API provides a convenient way to create
and manage Elastic sync jobs in an internal index.
This API provides an alternative to relying solely on Kibana UI
for sync job management.
for sync job management.
The full documentation for Sync job feature is available here:
L<https://www.elastic.co/guide/en/elasticsearch/reference/8.12/connector-apis.html#sync-job-apis>
Expand Down
6 changes: 3 additions & 3 deletions lib/Search/Elasticsearch/Client/8_0/Direct/Esql.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ __PACKAGE__->_install_api('esql');
__END__
# ABSTRACT: The Elasticsearch Query Language (ES|QL) provides a
powerful way to filter, transform, and analyze data stored in
Elasticsearch, and in the future in other runtimes.
It is designed to be easy to learn and use, by end users,
powerful way to filter, transform, and analyze data stored in
Elasticsearch, and in the future in other runtimes.
It is designed to be easy to learn and use, by end users,
SRE teams, application developers, and administrators.
=head2 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Search/Elasticsearch/Client/8_0/Direct/Inference.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ __PACKAGE__->_install_api('inference');
__END__
# ABSTRACT: The inference APIs enable you to use certain services,
such as ELSER, OpenAI, or Hugging Face, in your cluster.
such as ELSER, OpenAI, or Hugging Face, in your cluster.
=head2 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Search/Elasticsearch/Client/8_0/Direct/QueryRuleset.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ __PACKAGE__->_install_api('query_ruleset');
__END__
# ABSTRACT: Query rules allow you to configure per-query rules that
are applied at query time to queries that match the specific rule.
are applied at query time to queries that match the specific rule.
=head2 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/Search/Elasticsearch/Client/8_0/Direct/Simulate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ __PACKAGE__->_install_api('simulate');
__END__
# ABSTRACT: Executes ingest pipelines against a set of provided
documents, optionally with substitute pipeline definitions.
This API is meant to be used for troubleshooting or pipeline
documents, optionally with substitute pipeline definitions.
This API is meant to be used for troubleshooting or pipeline
development, as it does not actually index any data into Elasticsearch.
=head2 DESCRIPTION
Expand Down
4 changes: 2 additions & 2 deletions lib/Search/Elasticsearch/Client/8_0/Direct/Synonyms.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ __PACKAGE__->_install_api('synonyms');
__END__
# ABSTRACT: The synonyms management API provides a convenient way
to define and manage synonyms in an internal system index.
Related synonyms can be grouped in a "synonyms set".
to define and manage synonyms in an internal system index.
Related synonyms can be grouped in a "synonyms set".
Create as many synonym sets as you need.
=head2 DESCRIPTION
Expand Down

0 comments on commit 2158b52

Please sign in to comment.