CHANGELOG.md in logstash-input-jdbc-4.3.5 vs CHANGELOG.md in logstash-input-jdbc-4.3.6
- old
+ new
@@ -1,4 +1,7 @@
+## 4.3.6
+ - [#274](https://github.com/logstash-plugins/logstash-input-jdbc/issues/274) Fix regression with 4.3.5 that can result in NULL :sql_last_value depending on timestamp format
+
## 4.3.5
- [#140](https://github.com/logstash-plugins/logstash-input-jdbc/issues/140) Fix long standing bug where setting jdbc_default_timezone loses milliseconds. Force all usage of sql_last_value to be typed according to the settings.
## 4.3.4
- [#261](https://github.com/logstash-plugins/logstash-input-jdbc/issues/261) Fix memory leak.