-
-
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
0f8a4ef
commit 05ebc73
Showing
1 changed file
with
28 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
layout: news-item | ||
title: 'Netty/Incubator/Transport/io_uring 0.0.25.Final released' | ||
author: normanmaurer | ||
--- | ||
|
||
We are happy to announce the release of Netty/Incubator/Transport/io_uring 0.0.25.Final. | ||
This release is a bug fix release. | ||
|
||
The most important changes are: | ||
|
||
* Remove old timeout when deadline changes ([#232](https://github.com/netty/netty-incubator-transport-io_uring/pull/232)) | ||
* Change default of iosqeAsyncThreshold to Integer.MAX_VALUE ([#233](https://github.com/netty/netty-incubator-transport-io_uring/pull/233)) | ||
* Upgrade to netty 4.1.107.Final ([#234](https://github.com/netty/netty-incubator-transport-io_uring/pull/234)) | ||
* Allow to cancel connect() operations when using io_uring ([#237](https://github.com/netty/netty-incubator-transport-io_uring/pull/237)) | ||
|
||
For more details please visit our [bug tracker](https://github.com/netty/netty-incubator-transport-io_uring/issues?q=is%3Aclosed+milestone%3A0.0.25.Final) | ||
|
||
# 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) | ||
* [@franz1981](https://github.com/franz1981) | ||
* [@normanmaurer](https://github.com/normanmaurer) | ||
* [@yawkat](https://github.com/yawkat) |