You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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