Skip to content

Commit b78a102

Browse files
Release v2.3.0 (#329)
1 parent 632bab7 commit b78a102

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.2.2
1+
v2.3.0

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [v2.3.0](https://github.com/auth0/go-jwt-middleware/tree/v2.3.0) (2025-03-05)
4+
[Full Changelog](https://github.com/auth0/go-jwt-middleware/compare/v2.2.2...v2.3.0)
5+
6+
**Added**
7+
- Bump Go version to 1.23 and update example dependencies [\#328](https://github.com/auth0/go-jwt-middleware/pull/328) ([developerkunal](https://github.com/developerkunal))
8+
- [GH-288] Add Support for `WithSynchronousRefresh` Option in `CachingProvider` for Blocking/Non-Blocking Key Refresh [\#314](https://github.com/auth0/go-jwt-middleware/pull/314) ([developerkunal](https://github.com/developerkunal))
9+
- [SDK-5703] [GH-283] Add support for exclusion URLs in JWT middleware [\#319](https://github.com/auth0/go-jwt-middleware/pull/319) ([developerkunal](https://github.com/developerkunal))
10+
11+
**Fixed**
12+
- fix(oidc): Validate HTTP response status and improve error messaging in OIDC (#308) [\#316](https://github.com/auth0/go-jwt-middleware/pull/316) ([developerkunal](https://github.com/developerkunal))
13+
314
## [v2.2.2](https://github.com/auth0/go-jwt-middleware/tree/v2.2.2) (2024-08-23)
415
[Full Changelog](https://github.com/auth0/go-jwt-middleware/compare/v2.2.1...v2.2.2)
516

0 commit comments

Comments
 (0)