From b9637304335d5aae12c2c569642fe80f30c07523 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Fri, 24 Jul 2026 14:24:30 +0200 Subject: [PATCH] Release probod/v0.234.0 --- cmd/probod/CHANGELOG.md | 12 ++++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index 9934eae9a..af83d3176 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.234.0] - 2026-07-24 + +### Changed + +- Render longer vetting notes as markdown, keeping more of the orchestrator assessment text and skipping profile fields already on the third party + +### Fixed + +- Reject empty SAML NameIDs during assertion validation, preventing duplicate-key failures on later logins, and return a clear error when a NameID is already linked to another account +- Require portal redirect hosts to have a verified certificate (Active/Renewing) before allowing OIDC, magic-link, and compliance-portal OAuth `continue` redirects, closing an open redirect on newly claimed custom domains +- Fixed PostHog access-review sources being marked disconnected for EU cloud OAuth tokens by delegating region discovery to the shared resolver used by the access-review driver + ## [0.233.0] - 2026-07-22 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index 314316086..97bfa853d 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.233.0 +0.234.0