You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tokio support has been added with the tokio_support feature gate. Ud-sockets, Windows named pipes and local sockets now have Tokio counterparts
Ud-sockets now specify the close-on-exec flag to help protect high-trust processes that spawn lower-trust processes against privilege escalation vulnerabilities
Signals and the old non-Tokio async API have been deprecated, and will be removed in 2.0.0
Ud-socket ancillary data has been disabled – a future release, 2.0.0, will introduce a new, more correct API
Numerous bugfixes for Ud-sockets, Windows named pipes and, consequently, local sockets
Datagram Ud-sockets' creation API has been improved with the addition of .set_destination()
Extensive internal refactoring to improve maintainability and eliminate additional hidden bugs
Extensive tests for local sockets, Ud-sockets and Windows named pipes to, uh, catch bugs