Skip to content

Releases: bytedance/monoio

0.2.3

20 Mar 09:58
c677de3
Compare
Choose a tag to compare

Highlights

In this release windows is partly supported by @loongs-zhang! But please note this support is unstable yet.

What's Changed

New Contributors

  • @blp made their first contribution in #239

Full Changelog: 0.2.2...0.2.3

0.2.2

01 Feb 07:46
aec19a0
Compare
Choose a tag to compare

Highlights

  1. In this release we added a new feature poll-io. With this feature, you can convert TcpStream to TcpStreamPoll, which implements tokio io traits. This feature allow users to use components binding with tokio io or poll-style io. The underlying implementation of this function is to monitor epoll fd through PollAdd on iouring.
  2. Monoio is available on stable rust toolchain.

What's Changed

New Contributors

Full Changelog: 0.2.0...0.2.2

0.2.0

06 Nov 10:46
b29ec77
Compare
Choose a tag to compare

What's Changed

  • fix: skip drop for into_raw_fd by @ihciah in #211
  • fix: fix cas for across-thread actions and optimize performance by @ihciah in #212
  • IoUring Driver micro-optimization by @lorislibralato in #210
  • fix: apply MSG_NOSIGNAL to sendmsg for linux by @ihciah in #214
  • opt(unix): detect stream writable by @bobozhengsir in #215
  • Fixed bug when on Linux with iouring feature the library didn't compile with an error by @reloginn in #216
  • chore: use afit and rpitit by @ihciah in #217

New Contributors

Full Changelog: 0.1.9...0.2.0

0.1.9

31 Aug 11:38
5b9c503
Compare
Choose a tag to compare

What's Changed

  • refactor: pop tasks before whole runtime shutdown by @ihciah in #208

Full Changelog: 0.1.8...0.1.9

0.1.8

28 Aug 11:17
716a9a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.7...0.1.8

0.1.7

07 Aug 06:26
799c56d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.6...0.1.7

0.1.6

06 Jul 10:41
d3a0689
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.4...0.1.6

0.1.4

01 Jun 11:08
b58e53d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.3...0.1.4

0.1.3

11 May 05:43
6158266
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.2...0.1.3

0.1.2

18 Apr 11:16
ef21bca
Compare
Choose a tag to compare

What's Changed

  • fix: apply lifetime for Sink ans SinkExt trait by @ihciah in #160

Full Changelog: 0.1.1...0.1.2