You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,6 @@
1
+
## 4.3.11
2
+
-[#291](https://github.com/logstash-plugins/logstash-input-jdbc/pull/291) Fix a bug where receiving a string value that could not be converted to UTF-8 (such as BLOB data) could crash the input while attempting to log a warning.
3
+
1
4
## 4.3.10
2
5
-[#284](https://github.com/logstash-plugins/logstash-input-jdbc/pull/284) Swap out mysql for postgresql for testing
Copy file name to clipboardExpand all lines: logstash-input-jdbc.gemspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Gem::Specification.newdo |s|
2
2
s.name='logstash-input-jdbc'
3
-
s.version='4.3.10'
3
+
s.version='4.3.11'
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"
0 commit comments