Skip to content

Commit ed91a13

Browse files
authored
Release v4.0.0 (#490)
2 parents 8c9bcc4 + 7d00243 commit ed91a13

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.2.2
1+
v4.0.0

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [v4.0.0](https://github.com/auth0/node-jwks-rsa/tree/v4.0.0) (2026-02-27)
4+
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v3.2.2...v4.0.0)
5+
6+
**⚠️ BREAKING CHANGES**
7+
- Drops support for Node 14, 16, and 18. The minimum supported Node versions are now 20.19.0, 22.12.0, and 23.0.0.
8+
- Drops support for the ES256K algorithm (secp256k1 curve). Keys using ES256K will be ignored. Users must transition to a supported curve (e.g., ES256/P-256) or handle legacy keys externally.
9+
- feat: upgrade jose dependency to v6 [\#486](https://github.com/auth0/node-jwks-rsa/pull/486) ([cschetan77](https://github.com/cschetan77))
10+
- chore: upgrade minimum Node.js runtime to 20.19.0 [\#485](https://github.com/auth0/node-jwks-rsa/pull/485) ([cschetan77](https://github.com/cschetan77))
11+
312
## [v3.2.2](https://github.com/auth0/node-jwks-rsa/tree/v3.2.2) (2026-01-23)
413
[Full Changelog](https://github.com/auth0/node-jwks-rsa/compare/v3.2.1...v3.2.2)
514

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jwks-rsa",
3-
"version": "3.2.2",
3+
"version": "4.0.0",
44
"description": "Library to retrieve RSA public keys from a JWKS endpoint",
55
"main": "src/index.js",
66
"files": [

0 commit comments

Comments
 (0)