Releases: ihciah/shadow-tls
Releases · ihciah/shadow-tls
v0.2.2
What's Changed
- Using EnvFilter instead hardcoded with_max_level. by @zhenpingfeng in #19
- better defense against active probe. by @ihciah
New Contributors
- @zhenpingfeng made their first contribution in #19
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
v0.1.4
In this release, we upgrade monoio runtime and monoio-tls.
Features
- You can set environ
MONOIO_FORCE_LEGACY_DRIVER=1
to force monoio use epoll or kqueue. - Replace tls library feature from
unsafe_io
tosafe_io
. The formerunsafe_io
may cause panic. - The zero copy feature now is stable and enabled by default.