Skip to content

0.7.0

Compare
Choose a tag to compare
@spacejam spacejam released this 13 Jul 10:21
cbdf54d

New Features

  • Support has been added for NATS Headers
    via the Connection::publish_with_reply_or_headers
    method.

Breaking Changes

  • The underlying TLS implementation has been switched
    from native-tls to rustls. The previously exported
    TLS functionality has been removed, and now you can
    supply certificates with the
    Options::add_root_certificate method.