Skip to content

Releases: daxpedda/axum-server-dual-protocol

`axum-server` v0.7 update

31 Jul 14:01
d7bd17b
Compare
Choose a tag to compare

Added

Changed

  • Updated axum-server to v0.7.
  • Updated tokio-rustls to v0.26.

`axum-server` v0.6 update

22 Dec 22:03
dd7af2a
Compare
Choose a tag to compare

Added

  • Re-export http-body-util, tokio and tower-service.

Changed

  • Increased MSRV to v1.66.
  • Updated axum-server to v0.6.
  • Updated http to v1.

Removed

  • Removed hyper re-export.

`rcgen` 0.11 update

16 Jun 17:43
8145e9c
Compare
Choose a tag to compare

Added

  • Re-export bytes, http, hyper, tokio-rustls and tokio-util.

Changed

  • Updated rcgen to v0.11.

Re-export `axum-server`

13 Jun 19:31
1a81b4d
Compare
Choose a tag to compare

Added

  • Re-export axum-server.

`Protocol` extension and WebSocket support

03 Jun 19:56
f8dc1a6
Compare
Choose a tag to compare

Added

Fixed

  • Secure WebSocket handshakes are now accepted, instead of redirected to the https URI scheme.
  • Upgrade insecure WebSocket handshakes to the wss instead of the https URI scheme.

Changed

  • Unknown URI schemes are now responded to with "400 Bad Request" instead of redirected to the https URI scheme.

`axum-server` v0.5 update

04 May 18:12
128088c
Compare
Choose a tag to compare

Changed

  • Updated axum-server to v0.5.
  • Updated tokio-rustls to v0.24.

`axum` 0.6 update

26 Nov 14:08
b3dc00e
Compare
Choose a tag to compare

Added

Changed

  • Updated axum to 0.6.
  • Increased MSRV to 1.60.

Direct configuration on `Server`

30 Jul 02:38
Compare
Choose a tag to compare

Added

  • Implement ServerExt::set_upgrade(), an easy way to apply UpgradeHttpLayer
    to the entire app.

Changed

  • Renamed DualProtocolFuture to DualProtocolAcceptorFuture.

Initial Release

28 Jul 20:20
Compare
Choose a tag to compare

Added

  • Initial commit.