Unclaimed project
Are you a maintainer of monoio? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
monoio
Rust async runtime based on io-uring.
Last updated about 1 month ago
Back to changelogWhat's Changed
- readme: typo fix by @tshepang in https://github.com/bytedance/monoio/pull/258
- enhance: remove redundant check and improve efficiency by @ihciah in https://github.com/bytedance/monoio/pull/260
- fix: read_u128_le() returns u16 instead of u128 . by @liuxin231 in https://github.com/bytedance/monoio/pull/262
- Fix docs.rs build by @hatoo in https://github.com/bytedance/monoio/pull/264
- Feat: BoxFuture which implements Send by @har23k in https://github.com/bytedance/monoio/pull/271
- ci/fix: modify ci.yml to let
cargo fmt/clippy only runs on nightly channel by @Lzzzzzt in https://github.com/bytedance/monoio/pull/273
- feat(op, fs): :sparkles: Intergated
statx into monoio by @Lzzzzzt in https://github.com/bytedance/monoio/pull/268
- ci: Make rustfmt and clippy happy by @Xuanwo in https://github.com/bytedance/monoio/pull/279
- docs: correct JoinHandle link in the doc of spawn() by @SteveLauC in https://github.com/bytedance/monoio/pull/265
- ci: using main branch of cross by @Lzzzzzt in https://github.com/bytedance/monoio/pull/283
- make clippy happy by @Lzzzzzt in https://github.com/bytedance/monoio/pull/284
ci: Disable test for i686 unknown linux target by @Xuanwo in https://github.com/bytedance/monoio/pull/286fix: don't register file fd in File::from_std by @NKID00 in https://github.com/bytedance/monoio/pull/277feat(op, fs): :sparkles: add MkDirAt opcode in io-uring and create_dir(_all) by @Lzzzzzt in https://github.com/bytedance/monoio/pull/270feat: unlink op, remove_file and remove_dir by @NKID00 in https://github.com/bytedance/monoio/pull/288feat: support opcode::RenameAt by @Lzzzzzt in https://github.com/bytedance/monoio/pull/289New Contributors
- @tshepang made their first contribution in https://github.com/bytedance/monoio/pull/258
- @liuxin231 made their first contribution in https://github.com/bytedance/monoio/pull/262
- @hatoo made their first contribution in https://github.com/bytedance/monoio/pull/264
- @Lzzzzzt made their first contribution in https://github.com/bytedance/monoio/pull/273
- @Xuanwo made their first contribution in https://github.com/bytedance/monoio/pull/279
- @SteveLauC made their first contribution in https://github.com/bytedance/monoio/pull/265
- @NKID00 made their first contribution in https://github.com/bytedance/monoio/pull/277
Full Changelog: https://github.com/bytedance/monoio/compare/0.2.3...0.2.4