Release probod/v0.214.0

Signed-off-by: Ludovic Vielle <ludovic@probo.com>
This commit is contained in:
Ludovic Vielle
2026-06-19 10:27:22 +02:00
parent 9e22f75442
commit e79747a5f3
2 changed files with 18 additions and 1 deletions

View File

@@ -4,6 +4,23 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso
## Unreleased
## [0.214.0] - 2026-06-19
### Added
- OAuth2 API scope enforcement: v1:* scopes registered and advertised in OIDC discovery and protected-resource metadata, enforced in the IAM authorizer before policy evaluation
- Identity-scoped OAuth token management: users can create, list, and revoke manual bearer tokens from `/me/oauth-tokens` and the console UI
- Auditor role now includes the `v1:iam:read` scope
### Changed
- OAuth consent screen groups API scopes under an accordion
### Fixed
- MCP API now accepts OAuth bearer tokens (was previously rejected)
- Notifications are skipped for inactive users
## [0.213.0] - 2026-06-18
### Added

View File

@@ -1 +1 @@
0.213.0
0.214.0