From 54af2f7846bfd7c55919d156f143940902893897 Mon Sep 17 00:00:00 2001 From: Sacha Al Himdani Date: Wed, 15 Jul 2026 16:58:56 +0200 Subject: [PATCH] Release probod/v0.226.0 Signed-off-by: Sacha Al Himdani --- cmd/probod/CHANGELOG.md | 7 +++++++ cmd/probod/VERSION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/cmd/probod/CHANGELOG.md b/cmd/probod/CHANGELOG.md index 73b2f8a92..a14c22be8 100644 --- a/cmd/probod/CHANGELOG.md +++ b/cmd/probod/CHANGELOG.md @@ -4,10 +4,17 @@ All notable changes to `probod` (the server, including the bundled `@probo/conso ## Unreleased +## [0.226.0] - 2026-07-15 + ### Added +- Added a v2 `ErrorBoundary` component (with companion `ErrorState` and `InlineError` primitives) to `@probo/ui` for graceful React error handling - Webhook deliveries for `*:updated` events now include a top-level `updatedFrom` field alongside `data`, carrying a full snapshot of the entity as it was before the update (e.g. the prior membership role on `user:updated`). The field is omitted for non-update events +### Fixed + +- SCIM user provisioning: deleting a user whose profile is still referenced (e.g. by signed document versions) now archives the user instead of returning a 500 and disabling the connector + ## [0.225.0] - 2026-07-13 ### Added diff --git a/cmd/probod/VERSION b/cmd/probod/VERSION index f6a5b564b..9e21cfda2 100644 --- a/cmd/probod/VERSION +++ b/cmd/probod/VERSION @@ -1 +1 @@ -0.225.0 +0.226.0