logstash-output-google_bigquery 4.1.2-java → 4.1.3-java

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: 9361650ebd1559f1d2e7237028993cb9d86ae9cd0c9e86473a4d9f5910418736
4
- data.tar.gz: b82fb5507e89bd687de2fda556937817164bb3b25aaaf40cda8fe7beca51a5cf
3
+ metadata.gz: 6ae6a8f7b4c0987e9cd1371372643aebbcac26661376fab050e160e8c22f1f20
4
+ data.tar.gz: 46d0a4a3cb4617f2571f2e2f5b2d7c8f579b5758298ba8210f39b63569f883e6
5
5
  SHA512:
6
- metadata.gz: c6d0dfb7489d814b9a0b10d73270165e6842720c317d692f8d49e0308abf8c6773ce929eac14e02d43537f8b308845c94d4cdc31eb8fe81dc437c043e4ee95b9
7
- data.tar.gz: 40c022608e5c861990fc710ae220caab8cb3aef5a968b1ba59120d1cb77d2c639dcb6d5aeb16a03fd7eb5736ff8778c2370de26e7c47271ce72aa431d3e4254f
6
+ metadata.gz: 8b8d3aa0165a9e545c5943025bb763dd0955f110973beeb3e5fda7b432c963a9b03a28482e711425d277d1915d3e936b86cb7e3bf16d0f8f463b7348576a5469
7
+ data.tar.gz: dff6ca0a5201b3496a7b38e2f9e148c0abb568e549945e1307ae706424fccd50379be864be13048ff02bf909b1a45de2c93fc5f5efce3011298859f3bc231f2d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.1.3
2
+ - Fixed documentation issue where malformed asciidoc caused text to be lost [#53](https://github.com/logstash-plugins/logstash-output-google_bigquery/pull/53)
3
+
1
4
  ## 4.1.2
2
5
  - Fixed issue where Logstash shutdown could cause data loss due to not flushing buffers on close [#52](https://github.com/logstash-plugins/logstash-output-google_bigquery/pull/52)
3
6
 
data/docs/index.asciidoc CHANGED
@@ -226,7 +226,7 @@ mutate {
226
226
  [id="plugins-{type}s-{plugin}-json_key_file"]
227
227
  ===== `json_key_file`
228
228
 
229
- added[4.0.0, Replaces <<plugins-{type}s-{plugin}-key_password>>, <<plugins-{type}s-{plugin}-key_path>> and <<plugins-{type}s-{plugin}-service_account>>]
229
+ added[4.0.0, "Replaces <<plugins-{type}s-{plugin}-key_password>>, <<plugins-{type}s-{plugin}-key_path>> and <<plugins-{type}s-{plugin}-service_account>>."]
230
230
 
231
231
  * Value type is <<string,string>>
232
232
  * Default value is `nil`
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-output-google_bigquery'
3
- s.version = '4.1.2'
3
+ s.version = '4.1.3'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Writes events to Google BigQuery"
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-output-google_bigquery
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.2
4
+ version: 4.1.3
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-23 00:00:00.000000000 Z
11
+ date: 2019-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement