v0.9.0
compio 0.9.0 is released!
Compared to 0.8.0, 88 PR's has been merged into master branch, and 6 contributors made their first contribution. Thanks to you all!
What's Changed
- compio-buf:
- Traits are refactored with
RPITIT
. The behavior of read-like methods is changed. They now write to the beginning of initialized area of buffers. #115
- Traits are refactored with
- compio-io: NEW
- compio-driver:
- Notify handle to wake up the proactor. #149
io-uring
driver: Now supports 128-bitSQE
and 32-bitCQE
. #193- Fusion driver for Linux: Select the proper driver automatically during runtime. Enabled by toggling on both
io-uring
andpolling
driver. #110 - Global IOCP for Windows: When
iocp-global
enabled, all IO resources can be sent to other threads even the original thread is not running. #200
- compio-runtime:
- compio-fs:
- compio-net:
- compio-signal:
- The signal handler is async-handler safe on Unix. #183
- compio-tls: NEW
- compio-dispatcher: NEW
Main Contributors
@Berrysoft and @George-Miao , congratulations!
New Contributors
- @Sherlock-Holo made their first contribution in #100
- @nazar-pc made their first contribution in #121
- @ho-229 made their first contribution in #128
- @oluceps made their first contribution in #151
- @bokket made their first contribution in #197
- @Xuanwo made their first contribution in #213
Full Changelog: v0.8.0...v0.9.0