File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.5.0] - 2025-08-22
9+ ### Added
10+ - feat: add support for loading OIDC configuration from plugin config block.
11+ - feat: adds OIDC server plugin.
12+ - feat: allows RS256 secret to be set in oidc-server plugin config.
13+ - feat: allows external plugins to be referenced by config files.
14+ - feat: support HS256 in oidc-server plugin.
15+ - feat: supports multiple documents in YAML config files.
16+
17+ ### Changed
18+ - refactor: OIDC config should load from raw YAML bytes.
19+ - refactor: aligns JWKS endpoint to common value for RFC 7517 documents.
20+ - refactor: enable swagger-ui plugin via config file.
21+ - refactor: improves request trace logging.
22+ - refactor: pass query to plugins.
23+ - test: improves coverage of OIDC server plugin.
24+
25+ ### Fixed
26+ - fix: correctly parse form body in oidc-server plugin.
27+
828## [ 1.4.1] - 2025-08-20
929### Changed
1030- refactor: moves configdir to config model.
You can’t perform that action at this time.
0 commit comments