Skip to content

Commit

Permalink
New io_uring release
Browse files Browse the repository at this point in the history
  • Loading branch information
normanmaurer committed Feb 19, 2024
1 parent 0f8a4ef commit 05ebc73
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions news/2024-02-19-io_uring_0-0-25-Final.md
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)

0 comments on commit 05ebc73

Please sign in to comment.