tag:github.com,2008:https://github.com/logstash-plugins/logstash-input-tcp/releasesTags from logstash-input-tcp2025-02-12T19:20:56Ztag:github.com,2008:Repository/25312507/v7.0.22025-02-12T19:20:56Zv7.0.2: Merge pull request #232 from mashhurs/upgrade-netty<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/logstash-plugins/logstash-input-tcp/pull/232">#232</a> from mashhurs/upgrade-netty</p>
<p>Upgrade netty to 4.1.118</p>mashhurstag:github.com,2008:Repository/25312507/v6.4.62025-02-12T21:48:47Zv6.4.6: Merge pull request #233 from mashhurs/upgrade-netty-6.x<p>Merge pull request <a class="issue-link js-issue-link" href="https://github.com/logstash-plugins/logstash-input-tcp/pull/233">#233</a> from mashhurs/upgrade-netty-6.x</p>
<p>Upgrade netty to 4.1.118</p>mashhurstag:github.com,2008:Repository/25312507/v7.0.12025-02-04T10:33:22Zv7.0.1mashhurstag:github.com,2008:Repository/25312507/v6.4.52025-02-04T17:39:33Zv6.4.5<p>Backport <a class="issue-link js-issue-link" href="https://github.com/logstash-plugins/logstash-input-tcp/pull/229">#229</a>: Name netty threads with plugin id and their purpose (<a class="issue-link js-issue-link" href="https://github.com/logstash-plugins/logstash-input-tcp/pull/230">#230</a></p>
<p><a class="issue-link js-issue-link" href="https://github.com/logstash-plugins/logstash-input-tcp/pull/230"></a>)</p>
<p>Co-authored-by: Mashhur <99575341+mashhurs@users.noreply.github.com></p>jsvdtag:github.com,2008:Repository/25312507/v7.0.02025-01-10T19:30:37Zv7.0.0: Mark deprecated SSL settings as obsolete (#228)<p>Mark deprecated SSL settings as obsolete (<a class="issue-link js-issue-link" href="https://github.com/logstash-plugins/logstash-input-tcp/pull/228">#228</a>)</p>
<p>* Mark deprecated SSL settings as obsolete</p>
<p>This commit marks the following SSL settings as obsolete:</p>
<p>`ssl_cert`, which should be replaced by `ssl_certificate`
<br />`ssl_enable`, which should be replaced by `ssl_enabled`
<br />`ssl_verify`, which should be replaced by `ssl_client_authentication` when `mode` is `server` or `ssl_verification_mode`when mode is `client`</p>
<p>---------</p>
<p>Co-authored-by: Cas Donoghue <cas.donoghue@gmail.com>
<br />Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com></p>robbaveytag:github.com,2008:Repository/25312507/v6.4.42024-11-18T15:12:31Zv6.4.4jsvdtag:github.com,2008:Repository/25312507/v6.4.32024-10-16T14:15:24Zv6.4.3jsvdtag:github.com,2008:Repository/25312507/v6.4.22024-04-23T09:41:35Zv6.4.2: Update Netty to 4.1.109 (#220)<p>Update Netty to 4.1.109 (<a class="issue-link js-issue-link" href="https://github.com/logstash-plugins/logstash-input-tcp/pull/220">#220</a>)</p>
<p>* Update Netty version to 4.1.109</p>andseltag:github.com,2008:Repository/25312507/v6.4.12023-10-18T12:53:51Zv6.4.1: bump netty to 4.1.100 (#217)<p>bump netty to 4.1.100 (<a class="issue-link js-issue-link" href="https://github.com/logstash-plugins/logstash-input-tcp/pull/217">#217</a>)</p>
<p>* bump netty to 4.1.100</p>
<p>* bump netty to 4.1.100</p>
<p>* Update CHANGELOG.md</p>jsvdtag:github.com,2008:Repository/25312507/v6.4.02023-07-06T11:34:55Zv6.4.0: Standardize and add SSL settings (#213)<p>Standardize and add SSL settings (<a class="issue-link js-issue-link" href="https://github.com/logstash-plugins/logstash-input-tcp/pull/213">#213</a>)</p>
<p>This commit reviewed and deprecated the following SSL settings to comply with Logstash's naming convention:
<br />- ssl_enable in favor of ssl_enabled
<br />- ssl_cert in favor of ssl_certificate
<br />- ssl_verify in favor of ssl_client_authentication when mode is server
<br />- ssl_verify in favor of ssl_verification_mode when mode is client</p>
<p>It also added a few SSL configuration validations:
<br />- Added a warning log when ssl_* configs are set but ssl_enabled => false
<br />- ssl_ceritifcate & ssl_key config validation, including checking if both files are readable.
<br />- Ensure no ssl_client_authentication when mode => client
<br />- Ensure no ssl_verification_mode when mode => server
<br />- Ensure an ssl_certificate is provided when mode => server
<br />- Ensure ssl_certificate_authorities is provided when mode => server and it's using the new configuration (ssl_client_authentication)</p>edmocosta