From 472ad0677c4258c1905b98ef5be954aba4435dff Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Thu, 2 Jul 2026 17:59:04 +0200 Subject: [PATCH] Release @probo/n8n-nodes-probo/v0.200.0 Signed-off-by: Sacha Al Himdani --- package-lock.json | 2 +- packages/n8n-node/CHANGELOG.md | 16 ++++++++++++++++ packages/n8n-node/package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 607d609c1..e8927786d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19347,7 +19347,7 @@ }, "packages/n8n-node": { "name": "@probo/n8n-nodes-probo", - "version": "0.199.0", + "version": "0.200.0", "license": "MIT", "devDependencies": { "@n8n/node-cli": "0.37.1", diff --git a/packages/n8n-node/CHANGELOG.md b/packages/n8n-node/CHANGELOG.md index 4ce24a50c..463432aee 100644 --- a/packages/n8n-node/CHANGELOG.md +++ b/packages/n8n-node/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to the `@probo/n8n-nodes-probo` package will be documented i ## Unreleased +## [0.200.0] - 2026-07-02 + +### Added + +- `ProboTrigger` node 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` (was `https://us.console.getprobo.com`) +- Update the node's codex metadata to satisfy n8n marketplace review — use supported `Development`/`Utility` categories and the scoped `@probo/n8n-nodes-probo.probo` node 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 diff --git a/packages/n8n-node/package.json b/packages/n8n-node/package.json index b4f0d5b34..2e9f6ef8c 100644 --- a/packages/n8n-node/package.json +++ b/packages/n8n-node/package.json @@ -1,6 +1,6 @@ { "name": "@probo/n8n-nodes-probo", - "version": "0.199.0", + "version": "0.200.0", "main": "index.js", "scripts": { "build": "n8n-node build",