logstash-input-jdbc 4.3.8 → 4.3.9

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
  SHA256:
3
- metadata.gz: c3b4aa32fb6fa7f58e176692944f94d913e54e4962b8432c70a92ee86cf7d8a1
4
- data.tar.gz: dea81a0b3922e00b904ab0c217b8a5f07d35c253572cdfddc981fa1587c2f0a4
3
+ metadata.gz: 9b3729c8e7d700220f5bd8f8c537909129fd3f4b10190429d62e7a8168530028
4
+ data.tar.gz: fe829c225a4dbee8872269e59ca07d61b9d907092eec1c8472d1c6e6e447592d
5
5
  SHA512:
6
- metadata.gz: 727274b3a33f09679d07e83cabe1eb3d6b6fb44970444c2f14ccd28d20dcc19fab8ed8abd93caa7cc32bf6a0fcc95434414e77712f23e2153c414074e2b31f2a
7
- data.tar.gz: 9ceb91d5d9156b8cdc227cc4a0bfa56f3ff8db78a1e7d08c0be42f1616793f284a0b225d9e311ce4c5c3641550ab58614cca0eb6fc0c9e85f6afe7e1634a9e91
6
+ metadata.gz: 1e1fef88ac0a342a88a3b2986e38c280f0de510964abe8caa22a955d3befee3276e24dcb4d63b1ace6f5ec35ab633ec1e857f74114677fe7b67562faa4f4840c
7
+ data.tar.gz: 601ae42f004b530346dcafb7da654b20df633cc8fa12a6ef997c5d3d4184221820374533eab740436c753f9fe7036aa48c41cf892c4d07d1cad01da424e62ff5
@@ -1,3 +1,6 @@
1
+ ## 4.3.9
2
+ - Docs: Set the default_codec doc attribute.
3
+
1
4
  ## 4.3.8
2
5
  - [#273](https://github.com/logstash-plugins/logstash-input-jdbc/issues/273) Clarify use of use_column_value. Make last_run_metadata_path reference in record_last_run entry clickable.
3
6
 
@@ -1,5 +1,6 @@
1
1
  :plugin: jdbc
2
2
  :type: input
3
+ :default_codec: plain
3
4
 
4
5
  ///////////////////////////////////////////
5
6
  START - GENERATED VARIABLES, DO NOT EDIT!
@@ -485,3 +486,5 @@ to `false`, `:sql_last_value` reflects the last time the query was executed.
485
486
 
486
487
  [id="plugins-{type}s-{plugin}-common-options"]
487
488
  include::{include_path}/{type}.asciidoc[]
489
+
490
+ :default_codec!:
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-jdbc'
3
- s.version = '4.3.8'
3
+ s.version = '4.3.9'
4
4
  s.licenses = ['Apache License (2.0)']
5
5
  s.summary = "Creates events from JDBC data"
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-jdbc
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.8
4
+ version: 4.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-05 00:00:00.000000000 Z
11
+ date: 2018-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
197
197
  version: '0'
198
198
  requirements: []
199
199
  rubyforge_project:
200
- rubygems_version: 2.6.13
200
+ rubygems_version: 2.6.11
201
201
  signing_key:
202
202
  specification_version: 4
203
203
  summary: Creates events from JDBC data