Skip to content

Commit

Permalink
new netty 4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Sep 4, 2024
1 parent 9d7f3f6 commit bd145be
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ releases:
date: 26-Aug-2024
stable: false
eol: false
- version: 4.1.112.Final
date: 19-Jul-2024
- version: 4.1.113.Final
date: 03-Sep-2024
stable: stable
eol: false
- version: 4.0.56.Final
Expand Down
42 changes: 42 additions & 0 deletions news/2024-09-04-4-1-113-Final.md
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)

0 comments on commit bd145be

Please sign in to comment.