v0.6.0
- Support a shared
Crypto
instance between servers, useful on Firefox for
multiple connections per page. - API incompatible change: Make
Server::new
sync. - API incompatible change: Add
Runtime
trait to be reactor agnostic, adds an optionaltokio
feature
to provide the previous tokio implementation.