Skip to content

Tags: python-scim/scim2-client

Tags

0.7.5

Toggle 0.7.5's commit message

Verified

This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
[0.7.5] - 2026-04-02

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

Fixed
^^^^^
- Werkzeug engine now correctly serializes list query parameters (``attributes``, ``excludedAttributes``).

0.7.4

Toggle 0.7.4's commit message

Verified

This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
[0.7.4] - 2026-04-02

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

Changed
^^^^^^^
- The ``query`` method now accepts :class:`~scim2_models.ResponseParameters` in addition
  to :class:`~scim2_models.SearchRequest`.
- The ``search_request`` parameter of ``query`` is renamed to ``query_parameters``.
  The old name is deprecated and will be removed in 0.9.

0.7.3

Toggle 0.7.3's commit message

Verified

This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
[0.7.3] - 2026-02-04

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

Changed
^^^^^^^
- :class:`~scim2_client.SCIMResponseErrorObject` now exposes a :meth:`~scim2_client.SCIMResponseErrorObject.to_error` method
  returning the :class:`~scim2_models.Error` object from the server. :issue:`37`

0.7.2

Toggle 0.7.2's commit message

Verified

This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
[0.7.2] - 2026-02-03

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

Fixed
^^^^^
- Skip ``Content-Type`` header validation for 204 responses. :issue:`34`

0.7.1

Toggle 0.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
[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

Toggle 0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
[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

Toggle 0.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
[0.6.1] - 2025-08-01

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

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

0.6.0

Toggle 0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
[0.6.0] - 2025-07-23

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

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

0.5.2

Toggle 0.5.2's commit message

Verified

This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
[0.5.2] - 2025-07-17

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

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

0.5.1

Toggle 0.5.1's commit message

Verified

This tag was signed with the committer’s verified signature.
azmeuk Éloi Rivard
[0.5.1] - 2024-12-08

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

Changed
^^^^^^^
- Check response return codes after the error state.
  This helps providing more useful error messages.