CHANGELOG.md in logstash-input-tcp-3.0.1 vs CHANGELOG.md in logstash-input-tcp-3.0.2
- old
+ new
@@ -1,4 +1,8 @@
+## 3.0.2
+- Fixed a bug where previous connection would accidentally be closed when accepting new socket connection
+- Fixed an issue with log message which used a closed socket's peer address
+
## 3.0.1
- properly convert sslsubject to string before assigning to event field, added specs, see https://github.com/logstash-plugins/logstash-input-tcp/pull/38
## 3.0.0
- Deprecate ssl_cacert as it's confusing, does it job but when willing to add a chain of certificated the name and behaviour is a bit confusing.