tag:github.com,2008:https://github.com/logstash-plugins/logstash-input-tcp/releases Tags from logstash-input-tcp 2025-02-12T19:20:56Z tag:github.com,2008:Repository/25312507/v7.0.2 2025-02-12T19:20:56Z v7.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> mashhurs tag:github.com,2008:Repository/25312507/v6.4.6 2025-02-12T21:48:47Z v6.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> mashhurs tag:github.com,2008:Repository/25312507/v7.0.1 2025-02-04T10:33:22Z v7.0.1 mashhurs tag:github.com,2008:Repository/25312507/v6.4.5 2025-02-04T17:39:33Z v6.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 &lt;99575341+mashhurs@users.noreply.github.com&gt;</p> jsvd tag:github.com,2008:Repository/25312507/v7.0.0 2025-01-10T19:30:37Z v7.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 &lt;cas.donoghue@gmail.com&gt; <br />Co-authored-by: Karen Metts &lt;35154725+karenzone@users.noreply.github.com&gt;</p> robbavey tag:github.com,2008:Repository/25312507/v6.4.4 2024-11-18T15:12:31Z v6.4.4 jsvd tag:github.com,2008:Repository/25312507/v6.4.3 2024-10-16T14:15:24Z v6.4.3 jsvd tag:github.com,2008:Repository/25312507/v6.4.2 2024-04-23T09:41:35Z v6.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> andsel tag:github.com,2008:Repository/25312507/v6.4.1 2023-10-18T12:53:51Z v6.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> jsvd tag:github.com,2008:Repository/25312507/v6.4.0 2023-07-06T11:34:55Z v6.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 =&gt; false <br />- ssl_ceritifcate &amp; ssl_key config validation, including checking if both files are readable. <br />- Ensure no ssl_client_authentication when mode =&gt; client <br />- Ensure no ssl_verification_mode when mode =&gt; server <br />- Ensure an ssl_certificate is provided when mode =&gt; server <br />- Ensure ssl_certificate_authorities is provided when mode =&gt; server and it's using the new configuration (ssl_client_authentication)</p> edmocosta