Skip to content

Commit 428b1e4

Browse files
eriktromjordansissel
authored andcommitted
Bump to 2.0.4 and changelog
Fixes #74
1 parent adda69e commit 428b1e4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.4
2+
- [#70](https://github.com/logstash-plugins/logstash-input-jdbc/pull/70) prevents multiple queries from being run at the same time
3+
- [#69](https://github.com/logstash-plugins/logstash-input-jdbc/pull/69) pass password as string to Sequel
4+
15
## 2.0.3
26
- Added ability to configure timeout
37
- Added catch-all configuration option for any other options that Sequel lib supports

logstash-input-jdbc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-input-jdbc'
3-
s.version = '2.0.3'
3+
s.version = '2.0.4'
44
s.licenses = ['Apache License (2.0)']
55
s.summary = "This example input streams a string at a definable interval."
66
s.description = "This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)