logstash-mixin-http_client 5.1.0 → 5.2.0

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
  SHA1:
3
- metadata.gz: accbc8d73a9e83d972f9e0a8fb4e559af7190943
4
- data.tar.gz: 81084e1fa78f82fcd72572bdb0c94f03a3ee3e36
3
+ metadata.gz: ed78a82f16f472a36812afbe4c003bc7d0632912
4
+ data.tar.gz: a2d6f940c032e18375504a2080142a1f5c0385f9
5
5
  SHA512:
6
- metadata.gz: e1be836f270f3e1023645a22f5f6bbcd7c3c854c440492315a0ae5501087e41dc6b4b0a37c37f040fff1b7beddbad353b0931da81e1d23530e2654c577aaac6d
7
- data.tar.gz: d64fb9c5ab678cb1411584ad0382a2277b94a28883114f251f20752f0ad37500b79444670b663b99eb5975795145ce2962c8f4c11b65c4e159868e7928b6770d
6
+ metadata.gz: 21060103bb87eeeb962f18c6fa77d8d297118e610b068545eeb05205afe534f48eb6282a3c6d0edc95b33be02b29791b78c48bc1d15dbc390b31fa424ee30527
7
+ data.tar.gz: b29946b85b4cab134fcaee0fc2686ca7b85d80b7748b4c76f4dc84c78b790513e05e6e5da4c71379957abb1b33e7f5b113ed53508317a885bd62de57f8889a98
@@ -1,3 +1,7 @@
1
+ # 5.2.0
2
+ - Make ssl_certificate_verify deprecated, not obsolete. We don't want
3
+ to break compat across major logstash versions
4
+
1
5
  # 5.1.0
2
6
  - Add user / password options for HTTP auth
3
7
 
@@ -52,7 +52,7 @@ module LogStash::PluginMixins::HttpClient
52
52
  # See https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/conn/PoolingHttpClientConnectionManager.html#setValidateAfterInactivity(int)[these docs for more info]
53
53
  config :validate_after_inactivity, :validate => :number, :default => 200
54
54
 
55
- config :ssl_certificate_validation, :obsolete => "This option did not work in a meaningful way and has been removed! Please use the correct truststore"
55
+ config :ssl_certificate_validation, :deprecated => "This never worked correctly and is now deprecated and a noop"
56
56
 
57
57
  # If you need to use a custom X.509 CA (.pem certs) specify the path to that here
58
58
  config :cacert, :validate => :path
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-mixin-http_client'
3
- s.version = '5.1.0'
3
+ s.version = '5.2.0'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "AWS mixins to provide a unified interface for Amazon Webservice"
6
6
  s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-mixin-http_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.0
4
+ version: 5.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-02 00:00:00.000000000 Z
11
+ date: 2017-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement