Skip to content

Commit edbc431

Browse files
committed
chore(release): 9.1.0
1 parent f3550da commit edbc431

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.1.0](https://github.com/panva/node-oidc-provider/compare/v9.0.1...v9.1.0) (2025-04-26)
6+
7+
8+
### Features
9+
10+
* experimental support for OIDC RP Metadata Choices ([f3550da](https://github.com/panva/node-oidc-provider/commit/f3550daff76329a5a820a85a40afebcd0638abb6))
11+
12+
13+
### Fixes
14+
15+
* only include DPoP-Nonce in Access-Control-Expose-Headers when DPoP is enabled ([e769aa8](https://github.com/panva/node-oidc-provider/commit/e769aa85f07f48d4970aad2500e62a3042659d3c))
16+
17+
18+
### Refactor
19+
20+
* avoid assignment operators in conditional expressions ([b7ed877](https://github.com/panva/node-oidc-provider/commit/b7ed877a5d75d1eabfefd1034d74b89c1925470a))
21+
* improve static find performance ([106f94a](https://github.com/panva/node-oidc-provider/commit/106f94a11f36e0ae3058b8d457ab25a82b3bc742))
22+
* update some default helpers for readability ([0818c36](https://github.com/panva/node-oidc-provider/commit/0818c36fc4d2004d05b3e011873d02be307de478))
23+
24+
25+
### Documentation
26+
27+
* more clarity for features.dPoP.allowReplay ([779a141](https://github.com/panva/node-oidc-provider/commit/779a14187d22218ea770dee255d32c2fb6c25564))
28+
529
## [9.0.1](https://github.com/panva/node-oidc-provider/compare/v9.0.0...v9.0.1) (2025-04-17)
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.0.1",
3+
"version": "9.1.0",
44
"description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect",
55
"keywords": [
66
"appauth",

0 commit comments

Comments
 (0)