From e79747a5f3613b79f6ba6cc270ce5ff26f4e3322 Mon Sep 17 00:00:00 2001 From: Ludovic Vielle Date: Fri, 19 Jun 2026 10:27:22 +0200 Subject: [PATCH] Release probod/v0.214.0 Signed-off-by: Ludovic Vielle --- cmd/probod/CHANGELOG.md | 17 +++++++++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index 4ae844c9d..0ff122acb 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -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 diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index c4a2a9485..b4003506b 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.213.0 +0.214.0