elasticsearch-api 7.10.0 → 7.10.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: dac714c804304eb3c6adb6f684f36a12ac20e434295f9e4112e0688ab7383c07
4
- data.tar.gz: 410db64ed13aa2944052ec1cd49f8db3e1ca72ad48b4c1c876f2972a94cd3f93
3
+ metadata.gz: bc7d8b93ca6d897957c2e813018d788d4f320e5b19b16727aff5a9aec4f6c23e
4
+ data.tar.gz: 8632ca3f2168b784214375ffd30e196831848c20dad9e487bbaee04cc60bcffa
5
5
  SHA512:
6
- metadata.gz: e56ad971f9768d8ed1e75719cb006ace904b04d132d18a9eebb45678ef4f04d8b286e6326fff427170eae3b912647a43e4d98f3e5d5612e8031c574bbbd57104
7
- data.tar.gz: c63a0490e3061f259c8222ea4724bc1c5c711fa1d1608c5c9171a15c222289ac71fa41043f377e2be53bceae9568459f234e733a436b9cc3376510dc393a86b4
6
+ metadata.gz: ff55062ee8efa2c396f53fc6d4cb1a847dafadf50bfdc6153fafb824005411e12af24ac931414d0672aa5e3453ae0ce01bea2eef75aacab21c7a50df0e164c00
7
+ data.tar.gz: f695ac23cf2e71fe7246b55750d6c00e8996bd290b3857b600ade1c7880dd78021341a1bf324a203c7563f9e0cbb56662792f089de4048eef1dbdda7d6bae1ce
@@ -20,6 +20,10 @@ module Elasticsearch
20
20
  module Tasks
21
21
  module Actions
22
22
  # Cancels a task, if it can be cancelled through an API.
23
+ # This functionality is Experimental and may be changed or removed
24
+ # completely in a future release. Elastic will take a best effort approach
25
+ # to fix any issues, but experimental features are not subject to the
26
+ # support SLA of official GA features.
23
27
  #
24
28
  # @option arguments [String] :task_id Cancel the task with specified task id (node_id:task_number)
25
29
  # @option arguments [List] :nodes A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
@@ -20,6 +20,10 @@ module Elasticsearch
20
20
  module Tasks
21
21
  module Actions
22
22
  # Returns information about a task.
23
+ # This functionality is Experimental and may be changed or removed
24
+ # completely in a future release. Elastic will take a best effort approach
25
+ # to fix any issues, but experimental features are not subject to the
26
+ # support SLA of official GA features.
23
27
  #
24
28
  # @option arguments [String] :task_id Return the task with specified id (node_id:task_number)
25
29
  # @option arguments [Boolean] :wait_for_completion Wait for the matching tasks to complete (default: false)
@@ -20,6 +20,10 @@ module Elasticsearch
20
20
  module Tasks
21
21
  module Actions
22
22
  # Returns a list of tasks.
23
+ # This functionality is Experimental and may be changed or removed
24
+ # completely in a future release. Elastic will take a best effort approach
25
+ # to fix any issues, but experimental features are not subject to the
26
+ # support SLA of official GA features.
23
27
  #
24
28
  # @option arguments [List] :nodes A comma-separated list of node IDs or names to limit the returned information; use `_local` to return information from the node you're connecting to, leave empty to get information from all nodes
25
29
  # @option arguments [List] :actions A comma-separated list of actions that should be returned. Leave empty to return all.
@@ -17,6 +17,6 @@
17
17
 
18
18
  module Elasticsearch
19
19
  module API
20
- VERSION = "7.10.0"
20
+ VERSION = "7.10.1"
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.10.0
4
+ version: 7.10.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karel Minarik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-16 00:00:00.000000000 Z
11
+ date: 2021-01-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -340,7 +340,7 @@ dependencies:
340
340
  version: '0'
341
341
  description: 'Ruby API for Elasticsearch. See the `elasticsearch` gem for full integration.
342
342
 
343
- '
343
+ '
344
344
  email:
345
345
  - karel.minarik@elasticsearch.org
346
346
  executables: []
@@ -704,7 +704,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
704
704
  - !ruby/object:Gem::Version
705
705
  version: '0'
706
706
  requirements: []
707
- rubygems_version: 3.1.2
707
+ rubygems_version: 3.1.4
708
708
  signing_key:
709
709
  specification_version: 4
710
710
  summary: Ruby API for Elasticsearch.