Skip to content

Latest commit

 

History

History
116 lines (70 loc) · 3.04 KB

CHANGELOG.md

File metadata and controls

116 lines (70 loc) · 3.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

Changed

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

0.6.0 - 2023-12-22

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.

0.5.2 - 2023-06-16

Added

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

Changed

  • Updated rcgen to v0.11.

0.5.1 - 2023-06-13

Added

  • Re-export axum-server.

0.5.0 - 2023-06-03

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.

0.4.0 - 2023-05-04

Changed

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

0.3.0 - 2022-11-26

Added

Changed

  • Updated axum to v0.6.
  • Increased MSRV to v1.60.

0.2.0 - 2022-07-30

Added

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

Changed

  • Renamed DualProtocolFuture to DualProtocolAcceptorFuture.

0.1.0 - 2022-07-28

Added

  • Initial commit.