Release probod/v0.183.0

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-05-07 16:23:44 +04:00
parent 0649d032cd
commit 593a354c8c
2 changed files with 16 additions and 1 deletions

View File

@@ -4,9 +4,24 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso
## Unreleased
## [0.183.0] - 2026-05-07
### Added
- Add IP-to-country geolocation service with shadow-table swap import and CIDR-based lookups
- Detect the visitor's privacy regulation (GDPR, UK GDPR, FADP, CCPA, PIPEDA, LGPD, LFPDPPP, POPIA, PDPA, PIPL, PIPA, APPI, DPDP, PDPL) on the cookie banner config endpoint and adapt the banner UI and texts accordingly (opt-out notice for CCPA, simple notice when no regulation applies)
- Store regulation and country code on cookie consent records and expose both across GraphQL, MCP, CLI, and n8n
- Allow deleting access review campaigns from the UI (DRAFT or CANCELLED only, gated on `core:access-review-campaign:delete`)
- Support Google Cloud Identity in the SCIM bridge (in addition to Google Workspace)
### Changed
- Access review campaigns no longer transition to `FAILED` when individual sources fail to fetch; the failure stays surfaced on the source fetch (status + last error) and reviewers can proceed on the sources that succeeded (breaking: removed `FAILED` from `AccessReviewCampaignStatus`)
- Allow editing metadata (title, document type, classification) on generated document versions; only content edits remain rejected
### Fixed
- Fix cookie banner docs link to `www.getprobo.com/docs`
## [0.182.0] - 2026-05-06

View File

@@ -1 +1 @@
0.182.0
0.183.0