1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00
actix-extras/actix-settings/CHANGES.md
Heki 76d9313171
Allow ActixSettings to be applied to HttpServer in actix-settings (#321)
* allow other settings objects to be applied

* update changelog

* update changelog

---------

Co-authored-by: LinuxHeki <linuxheki@gmail.com>
Co-authored-by: Rob Ede <robjtede@icloud.com>
2023-11-03 20:16:31 +00:00

785 B

Changes

Unreleased

  • The ApplySettings trait now includes a type parameter, allowing multiple types to be implemented per configuration target.
  • Implement ApplySettings for ActixSettings.
  • 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