logstash-mixin-http_client 6.0.1 → 7.0.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
- SHA1:
3
- metadata.gz: 3e6d37a37ce80b8e4ca87da4e6fa0df6a8d9a529
4
- data.tar.gz: 058f541533769dbb8990c8858786bb13f7f3e284
2
+ SHA256:
3
+ metadata.gz: e121585b655e92ec957627417439133896e8302d1f12143fc22ddd0299062cdf
4
+ data.tar.gz: f8e9dbdb50cc969ad80d1036140c7c5f088605c2d527608bac25ae9dcbbd631a
5
5
  SHA512:
6
- metadata.gz: 443d6408adf513f63e569cac2315c1a7ea69121f05e6bee5c927903cfbe9bc11098965f5499340141b443c3a997c58b0eb24a14cc485198fd55cc18fc5db26e5
7
- data.tar.gz: 119fc60fe0cf6a49c49db00d3df7191acf94edef454193a733d77a045b609c9a600a4c8350a492cccac9de1eb17640964a80786b3c1392c33cb77c3f8a8cfc88
6
+ metadata.gz: f4547d9a4801f4632b066c4ca3c9ea57e4799f7ecde7b36b8074543d3f738e9c82eb32ad8c9f092ac9d79f7e086bbd4a65f3c2afda9976632db51e95c9fcd6fd
7
+ data.tar.gz: 9d89bd73ef02b6a8b5eecae7d1cd90e16cf6b4aad4d3beda9843e54d04e496aa43b4ffc9a7db9c79f8aa881ef425a3f23b4f0512627ae29d6f1c2cc9c780e0a4
@@ -1,3 +1,6 @@
1
+ ## 7.0.0
2
+ - Removed obsolete ssl_certificate_verify option
3
+
1
4
  ## 6.0.1
2
5
  - Fix some documentation issues
3
6
 
data/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2012–2016 Elasticsearch <http://www.elastic.co>
1
+ Copyright (c) 2012-2018 Elasticsearch <http://www.elastic.co>
2
2
 
3
3
  Licensed under the Apache License, Version 2.0 (the "License");
4
4
  you may not use this file except in compliance with the License.
@@ -52,8 +52,6 @@ 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 is obsolete as it never worked correctly."
56
-
57
55
  # If you need to use a custom X.509 CA (.pem certs) specify the path to that here
58
56
  config :cacert, :validate => :path
59
57
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-mixin-http_client'
3
- s.version = '6.0.1'
3
+ s.version = '7.0.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: 6.0.1
4
+ version: 7.0.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-08-16 00:00:00.000000000 Z
11
+ date: 2019-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -92,7 +92,9 @@ dependencies:
92
92
  - - ">="
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0'
95
- 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
95
+ description: This gem is a Logstash plugin required to be installed on top of the
96
+ Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This
97
+ gem is not a stand-alone program
96
98
  email: info@elastic.co
97
99
  executables: []
98
100
  extensions: []
@@ -126,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
128
  version: '0'
127
129
  requirements: []
128
130
  rubyforge_project:
129
- rubygems_version: 2.4.8
131
+ rubygems_version: 2.6.13
130
132
  signing_key:
131
133
  specification_version: 4
132
134
  summary: AWS mixins to provide a unified interface for Amazon Webservice