Skip to content

0.13.1

Compare
Choose a tag to compare
@spacejam spacejam released this 01 Sep 11:39
· 1068 commits to main since this release
c358859

New Features

  • #199 implemented asynk::Subscription::try_next.
  • #199 implemented conversion traits b/w sync & async
    Message types.
  • #205 Options::tls_client_config allows users to
    provide a manually-configured rustls::ClientConfig
    for communicating to the server, for cases where
    certificates are not available on the filesystem.