From 00010ce104200f9c0eaf932084fbf1d7d3474577 Mon Sep 17 00:00:00 2001 From: Ludovic Vielle Date: Wed, 24 Jun 2026 21:49:35 +0200 Subject: [PATCH] Release probod/v0.219.0 Signed-off-by: Ludovic Vielle --- cmd/probod/CHANGELOG.md | 19 +++++++++++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index 7113418e5..b5bf57eb3 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,25 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.219.0] - 2026-06-24 + +### Added + +- DocuSign partner OAuth2 with PKCE: full authorization-code flow with account picker; the selected account is persisted and its data-center base URI resolved from /oauth/userinfo +- Five new API-key access-review connectors: Mercury, Apollo.io, Deepgram, ClickHouse Cloud, and Langfuse +- APIKeyBasicAuthUserPass auth mode for API-key connectors supporting username:password credentials +- Read actions on all unprefixed OAuth scopes + +### Changed + +- Pending signature requests on a superseded version are moved to the newly published minor version, preserving the notification schedule + +### Fixed + +- Signature requests are now restricted to the current published version +- Heroku connection probe sends the versioned `Accept: application/vnd.heroku+json; version=3` header, correctly detecting revoked tokens +- Third party assessment header display + ## [0.218.1] - 2026-06-23 ### Fixed diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index 69c27a0b9..9fc594a2d 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.218.1 +0.219.0