Skip to content

Commit

Permalink
Add new ohttp release
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Jul 11, 2024
1 parent c61436b commit 56b4afb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions news/2024-07-11-ohttp-0-0-12-Final.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: news-item
title: 'Netty/Incubator/Codec/OHTTP 0.0.12.Final released'
author: normanmaurer
---

We are happy to announce the release of netty-incubator-codec-ohttp 0.0.12.Final. This release is a bug-fix release.

The most important changes are:

* Correctly release native resources in JNI code ([#65](https://github.com/netty/netty-incubator-codec-ohttp/pull/65))
* Don't leak native memory for random generated keys ([#66](https://github.com/netty/netty-incubator-codec-ohttp/pull/66))
* Correctly detect when allocation fails and return correct ([#67](https://github.com/netty/netty-incubator-codec-ohttp/pull/67))
* Add cache digest on creation of BoringSSLHPKEContext ([#68](https://github.com/netty/netty-incubator-codec-ohttp/pull/68))
* Use constant-time equals for private key material ([#69](https://github.com/netty/netty-incubator-codec-ohttp/pull/69))
* Add missing equals / hashCode implementations
([#70](https://github.com/netty/netty-incubator-codec-ohttp/pull/70))
* Correctly implement encoding / decoding Key Configuration Media Type ([#75](https://github.com/netty/netty-incubator-codec-ohttp/pull/75))


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

0 comments on commit 56b4afb

Please sign in to comment.