From 7c50cda1366ad57c4af3118f08933ba6f0cd651f Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Sat, 30 Mar 2024 20:47:55 +0100 Subject: [PATCH] New ohttp release --- news/2024-03-30-ohttp-0-0-8-Final.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 news/2024-03-30-ohttp-0-0-8-Final.md diff --git a/news/2024-03-30-ohttp-0-0-8-Final.md b/news/2024-03-30-ohttp-0-0-8-Final.md new file mode 100644 index 0000000000..a74285bf78 --- /dev/null +++ b/news/2024-03-30-ohttp-0-0-8-Final.md @@ -0,0 +1,13 @@ +--- +layout: news-item +title: 'Netty/Incubator/Codec/OHTTP 0.0.8.Final released' +author: normanmaurer +--- + +We are happy to announce the release of netty-incubator-codec-ohttp 0.0.8.Final. This release is a bug-fix release. + +The most important changes are: + +* Correctly parse empty header values when Indeterminate-Length Messages are used ([#57](https://github.com/netty/netty-incubator-codec-ohttp/issues/57)) + +For more details related to this release see our [bug-tracker](https://github.com/netty/netty-incubator-codec-ohttp/milestone/8?closed=1).