From af1134ca3f26b3fa2f1a88d86191d19c14c771b6 Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Fri, 10 Apr 2026 13:10:35 -0400 Subject: [PATCH] VAULT-43968 allow simple value filter on SCIM group member PATCH (#13833) (#13870) * first LLM attempt * temporarily return to version 2 to allow HCP image build * fix test and set version back to 3 * undo version change * lint and changelog * rename changelog * rename changelog.. again Co-authored-by: Bruno Oliveira de Souza --- changelog/_13833.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog/_13833.txt diff --git a/changelog/_13833.txt b/changelog/_13833.txt new file mode 100644 index 0000000000..bcb23cbcfd --- /dev/null +++ b/changelog/_13833.txt @@ -0,0 +1,3 @@ +```release-note:improvement +scim: The SCIM Group PATCH handler now supports the path field in the form members[value eq "id"] on remove operations. +``` \ No newline at end of file