Skip to content

Commit

Permalink
New OHTTP release
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Jan 12, 2024
1 parent 54319bb commit 69ebf59
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions news/2024-01-12-ohttp-0-0-1-Final.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: news-item
title: 'Netty/Incubator/Codec/OHTTP 0.0.4.Final released'
author: normanmaurer
---

We are happy to announce the release of netty-incubator-codec-ohttp 0.0.4.Final. This release contains various bugfixes and performance improvements over the previous releases. Beside this it also contains a native implementation for HPKE that uses BoringSSL.

The release also contains various breaking changes which were required to enable various improvements.

The most important changes are:

* Move enums out of OHttpCryptoProvider ([#27](https://github.com/netty/netty-incubator-codec-ohttp/pull/27))
* Replace OHttpCryptoProvider.supported* methods with isSupported(...) ([#29](https://github.com/netty/netty-incubator-codec-ohttp/pull/29))
* Close HPKERecipientContext when OHttpCryptoReceiver.Builder.build() throws ([#34](https://github.com/netty/netty-incubator-codec-ohttp/pull/34))
* Replace OHttpCryptoReceiver.Builder.setServerKeys(...) with OHttpCryptoReceiver.Builder.setSenderPrivateKey(...) ([#35](https://github.com/netty/netty-incubator-codec-ohttp/pull/35))
* Remove import of bouncycastle from OHttpCiphersuite ([#37](https://github.com/netty/netty-incubator-codec-ohttp/pull/37))
* Add OHttpCryptoProvider.newRandomPrivateKey(...) ([#30](https://github.com/netty/netty-incubator-codec-ohttp/pull/30))
* Remove HPKEMode enum as we always use Base anyway. ([#32](https://github.com/netty/netty-incubator-codec-ohttp/pull/32))
* Allow *CryptoContext to give a hint which type of buffer is preferred ([#42](https://github.com/netty/netty-incubator-codec-ohttp/pull/42))
* Allow *CryptoContext to give a hint which type of buffer is preferred ([#43](https://github.com/netty/netty-incubator-codec-ohttp/pull/43))

For more details related to this release see our [bug-tracker](https://github.com/netty/netty-incubator-codec-ohttp/milestone/4?closed=1).

0 comments on commit 69ebf59

Please sign in to comment.