CHANGELOG.md in logstash-output-tcp-6.1.2 vs CHANGELOG.md in logstash-output-tcp-6.2.0
- old
+ new
@@ -1,4 +1,13 @@
+## 6.2.0
+ - Reviewed and deprecated SSL settings to comply with Logstash's naming convention [#53](https://github.com/logstash-plugins/logstash-output-tcp/pull/53)
+ - Deprecated `ssl_enable` in favor of `ssl_enabled`
+ - Deprecated `ssl_cert` in favor of `ssl_certificate`
+ - Deprecated `ssl_verify` in favor of `ssl_client_authentication` when mode is `server`
+ - Deprecated `ssl_verify` in favor of `ssl_verification_mode` when mode is `client`
+ - Added `ssl_cipher_suites` configuration
+ - Added SSL configuration validations
+
## 6.1.2
- Changed the client mode to write using the non-blocking method. [#52](https://github.com/logstash-plugins/logstash-output-tcp/pull/52)
## 6.1.1
- Fixes an issue where payloads larger than a connection's current TCP window could be silently truncated [#49](https://github.com/logstash-plugins/logstash-output-tcp/pull/49)