Releases: thomaspoignant/scim-patch
Releases · thomaspoignant/scim-patch
v0.4.0
v0.4.0
Feature
-
Allow
remove
operation withvalue
specified (#55)A missing part of the
remove
operation from the RFC when you specify avalue
in your remove operation was not available inscim-patch
.See SCIM RFC 3.5.2.2:
If the target location is a multi-valued attribute and a complex filter is specified comparing a "value", the values matched by the filter are removed. If no other values remain after removal of the selected values, the multi-valued attribute SHALL be considered unassigned.
v0.3.1
v0.3.0
v0.2.7
v0.2.6
Fix: replace array by array (#37)
v0.2.5: Upgrade depedencies
Upgrade dependencies to resolve vulnerability https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7660
Upgrade dependencies to resolves some low level vunerabilities.
Upgrade dependencies to resolves some low-level vulnerabilities.
Handle Azure AD schema paths + code refactoring
Version v0.2.3
contains:
- Handle Azure AD schema paths.
Azure AD allows having a key name with version numbers (ex:urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:department
) and it was not working before this version.
See #18 for the details. - Remove code duplication.
We had code duplication between theadd
andremove
methods, now we use the same methods for the 2 logics.
See #23 for the details.
Add sonarcloud support and correct code smell
Version v0.2.2
contains:
- Adding support for
sonarcloud
in the project to get analycis on the code. - Correct one code smell.
Bump depedencies version
This version bumps the version of scim2-parse-filter
from v0.1.0
to v0.1.1
.