From d9cf24d8fc6697c9b76f24cf56009e51126efd58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Tue, 2 Jun 2026 12:46:35 +0200 Subject: [PATCH] Release probod/v0.201.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- cmd/probod/CHANGELOG.md | 15 +++++++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index f6318d390..c23545a50 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,21 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.201.0] - 2026-06-02 + +### Added + +- Add async third-party vetting worker with PENDING/PROCESSING/COMPLETED/FAILED states, exposed through GraphQL and MCP; the third-party detail page polls while vetting runs +- Tune the third-party vetting worker (interval, concurrency, stale-after, agent timeout, max-turns) via config + +### Changed + +- Downgrade access-source instance name resolution failures from error to warning + +### Fixed + +- Guard the GitHub access-source name resolver against empty organization to stop the source-name worker from flooding logs with 404s + ## [0.200.1] - 2026-06-01 ### Fixed diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index 9b45c23ee..039bb5470 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.200.1 +0.201.0