Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 942 Bytes

CHANGES.md

File metadata and controls

33 lines (23 loc) · 942 Bytes

Changes

Unreleased

  • Minimum supported Rust version (MSRV) is now 1.75.

0.7.1

  • Fix doc examples.

0.7.0

  • The ApplySettings trait now includes a type parameter, allowing multiple types to be implemented per configuration target.
  • Implement ApplySettings for ActixSettings.
  • BasicSettings::from_default_template() is now infallible.
  • Rename AtError => Error.
  • Remove AtResult type alias.
  • Update toml dependency to 0.8.
  • Remove ioe dependency; std::io::Error is now used directly.
  • Remove Clone implementation for Error.
  • Implement Display for Error.
  • Implement std's Error for Error.
  • Minimum supported Rust version (MSRV) is now 1.68.

0.6.0

  • Update Actix Web dependencies to v4 ecosystem.
  • Rename actix.ssl settings object to actix.tls.
  • NoSettings is now marked #[non_exhaustive].

0.5.2