chore: release 0.11.0

This commit is contained in:
cduvray 2023-09-05 07:53:03 +02:00
parent 6adce03c17
commit 310444007d
3 changed files with 6 additions and 3 deletions

View file

@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## Unreleased
## 0.11 (2023-xx-xx)
## 0.11.0 (2023-09-06)
- support for multiple authorizers
- JwtAuthorizer::layer() deprecated in favor of JwtAuthorizer::build() and IntoLayer::into_layer()
- better optional claims extraction (commit: 940acb17a1de82788bc72c3657da87609ce741e9)
- error 401 rather than INTERNAL_SERVER_ERROR, when no claims exist (no authorizer layer)
- do not log error
## 0.10.1 (2023-07-11)

2
Cargo.lock generated
View file

@ -933,7 +933,7 @@ dependencies = [
[[package]]
name = "jwt-authorizer"
version = "0.10.1"
version = "0.11.0"
dependencies = [
"axum",
"chrono",

View file

@ -1,7 +1,7 @@
[package]
name = "jwt-authorizer"
description = "jwt authorizer middleware for axum and tonic"
version = "0.10.1"
version = "0.11.0"
edition = "2021"
authors = ["cduvray <c_duvray@proton.me>"]
license = "MIT"