mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 03:23:50 +00:00
scim: Upgrade scim2-filter-parser to 0.4.0 to fix case-sensitivity.
userName lookups are supposed to be case-insensitive per the SCIM2 RFC
and this was fixed upstream in
https://github.com/15five/scim2-filter-parser/pull/31
and included in 0.4.0 release.
(cherry picked from commit 43107fcdc3)
This commit is contained in:
committed by
Tim Abbott
parent
9f3802f5bf
commit
e730a25754
@@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 122
|
||||
# historical commits sharing the same major version, in which case a
|
||||
# minor version bump suffices.
|
||||
|
||||
PROVISION_VERSION = "192.1"
|
||||
PROVISION_VERSION = "192.2"
|
||||
|
||||
Reference in New Issue
Block a user