mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
1.3 KiB
1.3 KiB
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.
[0.3.2] - 2019-07-19
Changed
- Middleware accepts any
Fn
as a validator function instead ofFnMut
(#11)
[0.3.1] - 2019-06-09
Fixed
- Multiple calls to the middleware would result in panic
[0.3.0] - 2019-06-05
Changed
- Crate edition was changed to
2018
, same asactix-web
- Depends on
actix-web = "^1.0"
version now WWWAuthenticate
header struct was renamed intoWwwAuthenticate
- Challenges and extractor configs are now operating with
Cow<'static, str>
types instead ofString
types
[0.2.0] - 2019-04-26
Changed
actix-web
dependency is used without default features now (#6)base64
dependency version was bumped to0.10
[0.1.0] - 2018-09-08
Changed
- Update to
actix-web = "0.7"
version
[0.0.4] - 2018-07-01
Fixed
- Fix possible panic at
IntoHeaderValue
implementation forheaders::authorization::Basic
- Fix possible panic at
headers::www_authenticate::challenge::bearer::Bearer::to_bytes
call