From a308fc8bbcf48a651f432dbb19f91e85ec8c2fbc Mon Sep 17 00:00:00 2001 From: William Mantly Date: Tue, 28 Jul 2026 01:06:01 -0400 Subject: [PATCH] Bump sso-manager-node to v1.6.3 Co-Authored-By: Claude Sonnet 5 --- CHANGELOG.md | 7 +++++++ sso-manager-node | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f55cf..8099e5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ for what changed inside the apps it composes. ## [Unreleased] +## [1.12.0] - 2026-07-28 + +### Bumped +- sso-manager-node -> [v1.6.3](https://github.com/theta42/sso-manager-node/releases/tag/v1.6.3) — fixes the root cause of a real "lost user" report: `routes/group.js` never invalidated the User cache on membership changes, so an account added to the `app_sso_service_account` marker group (which hides accounts from the Users page's People tab) could look like it had vanished for up to 5 minutes — and, separately, could be added to that group with no warning at all. Both fixed; see the linked release for detail. + +No `setup.sh` or compose change. + ## [1.11.0] - 2026-07-28 ### Added diff --git a/sso-manager-node b/sso-manager-node index fcba782..1b0418e 160000 --- a/sso-manager-node +++ b/sso-manager-node @@ -1 +1 @@ -Subproject commit fcba782ac79b3f0e0db4d28090cc888d9d0d5a95 +Subproject commit 1b0418e42e509164a5607c858122fb32de5a9920