Skip to content

Commit 9dbba19

Browse files
committed
Changed to 7.712 and updated Changes
1 parent 626e483 commit 9dbba19

File tree

15 files changed

+31
-9
lines changed

15 files changed

+31
-9
lines changed

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+
7.712 2021-03-25
4+
Stable release for Elasticsearch 7.12
5+
36
7.711001 2021-03-01
47
Fix release for Elasticsearch 7.11
58

dist-client-6_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::6_0::Async
22

3+
7.712 2021-03-25
4+
Stable release for Elasticsearch 7.12
5+
36
7.711001 2021-03-01
47
Fix release for Elasticsearch 7.11
58

dist-client-6_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::6_0
22

3+
7.712 2021-03-25
4+
Stable release for Elasticsearch 7.12
5+
36
7.711001 2021-03-01
47
Fix release for Elasticsearch 7.11
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+
7.712 2021-03-25
4+
Stable release for Elasticsearch 7.12
5+
36
7.711001 2021-03-01
47
Fix release for Elasticsearch 7.11
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+
7.712 2021-03-25
4+
Stable release for Elasticsearch 7.12
5+
36
7.711001 2021-03-01
47
Fix release for Elasticsearch 7.11
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+
7.712 2021-03-25
4+
Stable release for Elasticsearch 7.12
5+
36
7.711001 2021-03-01
47
Fix release for Elasticsearch 7.11
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+
7.712 2021-03-25
4+
Stable release for Elasticsearch 7.12
5+
36
7.711001 2021-03-01
47
Fix release for Elasticsearch 7.11
58

lib/Search/Elasticsearch.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ use Moo 2.001000 ();
2222
use Search::Elasticsearch::Util qw(parse_params load_plugin);
2323
use namespace::clean;
2424

25-
our $VERSION = '7.711001';
25+
our $VERSION = '7.712';
2626

2727
my %Default_Plugins = (
2828
client => [ 'Search::Elasticsearch::Client', '7_0::Direct' ],

lib/Search/Elasticsearch/Async.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
package Search::Elasticsearch::Async;
1919

20-
our $VERSION = '7.711001';
20+
our $VERSION = '7.712';
2121
use Search::Elasticsearch 7.00;
2222
use Promises 0.93 ();
2323
use parent 'Search::Elasticsearch';

lib/Search/Elasticsearch/Client/6_0.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
package Search::Elasticsearch::Client::6_0;
1919

20-
our $VERSION='7.711001';
20+
our $VERSION='7.712';
2121
use Search::Elasticsearch 7.00 ();
2222

2323
1;

lib/Search/Elasticsearch/Client/6_0/Async.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
package Search::Elasticsearch::Client::6_0::Async;
1919

20-
our $VERSION='7.711001';
20+
our $VERSION='7.712';
2121
use Search::Elasticsearch::Client::7_0 7.00 ();
2222

2323
1;

lib/Search/Elasticsearch/Client/7_0.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
package Search::Elasticsearch::Client::7_0;
1919

20-
our $VERSION='7.711001';
20+
our $VERSION='7.712';
2121
use Search::Elasticsearch 7.00 ();
2222

2323
1;

lib/Search/Elasticsearch/Client/7_0/Async.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
package Search::Elasticsearch::Client::7_0::Async;
1919

20-
our $VERSION='7.711001';
20+
our $VERSION='7.712';
2121
use Search::Elasticsearch::Client::7_0 7.00 ();
2222

2323
1;

lib/Search/Elasticsearch/Client/7_0/Direct/TextStructure.pm

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ __END__
2828
2929
# ABSTRACT: Plugin providing TextStructure for Search::Elasticsearch 7.x
3030
31-
NOTE: this API is experimental and may be changed or removed completely in a future release
32-
3331
=head1 SYNOPSIS
3432
3533
my $response = $es->text_structure->find_structure(
@@ -38,10 +36,13 @@ NOTE: this API is experimental and may be changed or removed completely in a fut
3836
3937
=head2 DESCRIPTION
4038
39+
NOTE: this API is experimental and may be changed or removed completely in a future release.
40+
4141
This class extends the L<Search::Elasticsearch> client with a C<text_structure>
4242
namespace, to support the API for the Text Structure plugin for Elasticsearch.
4343
4444
=head1 METHODS
4545
4646
The full documentation for the Text Structure plugin is available here:
4747
L<https://www.elastic.co/guide/en/elasticsearch/reference/current/find-structure.html>
48+

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 7.00;
24-
our $VERSION = "7.711001";
24+
our $VERSION = "7.712";
2525

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

0 commit comments

Comments
 (0)