Skip navigation

Netty/Incubator/Codec/OHTTP 0.0.12.Final released

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)
  • Don't leak native memory for random generated keys (#66)
  • Correctly detect when allocation fails and return correct (#67)
  • Add cache digest on creation of BoringSSLHPKEContext (#68)
  • Use constant-time equals for private key material (#69)
  • Add missing equals / hashCode implementations (#70)
  • Correctly implement encoding / decoding Key Configuration Media Type (#75)

For more details related to this release see our bug-tracker.