Skip to content

Commit 3ff9cd1

Browse files
Update CHANGELOG.md
1 parent b5c8be6 commit 3ff9cd1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.1] - 2026-03-??
9+
10+
- Modernize type annotations: replace `Union[X, Y]` with `X | Y`, `Optional[X]` with `X | None`, and built-in generics (`dict`, `list`, `set`) instead of their `typing` counterparts. Requires Python 3.10+.
11+
812
## [1.1.0] - 2026-03-10
913

1014
- Add support for ES* algorithms (`ES256`, `ES384`, `ES512`) for EC keys in
1115
`JWK`, `JWKS`, and `AsymmetricJWTValidator`.
12-
- Modernize type annotations: replace `Union[X, Y]` with `X | Y`, `Optional[X]`
13-
with `X | None`, and built-in generics (`dict`, `list`, `set`) instead of
14-
their `typing` counterparts. Requires Python 3.10+.
1516
- Fix flaky test `test_jwt_validator_fetches_tokens_again_for_unknown_kid`
1617
that failed on slower hardware (e.g. Raspberry Pi / aarch64) due to a
1718
timing-sensitive `refresh_time` threshold; replaced real-time sleeps with

0 commit comments

Comments
 (0)