You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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] - 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.0] - 2025-01-25
--------------------
Added
^^^^^
- Support for Python 3.14.
- Compatibility with scim2-models 0.6.
Removed
^^^^^^^
- Support for Python 3.9.