From b28560499440254aec75b1948487236b307f3fe3 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Tue, 23 Jan 2024 08:02:38 -0800 Subject: [PATCH] Add new ohttp release --- news/2024-01-23-ohttp-0-0-5-Final.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 news/2024-01-23-ohttp-0-0-5-Final.md diff --git a/news/2024-01-23-ohttp-0-0-5-Final.md b/news/2024-01-23-ohttp-0-0-5-Final.md new file mode 100644 index 0000000000..db9da61c5f --- /dev/null +++ b/news/2024-01-23-ohttp-0-0-5-Final.md @@ -0,0 +1,15 @@ +--- +layout: news-item +title: 'Netty/Incubator/Codec/OHTTP 0.0.5.Final released' +author: normanmaurer +--- + +We are happy to announce the release of netty-incubator-codec-ohttp 0.0.5.Final. This release provides some performance improvements when using the native HPKE implementation and one API breaking change. + +The most important changes are: + +* Rename method to be less missleading ([#44](https://github.com/netty/netty-incubator-codec-ohttp/pull/44)) +* Reuse EVP_HPKE_KEY when using BoringSSLOHttpCryptoProvider.setupHPKEBaseR ([#23](https://github.com/netty/netty-incubator-codec-ohttp/pull/23)) + + +For more details related to this release see our [bug-tracker](https://github.com/netty/netty-incubator-codec-ohttp/milestone/5?closed=1).