Skip to content

Commit f917944

Browse files
committed
build: release v1.5.0.
1 parent 075463c commit f917944

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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.

0 commit comments

Comments
 (0)