You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: releases.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Releases
2
2
3
+
## Unreleased
4
+
5
+
- Fix Windows build.
6
+
7
+
## v1.11.1
8
+
9
+
- Fix `read_nonblock` when using the `URing` selector, which was not handling zero-length reads correctly. This allows reading available data without blocking.
10
+
3
11
## v1.11.0
4
12
5
13
### Introduce `IO::Event::WorkerPool` for off-loading blocking operations.
0 commit comments