Releases: python-scim/scim2-client
Releases · python-scim/scim2-client
0.6.1
0.6.0
[0.6.0] - 2025-07-23 -------------------- Fixed ^^^^^ - Add support for PATCH operations with :meth:`~scim2_client.SCIMClient.modify`.
0.5.2
[0.5.2] - 2025-07-17 -------------------- Fixed ^^^^^ - Minor extension typing issue.
0.5.1
[0.5.1] - 2024-12-08 -------------------- Changed ^^^^^^^ - Check response return codes after the error state. This helps providing more useful error messages.
0.5.0
[0.5.0] - 2024-12-06 -------------------- .. warning:: This version comes with breaking changes: - :class:`~scim2_client.engines.werkzeug.TestSCIMClient` ``app`` is dropped. Added ^^^^^ - Add ``client`` and ``environ`` :class:`~scim2_client.engines.werkzeug.TestSCIMClient` parameters.
0.4.3
[0.4.3] - 2024-12-06 -------------------- - Add :paramref:`~scim2_client.SCIMClient.check_response_content_type` and :paramref:`~scim2_client.SCIMClient.check_response_status_codes` parameters.
0.4.2
[0.4.2] - 2024-12-03 -------------------- Added ^^^^^ - :class:`~scim2_client.client.BaseSyncSCIMClient.discover` has parameters to select which objects to discover.
0.4.1
[0.4.1] - 2024-12-02 -------------------- Added ^^^^^ - :class:`~scim2_client.engines.werkzeug.TestSCIMClient` can handle absolute URLs. Changed ^^^^^^^ - Avoid to initialize :paramref:`~scim2_client.SCIMClient.resource_models` with configuration resources.
0.4.0
[0.4.0] - 2024-12-02 -------------------- .. warning:: This version comes with breaking changes: - :class:`~scim2_client.SCIMClient` takes a mandatory :paramref:`~scim2_client.SCIMClient.resource_types` parameter. Added ^^^^^ - Implement :meth:`~scim2_client.SCIMClient.register_naive_resource_types`. - Implement :meth:`~scim2_client.BaseSyncSCIMClient.discover` methods.
0.3.3
[0.3.3] - 2024-11-29 -------------------- Added ^^^^^ - :class:`~scim2_client.engines.werkzeug.TestSCIMClient` raise a :class:`~scim2_client.UnexpectedContentFormat` exception when response is not JSON.