From 81158f1a3a50a9ffec967957e141b427e63e37f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Duarte?= Date: Thu, 20 Aug 2026 18:18:43 +0100 Subject: [PATCH 1/3] chore: Increment project patch version (VERSION) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index afad818..371cfe3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.11.0 +3.11.1 From e2ff8e3086c236e04653d5d6ee93f193c843630d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Duarte?= Date: Thu, 20 Aug 2026 18:18:47 +0100 Subject: [PATCH 2/3] chore: Update Netty version in build.gradle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f835bd3..ee3fb97 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ version rootProject.file('VERSION').text.trim() description = "HTTP Input Netty implementation" String log4jVersion = '2.17.0' -String nettyVersion = '4.1.136.Final' +String nettyVersion = '4.1.137.Final' String junitVersion = '5.9.2' java { From 0e4d94dbc183c614477c6d793c82101fd1f96db0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 17:18:59 +0000 Subject: [PATCH 3/3] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 292bd37..d52f57e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.11.1 + - Update Netty dependency to 4.1.137.Final [#240](https://github.com/logstash-plugins/logstash-input-http/pull/240) + ## 3.11.0 - Implements a functionality to log HTTP traffic, disabled by default. To unable switch on debug logs. [#237](https://github.com/logstash-plugins/logstash-input-http/pull/237)