File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## [ 1.0.0] ( https://github.com/bakdata/fastapi-jwks/releases/tag/1.0.0 ) - Release Date: [ 2025-08-04]
3
+
4
+ #### Merged pull requests:
5
+
6
+ - feat: support JWKS keys without ` alg ` set [ #123 ] ( https://github.com/bakdata/fastapi-jwks/pull/123 ) ([ @miyoyo ] ( https://github.com/miyoyo ) )
7
+
8
+ - refactor: add models to improve type safety [ #140 ] ( https://github.com/bakdata/fastapi-jwks/pull/140 ) ([ @disrupted ] ( https://github.com/disrupted ) )
9
+
10
+ - test: add jwks model test [ #141 ] ( https://github.com/bakdata/fastapi-jwks/pull/141 ) ([ @torbsto ] ( https://github.com/torbsto ) )
11
+
12
+
13
+
14
+
2
15
## [ 0.4.0] ( https://github.com/bakdata/fastapi-jwks/releases/tag/0.4.0 ) - Release Date: [ 2025-03-19]
3
16
4
17
#### Merged pull requests:
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " fastapi-jwks"
3
- version = " 0.4 .0"
3
+ version = " 1.0 .0"
4
4
description = " A library designed to facilitate the integration of JSON Web Key Set (JWKS) with FastAPI applications"
5
5
license = " MIT"
6
6
authors = [" bakdata" ]
You can’t perform that action at this time.
0 commit comments