5.4 KiB
5.4 KiB
Changelog
All notable changes to the @probo/n8n-nodes-probo package will be documented in this file.
Unreleased
[0.200.0] - 2026-07-02
Added
ProboTriggernode that starts a workflow when Probo emits a webhook event; it owns the subscription lifecycle (creates it on activation, re-registers it when the webhook URL drifts, deletes it on deactivation) and verifies the HMAC-SHA256 signature constant-time- Document lifecycle webhook events — document created/updated/archived/unarchived/deleted, version created/updated/published/rejected/deleted, version signature requested/signed/cancelled, and version approval quorum requested/approved/rejected/updated/voided
Changed
- Default Probo Server credential URL is now
https://us.probo.com(washttps://us.console.getprobo.com) - Update the node's codex metadata to satisfy n8n marketplace review — use supported
Development/Utilitycategories and the scoped@probo/n8n-nodes-probo.probonode identifier
Removed
MEETING_*webhook event choices from the webhook create/update operations — they were never part of the backend event enum
[0.199.0] - 2026-06-30
Added
document.getSignaturenow returns the document version ID alongside the signature record
[0.198.0] - 2026-06-30
Added
document.getLatestPublishedVersionIdoperation to retrieve the ID of the latest published version of a document
Fixed
organization.getManyfailing when the organization has pending user invitations
[0.197.0] - 2026-06-22
Added
resourceAliasresource withsetAliasandremoveAliasoperations on the trust center node
[0.196.0] - 2026-06-19
Changed
- Internal toolchain maintenance (build/lint dependency bumps); no change to node behavior or operations
[0.195.0] - 2026-06-19
Removed
document.sendSigningNotificationsoperation (replaced by an automatic debounced notification worker on the server)
[0.194.0] - 2026-06-11
Changed
- Connect org logo fields now return File download URLs
document publishVersionnow requires explicitapproverIdswhen publishing a major version- References updated to probo.com
[0.193.0] - 2026-06-10
Added
- Expose
regulationSource(DETECTED/DEFAULT) on cookie consent record operations to indicate whether the regulation came from geolocation or fell back to GDPR parentThirdPartyIdandlevelfields on third-partycreate/getAlloperations for sub-third-party scoping under a parent
[0.192.0] - 2026-06-09
Added
- Add risk assessment
boundaryresource (create,get,getAll,update,delete) andboundaryIdfield on node create/update to group risk assessment nodes within a scope - Add
cookieBanner regeneratePolicyoperation to re-trigger tracker policy generation for a banner that already has a published version - Expose
commonTrackerPatternIdon tracker patternget/getAlloperations to indicate whether a pattern is linked to the common tracker catalog
[0.191.0] - 2026-06-02
Added
- Add
thirdParty vetoperation to enqueue async third-party vetting
[0.190.0] - 2026-05-28
Added
- Add Global region option to the vendor country picker
[0.189.0] - 2026-05-27
Added
- Add
user archiveUseroperation to deactivate a user profile while keeping them in the organization
Changed
- Sort user operation options alphabetically
[0.188.0] - 2026-05-26
Added
- Add
measure linkThirdParty/unlinkThirdPartyoperations - Add
thirdParty linkThirdParty/unlinkThirdParty/listChildThirdPartiesoperations for self-referential relations
Changed
- Allow initial minor publishing of documents
[0.187.1] - 2026-05-25
Fixed
- Fix signature count mismatch in
getAllSignatures— add astatefilter toDocumentVersionSignatureFilterso results match the console's signatures tab
[0.187.0] - 2026-05-22
Added
- Add a
riskAssessmentresource exposing the full risk assessment hierarchy — assessments, scopes, nodes, processes, threats, and scenarios — with CRUD operations, scenario-to-risk and scenario-to-threat link/unlink, and scope Mermaid chart retrieval
[0.186.0] - 2026-05-15
Changed
- Rename the
vendorresource and its operations tothirdPartyacross all node actions (breaking)
[0.185.0] - 2026-05-13
Changed
- Drop the
consentModefield from cookie banner create/update operations and removeconsent_modefrom cookie banner outputs — consent mode is now derived from the visitor's geolocation at consent time (breaking)
[0.184.0] - 2026-05-12
Changed
- Replace
PREFIXwithGLOBin tracker pattern match type options (breaking) - Drop
displayNamefrom tracker pattern update operations — it is now derived from pattern + match type (breaking)
[0.183.0] - 2026-05-07
Added
- Add
regulationandcountryCodefields on cookie consent record operations
[0.182.0] - 2026-05-06
Changed
- Replace
publishMinor,publishMajor, andrequestApprovaldocument operations with a unifiedpublishaccepting aminorflag and requiredchangelog(breaking) - Rename
cookiePatternoperations totrackerPatternwith newtrackerTypefield (breaking)
Removed
- Remove legacy
cookiePatternoperations
[0.0.1] - 2026-04-27
Changed
- First per-package release. Prior history is in the archived monorepo CHANGELOG.archive.md.