37
I Use This!
Activity Not Available

News

Posted 8 days ago by normanmaurer
We are happy to announce the release of netty-incubator-codec-quic 0.0.63.Final. This release fixes a few issues but also introduce a possible breaking change (shouldn't affect most people). The most important changes are: Update to netty ... [More] 4.1.110.Final (#718) Remove usage of QuicheError in public API as its an implementation detail of Quiche (#711) Update to latest quiche commit sha. (#716) For more details related to this release see our bug-tracker. For more details about this codec in general please read our initial announcement. Breaking change This release removes QuicheError from public API and replace it by QuicTransportError. For more details see (#711) Thank You Every idea and bug-report counts, and so... [Less]
Posted 10 days ago by normanmaurer
We are happy to announce the release of netty 4.1.110.Final. While this release contains bug-fixes it also comes with two new exciting features. Read on for more details... The most important changes are: Add unix domain socket transport in netty ... [More] 4.x via JDK16+ (#13965) Backport #13075: Add the AdaptivePoolingAllocator (#13976) Add no-value key handling only for form body (#13998) Add support for specifying SecureRandom in SSLContext initialization (#14058) For more details please visit our bug tracker New Features Unix Domain Sockets This release adds support for Unix Domain Sockets when using the NIO transport, while before this was only supported when using one of our native transports. That said... [Less]
Posted about 1 month ago by normanmaurer
We are happy to announce the release of netty-incubator-codec-ohttp 0.0.10.Final. This release is a bug-fix release. The most important changes are: Correctly respond with plain text BAD_REQUEST when prefix can not be decoded (#61) For more details related to this release see our bug-tracker....
Posted about 2 months ago by normanmaurer
We are happy to announce the release of netty-incubator-codec-ohttp 0.0.9.Final. This release is a bug-fix release. The most important changes are: Correctly respond with plain text BAD_REQUEST on crypto errors (#59) Add specific ... [More] Encoder/DecoderException classes for OHTTP (#58) For more details related to this release see our bug-tracker.... [Less]
Posted about 2 months ago by normanmaurer
We are happy to announce the release of netty 4.1.109.Final. The most important changes are: Utilize ByteBuf#indexOf (#13974) Don't send a RST frame when closing the stream in a write future while processing inbound frames (#13973) Fix ... [More] DefaultChannelId#asLongText NPE (#13971) Fix voidPromise in Http2FrameCodec.writeHeadersFrame (#13958) Make /etc/resolv.conf reading more robust (#13951) Fix NioSocketChannel usage in graalvm native-image (#13938) Improve ByteBufUtil#firstIndexOf (#13930) Rewrite ZstdDecoder to remove the need of allocate a huge byte[] internally (#13928) Always log registered/detected ChannelInitializerExtension(s) at INFO level (#13919) Enhance AsciiString#toLowerCase and AsciiString#toUpperCase (#13913) Add support for zstd http content decompression (#13909) Save Snappy's encode tmp table allocation (#13926) For more details please visit our bug tracker Thank You Every idea and bug-report... [Less]
Posted 2 months ago by normanmaurer
We are happy to announce the release of netty-incubator-codec-ohttp 0.0.8.Final. This release is a bug-fix release. The most important changes are: Correctly parse empty header values when Indeterminate-Length Messages are used (#57) For more details related to this release see our bug-tracker....
Posted 2 months ago by normanmaurer
We are happy to announce the release of netty-incubator-codec-http3 0.0.28.Final. This release update its netty-incubator-codec-quic version to 0.0.62.Final, which fixes a bug that could cause re-ordering of writes. Because of this we urge everyone ... [More] to upgrade as soon as possible. The most important changes are: Bump io.netty:netty-codec-http from 4.1.107.Final to 4.1.108.Final (#294) Upgrade to netty-incubator-codec-quic 0.0.62.Final to fix re-ordering issues (#295) For more details related to this release see our bug-tracker.... [Less]
Posted 2 months ago by normanmaurer
We are happy to announce the release of netty-incubator-codec-ohttp 0.0.6.Final. This release is a bug-fix release. The most important changes are: OHttpServerCodec should drop content if no OHttpVersion can be selected (#48) Bump ... [More] io.netty:netty-codec-http from 4.1.107.Final to 4.1.108.Final (#54) Check if receiver was created before trying to close it when destroying the context (#55) For more details related to this release see our bug-tracker.... [Less]
Posted 2 months ago by normanmaurer
We are happy to announce the release of netty-incubator-codec-ohttp 0.0.7.Final. This release is a bug-fix release. The most important changes are: native libs for macOS are missing (#56) For more details related to this release see our bug-tracker....
Posted 2 months ago by normanmaurer
We are happy to announce the release of netty-incubator-codec-quic 0.0.62.Final. This release fixes an issue which can result in re-ordered writes, please upgrade as soon as possible! The most important changes are: Ensure writes are done in the ... [More] correct order even when we already have some writes queued (#699) Add ability to get path stats (#680) For more details related to this release see our bug-tracker. For more details about this codec in general please read our initial announcement. Thank You Every idea and bug-report counts, and so we thought it is worth mentioning those who helped in this area. Please report an unintended omission. @dries-c @normanmaurer @thomdev... [Less]