github Captain-P-Goldfish/SCIM-SDK 1.13.0

latest releases: 1.23.0, 1.22.0, 1.21.1...
2 years ago

Features

Server

  • Bulk Endpoint does now support returning resources. This is an additional feature that needs to be enabled in the BulkConfig object of the ServiceProvider.
    • the server implementation can return resources by default and block the return of specific resources. This might be useful for very large resources. This is configurable in the BulkConfig of the ServiceProvider object.

Client

  • Additionally the client is now capable to send a new attribute in a bulk-request that asks the server explicitly to return the resource of a specific operation. This may be used if the server does not return resources by default.
  • The client has a new feature that can be enabled in the ScimClientConfig object. It allows to automatically splitting BulkRequests into several requests if you added more operations than the service provider allows. The client implementation does now try to load the ServiceProviderConfig from the SCIM provider and determines the maxOperation value of the bulk configuration. It then tries to resolve the number of given operations into several requests while maintaining the operation relationships. (bulkId-references)

Maintenance

  • Updated dependencies.

Don't miss a new SCIM-SDK release

NewReleases is sending notifications on new releases.