-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d7f3f6
commit bd145be
Showing
2 changed files
with
44 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
layout: news-item | ||
title: 'Netty 4.1.113.Final released' | ||
author: normanmaurer | ||
--- | ||
|
||
We are happy to announce the release of netty 4.1.113.Final. This is a bug-fix release. | ||
|
||
|
||
The most important changes are: | ||
|
||
* feat: Support for IP_BIND_ADDRESS_NO_PORT socket option ([#14200](https://github.com/netty/netty/pull/14200)) | ||
* Ensure AbstractCoalescingBufferQueue does not end up in inconsistent state on error ([#14220](https://github.com/netty/netty/pull/14220)) | ||
* Add new SslHandler.isEncrypted(...) variant that will not produce false positives ([#14243](https://github.com/netty/netty/pull/14243)) | ||
* Ensure flushes are not discarded by ChunkedWriteHandler for passed through messages ([#14248](https://github.com/netty/netty/pull/14248)) | ||
* Remove reference to parent in recycled buffers for leak detection ([#14250](https://github.com/netty/netty/pull/14250)) | ||
* Upgrade to netty-tcnative 2.0.66.Final ([#14254](https://github.com/netty/netty/pull/14254)) | ||
* Cleanup fields on AdaptiveByteBuf::deallocate ([#14273](https://github.com/netty/netty/pull/14273)) | ||
|
||
|
||
For more details please visit our [bug tracker](https://github.com/netty/netty/issues?q=milestone%3A4.1.113.Final+is%3Aclosed) | ||
|
||
# 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. | ||
|
||
* [@chrisvest](https://github.com/chrisvest) | ||
* [@CLFutureX](https://github.com/CLFutureX) | ||
* [@elise700](https://github.com/elise700) | ||
* [@franz1981](https://github.com/franz1981) | ||
* [@koo-taejin](https://github.com/koo-taejin) | ||
* [@lin233](https://github.com/lin233) | ||
* [@maczikasz](https://github.com/maczikasz) | ||
* [@Munoon](https://github.com/Munoon) | ||
* [@normanmaurer](https://github.com/normanmaurer) | ||
* [@Roiocam](https://github.com/Roiocam) | ||
* [@slandelle](https://github.com/slandelle) | ||
* [@vietj](https://github.com/vietj) | ||
* [@yawkat](https://github.com/yawkat) | ||
|