elasticsearch-transport 7.6.0.pre → 7.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b01c3835be0c7e8baced5fd1490e36b9a80f42cfb53a85beb255944d2aa4614
4
- data.tar.gz: '08931111bab05fdd725afe95de0b40f643c96f30d82848d0899fe017ee999cf6'
3
+ metadata.gz: 954bd7789cddfa4566eb6776fd47a747c88507efdbaa0fe2bcdd74e374ecbc40
4
+ data.tar.gz: e2103eae1740df19f3fb1ec25f9e49bb83d86d511611d8e6bbbefb9ec5ce2bfc
5
5
  SHA512:
6
- metadata.gz: 8d92acc2c7d1a085001db7c976c8cbdb6787df88ea6162be50b5205b7846f3bf0e182b53f6766dfd43a0b61a0911291717b0579f98b351f02b8e5eb5d8bd04b3
7
- data.tar.gz: 9bba1344253d072808f1468e5dc6fe0a9fe6815cf6a1f2831491c716ad9dd657b714a52c14432a85543a1e3e96a123d173061b74a622e051a35c26826204e464
6
+ metadata.gz: ea3ea8fcd19ce804cff739c0c6e1671c1eede31a47414442c718b100b3c22c627a9341f58150be12ea0f3f70d98e2465b70f4eeae877353f7b930deaafe3372e
7
+ data.tar.gz: 6a2adbbe5f396eb12e9c7a558dc66bf613b42c2464fd82f9205344777b2c9a560b8fd27482cc058a66b746defe4c66a1920649af04621a14aabe2a455a4b0c8b
data/README.md CHANGED
@@ -37,7 +37,7 @@ Currently these libraries will be automatically detected and used:
37
37
  - [HTTPClient](https://rubygems.org/gems/httpclient)
38
38
  - [Net::HTTP::Persistent](https://rubygems.org/gems/net-http-persistent)
39
39
 
40
- **Note on [Typhoeus](https://github.com/typhoeus/typhoeus)**: Typhoeus is compatible and will be automatically detected too. However, the latest release (v1.3.1 at the moment of writing this) is not compatible with Faraday 1.0. [It still uses the deprecated `Faraday::Error` namespace](https://github.com/typhoeus/typhoeus/blob/v1.3.1/lib/typhoeus/adapters/faraday.rb#L100). If you want to use it with this gem, we suggest getting `master` from GitHub, since this has been fixed for v1.4.0. We'll update this if/when v1.4.0 is released.a
40
+ **Note on [Typhoeus](https://github.com/typhoeus/typhoeus)**: Typhoeus is compatible and will be automatically detected too. However, the latest release (v1.3.1 at the moment of writing this) is not compatible with Faraday 1.0. [It still uses the deprecated `Faraday::Error` namespace](https://github.com/typhoeus/typhoeus/blob/v1.3.1/lib/typhoeus/adapters/faraday.rb#L100). If you want to use it with this gem, we suggest getting `master` from GitHub, since this has been fixed for v1.4.0. We'll update this if/when v1.4.0 is released.
41
41
 
42
42
  For detailed information, see example configurations [below](#transport-implementations).
43
43
 
@@ -336,8 +336,8 @@ Then, create a new client, and the _Patron_ gem will be used as the "driver":
336
336
 
337
337
  client = Elasticsearch::Client.new
338
338
 
339
- client.transport.connections.first.connection.builder.handlers
340
- # => [Faraday::Adapter::Patron]
339
+ client.transport.connections.first.connection.builder.adapter
340
+ # => Faraday::Adapter::Patron
341
341
 
342
342
  10.times do
343
343
  client.nodes.stats(metric: 'http')['nodes'].values.each do |n|
@@ -4,6 +4,6 @@
4
4
 
5
5
  module Elasticsearch
6
6
  module Transport
7
- VERSION = "7.6.0.pre"
7
+ VERSION = "7.6.0"
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticsearch-transport
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.6.0.pre
4
+ version: 7.6.0
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-04-03 00:00:00.000000000 Z
11
+ date: 2020-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -419,9 +419,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
419
419
  version: '2.4'
420
420
  required_rubygems_version: !ruby/object:Gem::Requirement
421
421
  requirements:
422
- - - ">"
422
+ - - ">="
423
423
  - !ruby/object:Gem::Version
424
- version: 1.3.1
424
+ version: '0'
425
425
  requirements: []
426
426
  rubygems_version: 3.1.2
427
427
  signing_key: