logstash-output-google_bigquery 4.1.2-java → 4.1.3-java
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 +4 -4
- data/CHANGELOG.md +3 -0
- data/docs/index.asciidoc +1 -1
- data/logstash-output-google_bigquery.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6ae6a8f7b4c0987e9cd1371372643aebbcac26661376fab050e160e8c22f1f20
|
|
4
|
+
data.tar.gz: 46d0a4a3cb4617f2571f2e2f5b2d7c8f579b5758298ba8210f39b63569f883e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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-
|
|
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
|