Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@kyren kyren released this 01 Jan 21:24
· 4 commits to master since this release

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 optional tokio feature
    to provide the previous tokio implementation.