v0.10.0
This release replaces Server::listen
with Server::listen_tcp
and adds a new UDS listener: Server::listen_uds
.
What's Changed
- Support Unix domain sockets by @SuperFluffy in #35
New Contributors
- @SuperFluffy made their first contribution in #35
Full Changelog: v0.9.0...v0.10.0