Skip to content

Commit a355655

Browse files
committed
chore(release): 9.7.0
1 parent d5323f4 commit a355655

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [9.7.0](https://github.com/panva/node-oidc-provider/compare/v9.6.1...v9.7.0) (2026-03-06)
6+
7+
8+
### Features
9+
10+
* add configuration for limiting external resource body limits ([0c424cd](https://github.com/panva/node-oidc-provider/commit/0c424cd852ac56b37127a0fae8d74c77c38903e4))
11+
* experimental support for Client ID Metadata Document (CIMD) ([d5323f4](https://github.com/panva/node-oidc-provider/commit/d5323f4cf81200382dc0f374b80364c82f059f93))
12+
* prevent fetching special-use IP address resources ([1548834](https://github.com/panva/node-oidc-provider/commit/1548834c5f93c546e940f6c5d75e3911696f1ad1))
13+
14+
15+
### Documentation
16+
17+
* align section titles and auto-generate toc ([287bfa8](https://github.com/panva/node-oidc-provider/commit/287bfa8c2dfe120b1ad8661fbdd45a6c1310785b))
18+
* description fixes and various editorial edits ([a8f4f15](https://github.com/panva/node-oidc-provider/commit/a8f4f15500cce567fe225c809795c1e30aa91e12))
19+
* fix attestClientAuth link ([9c6f095](https://github.com/panva/node-oidc-provider/commit/9c6f095f909762397f4fd6c964bbbc72a758cbac))
20+
* solve generated nested lists ([d1ebcd2](https://github.com/panva/node-oidc-provider/commit/d1ebcd26f42f4beb4ca2a76fd2d17a8632f6170b))
21+
* update README.md prose for experimental features ([b029f47](https://github.com/panva/node-oidc-provider/commit/b029f47fb35668dbc00c6edebfa4a6761996bcbe))
22+
* update the generated content to reflect the jsdoc structure ([aa9f83b](https://github.com/panva/node-oidc-provider/commit/aa9f83b0a81fbc6c5458c31b638e20a2fa0f61a2))
23+
24+
25+
### Refactor
26+
27+
* extract setWWWAuthenticateHeader to a shared module ([bb66e62](https://github.com/panva/node-oidc-provider/commit/bb66e62832a8ba4e6d452382fff8058a12913e70))
28+
529
## [9.6.1](https://github.com/panva/node-oidc-provider/compare/v9.6.0...v9.6.1) (2026-02-19)
630

731

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": "oidc-provider",
3-
"version": "9.6.1",
3+
"version": "9.7.0",
44
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect",
55
"keywords": [
66
"appauth",

0 commit comments

Comments
 (0)