CHANGELOG.md in logstash-input-jdbc-4.3.9 vs CHANGELOG.md in logstash-input-jdbc-4.3.11

- old
+ new

@@ -1,4 +1,10 @@ +## 4.3.11 + - Fixed crash that occurs when receiving string input that cannot be coerced to UTF-8 (such as BLOB data) [#291](https://github.com/logstash-plugins/logstash-input-jdbc/pull/291) + +## 4.3.10 + - [#284](https://github.com/logstash-plugins/logstash-input-jdbc/pull/284) Swap out mysql for postgresql for testing + ## 4.3.9 - Docs: Set the default_codec doc attribute. ## 4.3.8 - [#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.