Skip to content

Releases: thomaspoignant/scim-patch

v0.4.0

26 Nov 21:22
92efee1
Compare
Choose a tag to compare

v0.4.0

Feature

  • Allow remove operation with value specified (#55)

    A missing part of the remove operation from the RFC when you specify a value in your remove operation was not available in scim-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

15 Nov 18:46
48f3914
Compare
Choose a tag to compare

v0.3.1

Fix

  • Move the dependency to benchmark as a dev dependency. (#50)

v0.3.0

15 Nov 17:42
e510fb2
Compare
Choose a tag to compare

v0.3.0

Feature

  • The signature of scim-patch is now using generics so you don't have to cast your results anymore. (#43)

Fix

  • Now we return noTarget if the valuePath target a non existing object. (#44)

v0.2.7

03 Nov 11:44
becbc20
Compare
Choose a tag to compare

v0.2.7

Fix

  • Fix Add multi-valued attributes issue #38 (#39)

v0.2.6

23 Oct 11:24
598137a
Compare
Choose a tag to compare
Fix: replace array by array (#37)

v0.2.5: Upgrade depedencies

25 Aug 09:49
8538863
Compare
Choose a tag to compare

Upgrade dependencies to resolves some low level vunerabilities.

19 Jul 17:11
9fd0122
Compare
Choose a tag to compare

Upgrade dependencies to resolves some low-level vulnerabilities.

Handle Azure AD schema paths + code refactoring

14 May 08:01
eac8599
Compare
Choose a tag to compare

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 the add and remove methods, now we use the same methods for the 2 logics.
    See #23 for the details.

Add sonarcloud support and correct code smell

12 May 15:18
c9fdf38
Compare
Choose a tag to compare

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

04 Apr 15:58
a04215a
Compare
Choose a tag to compare

This version bumps the version of scim2-parse-filter from v0.1.0 to v0.1.1.