What's Changed
- ci: guard compio is compatible with stable rust by @tisonkun in #297
- fix(fs): metadata types on armv7-linux-androideabi by @Berrysoft in #298
- feat(tls): add ALPN support by @Berrysoft in #299
- feat(io): add *_read_uninit for compat by @Berrysoft in #301
- feat(runtime): don't try to poll all tasks before polling driver by @Berrysoft in #300
- feat(net): add from_std for UdpSocket by @Berrysoft in #302
- refactor: update rustfmt config by @Berrysoft in #303
- fix(driver,poll,iour): use Arc::clone instead of try_clone by @Berrysoft in #306
- fix(driver,poll): remove pipe usage by @Berrysoft in #307
- fix(quic): don't exit event loop on I/O error by @AsakuraMizu in #311
- fix(net,iour,poll): fix accept leak by @Berrysoft in #315
- build(deps): update rustls platform verifier by @Berrysoft in #317
- feat(io): remove explicit lifetime from copy by @George-Miao in #319
- fix(driver,poll): ignore EINTR and retry by @Berrysoft in #320
- feat(driver,iocp): add WaitCompletionPacket support by @Berrysoft in #316
- refactor(net,iocp): move WSAStartup by @Berrysoft in #314
- fix(io): copy should be eager by @Berrysoft in #321
- refactor(driver,poll): remove event in on_event by @Berrysoft in #322
- ci: add freebsd by @Berrysoft in #324
- fix(io,copy): clear buf after write by @Berrysoft in #325
- refactor(driver,poll): add op_type by @Berrysoft in #323
- feat: add FreeBSD AIO support by @Berrysoft in #310
- fix(runtime): runnable reference cycle by @Berrysoft in #328
- ci: add illumos one by @Berrysoft in #327
- refactor: use cfg_aliases by @Berrysoft in #331
- fix(runtime): self-reference without Arc by @Berrysoft in #329
- refactor(driver,runtime): allow polling driver when pushing an op by @Berrysoft in #308
- doc(README): add banner by @George-Miao in #334
- feat(quic): support rustls provider aws-lc-rs by @AsakuraMizu in #333
- feat(driver): add AIO support for illumos & solaris by @Berrysoft in #330
- fix: add rustls features for tls by @Berrysoft in #336
- fix: add io-uring & polling feature to crates by @Berrysoft in #335
New Contributors
Full Changelog: v0.12.0...v0.13.0