Skip to content

Commit 5c40dd1

Browse files
committed
Add OHTTP release
1 parent 7a4ecfe commit 5c40dd1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

news/2023-12-11-ohttp-0-0-1-Final.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: news-item
3+
title: 'Netty/Incubator/Codec/OHTTP 0.0.1.Final released'
4+
author: normanmaurer
5+
---
6+
7+
We are happy to announce the first release of netty-incubator-codec-ohttp a.k.a 0.0.1.Final. This release also contains an implementation of [Binary HTTP](https://www.rfc-editor.org/rfc/rfc9292.html) as Binary HTTP is used by [Oblivious HTTP](https://www.ietf.org/archive/id/draft-ietf-ohai-ohttp-10.html).
8+
9+
The most important changes are:
10+
11+
* Initial commit of OHTTP implementation for netty ([df8d7f8b78c2c49c0f0e9886abbb2517ff568300](https://github.com/netty/netty-incubator-codec-ohttp/commit/df8d7f8b78c2c49c0f0e9886abbb2517ff568300))
12+
* Make it easier to support custom OHttpVersion implementations ([#2](https://github.com/netty/netty-incubator-codec-ohttp/pull/2))
13+
* Simplify API for users and also simplify internal usage ([#4](https://github.com/netty/netty-incubator-codec-ohttp/pull/4))
14+
15+
For more details related to this release see our [bug-tracker](https://github.com/netty/netty-incubator-codec-ohttp/milestone/1?closed=1).

0 commit comments

Comments
 (0)