logstash-input-salesforce 3.0.6 → 3.0.7

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: f249029cd28ff6a4b4896dfefc61ab504823e21493afb21f5cb6953e08348e49
4
- data.tar.gz: a8db9b840145bd8e4bf9c6ac3f72ed1d8e4e3858ffcf5bf8d4b4ed2a5e7ea781
3
+ metadata.gz: db087ab1accb44460fe213f85afbe02a0be14787b382047fb1b10bdb565ae3d9
4
+ data.tar.gz: 1772d480c4978ac547462b4979a23ba994a153031978f7a56a110a3b2a3ccadb
5
5
  SHA512:
6
- metadata.gz: d5d8a0b7ff36740ba86c94cf41118800e26dde3fbb4305090975858969c50fba88a87b88b5a1769abb8afb67683a5779d77c145f60f9c01c7e8f3bd07459246c
7
- data.tar.gz: 5c2b23c18e940f939b07149f1236d4a9feb36f632dcb5b56d965357d4ec67ccdfaaf6e13f3f285c74f4613c6e6212f0754bc96e01632aa303130429828ff3250
6
+ metadata.gz: 4d87bf4eaf944c8d01e7d6219e70e41b270ec90868349d345818e5763a6f7b80d7d185b3df728d1a78054f1fc3d9dd83262313147d4b5346e062af3a192fdda2
7
+ data.tar.gz: a2b3de959a4132f1e47d2209812c81df4cd104b2d4f7dc6941a1a2fbe28a50a435fbb295c985da00b4455933cd6bd0fc27f92e3f59a401af476b4973ff8ab1a1
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.0.7
2
+ - Added description for `SALESFORCE_PROXY_URI` environment variable.
3
+
1
4
  ## 3.0.6
2
5
  - Make sure 'recent' restforce dependency is used (to help dependency resolution)
3
6
 
data/docs/index.asciidoc CHANGED
@@ -39,6 +39,10 @@ https://help.salesforce.com/apex/HTViewHelpDoc?id=user_security_token.htm
39
39
  In addition to specifying an sObject, you can also supply a list of API fields
40
40
  that will be used in the SOQL query.
41
41
 
42
+ ==== HTTP proxy
43
+
44
+ If your infrastructure uses a HTTP proxy, you can set the `SALESFORCE_PROXY_URI` environment variable with the desired URI value (e.g `export SALESFORCE_PROXY_URI="http://proxy.example.com:123"`).
45
+
42
46
  ==== Example
43
47
  This example prints all the Salesforce Opportunities to standard out
44
48
 
@@ -199,4 +203,4 @@ are created or modified by
199
203
  [id="plugins-{type}s-{plugin}-common-options"]
200
204
  include::{include_path}/{type}.asciidoc[]
201
205
 
202
- :default_codec!:
206
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-salesforce'
3
- s.version = '3.0.6'
3
+ s.version = '3.0.7'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Creates events based on a Salesforce SOQL query"
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-input-salesforce
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.6
4
+ version: 3.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Russ Savage
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-30 00:00:00.000000000 Z
11
+ date: 2021-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement