Skip to content

Latest commit

 

History

History
70 lines (44 loc) · 1.42 KB

File metadata and controls

70 lines (44 loc) · 1.42 KB

v0.5.2

  • Tonic 0.14 support, refactor Tonic support code

v0.5.1

  • Add Tonic 0.13 support

v0.5.0

  • Add AF_VSOCK support
  • Add Axum 0.8 heler
  • Additional features for flexibility: mpsc_listener, boxed_variant, duplex_variant, dummy_variant, custom_socket_address. They are off by default.
  • Tonic's connection info enum marked as non_exhausive.
  • Fixed unconditional tokio/io-std dependency.

v0.4.4

  • Fix --unix-listen-chmod behaviour
  • Add some Debug impls

v0.4.3

  • Add tonic v0.12 support

v0.4.2

  • Fix error message

v0.4.1

  • Fix axum being non-optional dependency

v0.4.0

  • Listener::bind_multiple and named sd-listen.

v0.3.1 - Fix compilation on Windows

  • Fixed cfg gates to make it buildable on Windows (with reduced options, obviously)

v0.3.0 - Axum 0.7 support

Incompatible changes:

  • Removed "hyper014" from default features.

Other changes:

  • Added easy integration with Axum 0.7.
  • Added implementation of tokio_util::net::Listener.
  • Added clonable version of SomeSocketAddr.
  • Improved documentation
  • Fixed missing cfg gates resulting in compilation failures with some feature combinations

v0.2.2 - Base version for Changelog