From a350605cf5d2d1851d8526b5350bbb36faaaf268 Mon Sep 17 00:00:00 2001 From: Bryan Frimin Date: Wed, 6 May 2026 16:54:26 +0200 Subject: [PATCH] Release probod/v0.182.0 Signed-off-by: Bryan Frimin --- cmd/probod/CHANGELOG.md | 21 +++++++++++++++++++++ cmd/probod/VERSION | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index c88040c0b..6099a8387 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,6 +4,27 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.182.0] - 2026-05-06 + +### Added + +- Add Microsoft 365 SCIM bridge and access review driver +- Add unified tracker detection backend with `tracker_patterns` and `detected_trackers` schema +- Add `trackerType` field on patterns to support tracking technologies beyond cookies + +### Changed + +- Replace `publishMajor`, `publishMinor`, and `requestDocumentVersionApproval` mutations with a unified `publishDocument` and `bulkPublishDocuments` accepting `minor: Boolean!` and a required `changelog: String!` (breaking) +- Rename cookie pattern API surfaces to tracker patterns across GraphQL, MCP, CLI, and n8n (breaking) + +### Removed + +- Remove legacy `cookie_patterns` GraphQL schema, MCP tools, CLI commands, and n8n operations + +### Fixed + +- Restore MCP cross-origin protection after go-sdk v1.6.0 bump + ## [0.181.0] - 2026-05-05 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index c2d6d52df..6c5ba421e 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.181.0 +0.182.0