Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: getprobo/probo

probod/v0.184.2

08 May 10:41
e490a12

Choose a tag to compare

[0.184.2] - 2026-05-08

Security

  • Upgrade go to 1.26.3

Docker Images

  • ghcr.io/getprobo/probo:probod-v0.184.2 (multi-arch: linux/amd64, linux/arm64)
  • ghcr.io/getprobo/probo:latest (multi-arch: linux/amd64, linux/arm64)

probod-bootstrap/v0.1.1

08 May 10:38
3acc319

Choose a tag to compare

[0.1.1] - 2026-05-08

Fixed

  • Fix builder tracing address default port

Security

  • Upgrade go to 1.26.3

prb/v0.183.1

08 May 10:28
e930b69

Choose a tag to compare

[0.183.1] - 2026-05-08

Security

  • Upgrade go to 1.26.3

@probo/cookie-banner/v0.3.1

08 May 09:00
8920ce3

Choose a tag to compare

[0.3.1] - 2026-05-08

Fixed

  • Reopen the banner instead of the preference panel for OPT_OUT regulations (e.g. CCPA) when clicking the settings widget, since users only need Accept/Reject choices
  • ProboRejectButton and ProboCustomizeButton now auto-hide when their corresponding text key is empty in the server config, so headless SDK consumers no longer need regulation-aware layout logic

probod/v0.184.0

07 May 14:19
259a162

Choose a tag to compare

[0.184.0] - 2026-05-07

Added

  • Allow editing approvers inline on SOA generated documents from the Statement of Applicability detail page (visible after first publish)

Fixed

  • Fix Microsoft 365 SCIM bridge: register the MICROSOFT_365 connector provider, scope each Identity Provider card to its own bridge type so connecting one provider no longer marks others as connected, and filter Microsoft Graph users to home-tenant members (skip B2B guests)
  • Fix cookie banner REST config endpoint compatibility for SDK versions ≤ 0.2.0
  • Fix geolocation IP-to-country block imports

Docker Images

  • ghcr.io/getprobo/probo:probod-v0.184.0 (multi-arch: linux/amd64, linux/arm64)
  • ghcr.io/getprobo/probo:latest (multi-arch: linux/amd64, linux/arm64)

probod/v0.183.0

07 May 12:44
ad90fab

Choose a tag to compare

Changelog

All notable changes to probod (the server, including the bundled @probo/console, @probo/trust, and @probo/ui frontends) will be documented in this file.

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

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

  • Add SCIM tools to MCP API
  • Add SCIM commands to CLI
  • Add cookie banner detection page for uncategorised patterns
  • Add last_detected_at and last_matched_at tracking on cookie patterns
  • Add uncategorisedPatterns GraphQL connection on CookieBanner

Changed

  • Accept CIDR ranges in proxy trusted-proxies configuration
  • Rename categories to consentCategories on cookie banner API surfaces
  • Move cookie management from separate Cookies tab into the Display page
  • Filter uncategorised category from cookie banner config and version snapshots

[0.180.0] - 2026-05-04

Fixed

  • Use natural sort for SOA document export rows

Added

  • Add risk publish to document system

[0.179.1] - 2026-05-02

Fixed

  • Fix n8n cookieConsentRecord getAll operation

[0.179.0] - 2026-05-02

Added

  • Add cookie banner operations to n8n node
  • Add excluded flag to cookie patterns (GraphQL/MCP/CLI/n8n) with source badge in category table
  • Validate cookie policy link in banner description

Changed

  • Skip draft cookie banner version for uncategorised-only merges
  • Exclude uncategorised category from consent contract
  • Run cookie detection regardless of banner state
  • Stop bumping cookie banner version on no-op updates
  • Exclude translations from cookie banner version snapshots
  • Allow clearing optional fields in n8n cookie updates
  • Bump @probo/cookie-banner to 0.2.0

Fixed

  • Clear pending cookie-consent queue before stopping on 404

[0.178.0] - 2026-05-01

Added

  • Add MCP tools for cookie banner, category, pattern, version, and consent records
  • Add CLI commands for cookie banner, category, pattern, and consent records

Fixed

  • Fix auditor access to processing activities
  • Fix contract end date field cut off in Add Person dialog

[0.177.1] - 2026-04-30

Fixed

  • Reveal cookie banner sidebar entry in IAM organizations
  • Render cookie-consent placeholders when no prior consent exists
  • Fix cookie-consent placeholder sizing for absolutely or sticky positioned elements
  • Allow OIDC and magic-link sessions to assume password-only organizations

[0.177.0] - 2026-04-30

Added

  • Add cookie patterns to group detected cookies by URL prefix, with auto-detection worker and console management
  • Add DurationInput component to @probo/ui

Changed

  • Refactor cookie banner forms to react-hook-form
  • Store cookie durations as max_age_seconds
  • Update @probo/cookie-banner public exports and bump to 0.1.0

Fixed

  • Filter browser-extension cookies from detection

[0.176.1] - 2026-04-29

Fixed

  • Fix empty text nodes in generated documents

[0.176.0] - 2026-04-29

Added

  • Add vendor publish to document system, replacing snapshot mode

[0.175.0] - 2026-04-29

Added

  • Add processing activity, DPIA and TIA publish to document system, replacing snapshot mode

Changed

  • Introspect OAuth2 refresh tokens per RFC 7662, honoring token_type_hint
  • Invalidate other sessions on password change and all sessions on password reset
  • Use forwarded headers for SCIM event client IP when running behind a load balancer
  • Extract client IP from rightmost entry of X-Forwarded-For and Forwarded headers
  • Update avatar initials colors

[0.174.0] - 2026-04-28

Added

  • Add agent run supervisor with checkpoint persistence and resume across restarts
  • Add finding and obligation publish to document system, replacing snapshot mode
  • Add --state and --contract-ended filters to CLI/MCP/GraphQL user list
  • Add Notion workspace name resolver for access review
  • Add X-SDK-Version header to cookie banner SDK requests

Changed

  • Rename excludeContractEnded to contractEnded (two-way) across MCP, GraphQL, CLI, frontend
  • Remove auditor's ability to publish SoA
  • Request Google customer directory scope for access-review name sync

Fixed

  • Fix copy-paste in rich editor
  • Fix long cookie name display and label colors in cookie banner
  • Fix suspension checkpoint fallback in nested and parallel agent execution

[0.173.0] - 2026-04-27

Changed

Docker Images

  • ghcr.io/getprobo/probo:probod-v0.183.0 (multi-arch: linux/amd64, linux/arm64)
  • ghcr.io/getprobo/probo:latest (multi-arch: linux/amd64, linux/arm64)

prb/v0.183.0

07 May 12:41
99c5d00

Choose a tag to compare

Changelog

All notable changes to the prb CLI will be documented in this file.

Unreleased

[0.183.0] - 2026-05-07

Added

  • Add regulation and country code fields on cookie consent records, plus the STATEMENT_OF_APPLICABILITY document type on prb document update

Fixed

  • Allow editing metadata (title, document type, classification) on generated document versions

[0.182.0] - 2026-05-06

Added

  • Add --minor flag to generated-document publish commands

Changed

  • Replace prb document publish-major and publish-minor with prb document publish [--minor]
  • Rename prb cookie-pattern command group to prb tracker-pattern

[0.173.0] - 2026-04-27

Changed

@probo/n8n-nodes-probo/v0.183.0

07 May 12:41
99c5d00

Choose a tag to compare

Changelog

All notable changes to the @probo/n8n-nodes-probo package will be documented in this file.

Unreleased

[0.183.0] - 2026-05-07

Added

  • Add regulation and countryCode fields on cookie consent record operations

[0.182.0] - 2026-05-06

Changed

  • Replace publishMinor, publishMajor, and requestApproval document operations with a unified publish accepting a minor flag and required changelog (breaking)
  • Rename cookiePattern operations to trackerPattern with new trackerType field (breaking)

Removed

  • Remove legacy cookiePattern operations

[0.0.1] - 2026-04-27

Changed

@probo/cookie-banner/v0.3.0

07 May 12:39
99c5d00

Choose a tag to compare

Changelog

All notable changes to the @probo/cookie-banner SDK will be documented in this file.

Unreleased

[0.3.0] - 2026-05-07

Added

  • Expose detected privacy regulation (GDPR, CCPA, etc.) on BannerConfig, via CookieBannerClient getter, and in the probo-ready event detail so themed-banner consumers can adapt their UI per regulation
  • Adapt banner texts and button visibility per regulation (opt-out notice for CCPA, simple notice when no regulation applies); buttons whose text is empty are now hidden

Fixed

  • Defer banner button validation until config is loaded so required-button checks reflect the active consent mode

[0.0.0] - 2026-04-27

Added

  • Initial scaffold of the cookie banner SDK with web components, headless and themed entrypoints, settings link element, Google Consent Mode v2 integration, PostHog consent plugin, Global Privacy Control (GPC) support, internationalization with default translations for English, French, German, and Spanish, and graceful config fetch failure handling.

probod/v0.182.0

06 May 15:05
a350605

Choose a tag to compare

Changelog

All notable changes to probod (the server, including the bundled @probo/console, @probo/trust, and @probo/ui frontends) will be documented in this file.

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

  • Add SCIM tools to MCP API
  • Add SCIM commands to CLI
  • Add cookie banner detection page for uncategorised patterns
  • Add last_detected_at and last_matched_at tracking on cookie patterns
  • Add uncategorisedPatterns GraphQL connection on CookieBanner

Changed

  • Accept CIDR ranges in proxy trusted-proxies configuration
  • Rename categories to consentCategories on cookie banner API surfaces
  • Move cookie management from separate Cookies tab into the Display page
  • Filter uncategorised category from cookie banner config and version snapshots

[0.180.0] - 2026-05-04

Fixed

  • Use natural sort for SOA document export rows

Added

  • Add risk publish to document system

[0.179.1] - 2026-05-02

Fixed

  • Fix n8n cookieConsentRecord getAll operation

[0.179.0] - 2026-05-02

Added

  • Add cookie banner operations to n8n node
  • Add excluded flag to cookie patterns (GraphQL/MCP/CLI/n8n) with source badge in category table
  • Validate cookie policy link in banner description

Changed

  • Skip draft cookie banner version for uncategorised-only merges
  • Exclude uncategorised category from consent contract
  • Run cookie detection regardless of banner state
  • Stop bumping cookie banner version on no-op updates
  • Exclude translations from cookie banner version snapshots
  • Allow clearing optional fields in n8n cookie updates
  • Bump @probo/cookie-banner to 0.2.0

Fixed

  • Clear pending cookie-consent queue before stopping on 404

[0.178.0] - 2026-05-01

Added

  • Add MCP tools for cookie banner, category, pattern, version, and consent records
  • Add CLI commands for cookie banner, category, pattern, and consent records

Fixed

  • Fix auditor access to processing activities
  • Fix contract end date field cut off in Add Person dialog

[0.177.1] - 2026-04-30

Fixed

  • Reveal cookie banner sidebar entry in IAM organizations
  • Render cookie-consent placeholders when no prior consent exists
  • Fix cookie-consent placeholder sizing for absolutely or sticky positioned elements
  • Allow OIDC and magic-link sessions to assume password-only organizations

[0.177.0] - 2026-04-30

Added

  • Add cookie patterns to group detected cookies by URL prefix, with auto-detection worker and console management
  • Add DurationInput component to @probo/ui

Changed

  • Refactor cookie banner forms to react-hook-form
  • Store cookie durations as max_age_seconds
  • Update @probo/cookie-banner public exports and bump to 0.1.0

Fixed

  • Filter browser-extension cookies from detection

[0.176.1] - 2026-04-29

Fixed

  • Fix empty text nodes in generated documents

[0.176.0] - 2026-04-29

Added

  • Add vendor publish to document system, replacing snapshot mode

[0.175.0] - 2026-04-29

Added

  • Add processing activity, DPIA and TIA publish to document system, replacing snapshot mode

Changed

  • Introspect OAuth2 refresh tokens per RFC 7662, honoring token_type_hint
  • Invalidate other sessions on password change and all sessions on password reset
  • Use forwarded headers for SCIM event client IP when running behind a load balancer
  • Extract client IP from rightmost entry of X-Forwarded-For and Forwarded headers
  • Update avatar initials colors

[0.174.0] - 2026-04-28

Added

  • Add agent run supervisor with checkpoint persistence and resume across restarts
  • Add finding and obligation publish to document system, replacing snapshot mode
  • Add --state and --contract-ended filters to CLI/MCP/GraphQL user list
  • Add Notion workspace name resolver for access review
  • Add X-SDK-Version header to cookie banner SDK requests

Changed

  • Rename excludeContractEnded to contractEnded (two-way) across MCP, GraphQL, CLI, frontend
  • Remove auditor's ability to publish SoA
  • Request Google customer directory scope for access-review name sync

Fixed

  • Fix copy-paste in rich editor
  • Fix long cookie name display and label colors in cookie banner
  • Fix suspension checkpoint fallback in nested and parallel agent execution

[0.173.0] - 2026-04-27

Changed

Docker Images

  • ghcr.io/getprobo/probo:probod-v0.182.0 (multi-arch: linux/amd64, linux/arm64)
  • ghcr.io/getprobo/probo:latest (multi-arch: linux/amd64, linux/arm64)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.