mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-17 08:33:30 +01:00
Release 0.3.2
This commit is contained in:
parent
4eeb1d9599
commit
f808e0680d
11
CHANGELOG.md
11
CHANGELOG.md
@ -5,7 +5,16 @@ All notable changes to this project will be documented in this file.
|
|||||||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
## Unreleased
|
## [0.3.2] - 2019-07-19
|
||||||
|
### Changed
|
||||||
|
- Middleware accepts any `Fn` as a validator function instead of `FnMut` ([#11](https://github.com/svartalf/actix-web-httpauth/pull/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 as `actix-web`
|
- Crate edition was changed to `2018`, same as `actix-web`
|
||||||
- Depends on `actix-web = "^1.0"` version now
|
- Depends on `actix-web = "^1.0"` version now
|
||||||
- `WWWAuthenticate` header struct was renamed into `WwwAuthenticate`
|
- `WWWAuthenticate` header struct was renamed into `WwwAuthenticate`
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-web-httpauth"
|
name = "actix-web-httpauth"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
authors = ["svartalf <self@svartalf.info>"]
|
authors = ["svartalf <self@svartalf.info>"]
|
||||||
description = "HTTP authentication schemes for actix-web"
|
description = "HTTP authentication schemes for actix-web"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user