- fix: Return
None
when extracting a/dnsaddr
address See PR 5613
- Implement refactored
Transport
. See PR 4568 - Add support for
/tls/ws
and keep/wss
backward compatible. See PR 5523.
- Fix use-after-free handler invocation from JS side. See PR 5521.
- Change close code in drop implementation to
1000
given that in browsers only the code1000
and codes between3000
and4999
are allowed to be set by userland code. See PR 5229.
- Add support for different WASM environments by introducing a
WebContext
that detects and abstracts theWindow
vs theWorkerGlobalScope
API. See PR 4889.
- Add Websys Websocket transport.
- Crate claimed.