SimpleIdServer icon indicating copy to clipboard operation
SimpleIdServer copied to clipboard

[SCIM] Error patch on 4.0.4

Open gabrielemilan opened this issue 2 years ago • 6 comments

Hello,

I face this error using 4.0.4 version:

{ "schemas": [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ], "Operations":[ { "op":"replace", "path": "active", "value": false } ] }

image

gabrielemilan avatar Oct 05 '23 15:10 gabrielemilan

Hello,

Due to the modifications made in the release "4.0.4" to improve the performance of the SCIM project, there are some unexpected regressions :(

The issue has been fixed in the branch "release/4.0.5" :)

If you notice any other regressions, please don't hesitate to create bug tickets.

Best regards,

SID

simpleidserver avatar Oct 08 '23 19:10 simpleidserver

Hello,

Testing the 4.0.5 we noticed the following issues:

  1. Patch on a mongo database that has a lot of data the patch returns a server error: image

  2. Fields updated with the patch operations are added also as properties in the name and email objects image image

Let me know if you prefer creating different bug tickets for the issues above.

Regards

Bogdan

polybogdan avatar Oct 09 '23 08:10 polybogdan

Hello,

There is no need to create an another ticket, all the bugs can be reported into this ticket. Both bugs are fixed in the branch release/4.0.5.

KR,

SID

simpleidserver avatar Oct 09 '23 12:10 simpleidserver

Hello,

Thank you for the prompt resolution. I would like to confirm that both issues have been accurately addressed.

Could you please provide an ETA for a pre-release of these fixes?

Regards,

Bogdan

polybogdan avatar Oct 09 '23 13:10 polybogdan

Hello,

I can publish a pre-release next thurdsay (12/10).

KR,

SID

simpleidserver avatar Oct 10 '23 20:10 simpleidserver

@polybogdan : The release 4.0.5-rc1 is published !

https://www.nuget.org/packages/SimpleIdServer.Scim/4.0.5-rc1

simpleidserver avatar Oct 11 '23 19:10 simpleidserver