Skip to content

Releases: python-scim/scim2-client

0.7.1

25 Jan 16:12
0.7.1
b251aef

Choose a tag to compare

[0.7.1] - 2025-01-25

--------------------

Fixed
^^^^^
- ``schemas`` is no longer included in GET query parameters per RFC 7644 §3.4.2.

0.7.0

25 Jan 14:16
0.7.0
23b7123

Choose a tag to compare

[0.7.0] - 2025-01-25

--------------------

Added
^^^^^
- Support for Python 3.14.
- Compatibility with scim2-models 0.6.

Removed
^^^^^^^
- Support for Python 3.9.

0.6.1

01 Aug 13:16
0.6.1
be602e3

Choose a tag to compare

[0.6.1] - 2025-08-01

--------------------

Fixed
^^^^^
- Discovery for models with several extensions. :pr:`30` :pr:`32`

0.6.0

23 Jul 21:03
0.6.0
ff5e6b7

Choose a tag to compare

[0.6.0] - 2025-07-23

--------------------

Fixed
^^^^^
- Add support for PATCH operations with :meth:`~scim2_client.SCIMClient.modify`.

0.5.2

17 Jul 15:28
0.5.2
2472eb1

Choose a tag to compare

[0.5.2] - 2025-07-17

--------------------

Fixed
^^^^^
- Minor extension typing issue.

0.5.1

08 Dec 17:13
0.5.1
cb59874

Choose a tag to compare

[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

06 Dec 16:15
0.5.0
83d52c8

Choose a tag to compare

[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

06 Dec 09:45
0.4.3
e033d62

Choose a tag to compare

[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

03 Dec 16:57
0.4.2
062aaa9

Choose a tag to compare

[0.4.2] - 2024-12-03

--------------------

Added
^^^^^
- :class:`~scim2_client.client.BaseSyncSCIMClient.discover` has parameters to select which objects to discover.

0.4.1

02 Dec 11:56
0.4.1
7a11943

Choose a tag to compare

[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.