Release probod/v0.201.0

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-06-02 12:46:35 +02:00
parent e560d04e12
commit d9cf24d8fc
2 changed files with 16 additions and 1 deletions

View File

@@ -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

View File

@@ -1 +1 @@
0.200.1
0.201.0