Skip to content

Commit

Permalink
chore: release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cduvray committed Sep 6, 2023
1 parent 6adce03 commit 3104440
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion jwt-authorizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 3104440

Please sign in to comment.