Skip to content

Commit b9fae80

Browse files
committed
doc: changelog
1 parent 131bd4e commit b9fae80

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

doc/changelog.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,16 @@ Changelog
44
[0.2.0] - Unreleased
55
--------------------
66

7+
.. warning::
8+
9+
The CLI API have been integraly overhauled
10+
711
Added
812
^^^^^
913
- Python 3.13 support.
10-
11-
Fixed
12-
^^^^^
13-
- Dynamic command parameters for ``create`` and ``replace``.
14+
- :class:`~scim2_models.Schema`, :class:`~scim2_models.ResourceType` and :class:`~scim2_models.ServiceProviderConfig` are now automatically discovered on the server.
15+
- Available resources are discovered on the server.
16+
- Implement :ref:`SCIM_CLI_URL <scim-url-scim_cli_url>` and :ref:`SCIM_CLI_HEADERS <scim-header-scim_cli_headers>` environment vars.
1417

1518
[0.1.4] - 2024-07-26
1619
--------------------

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040

4141
intersphinx_mapping = {
4242
"python": ("https://docs.python.org/3", None),
43-
"scim2-tester": ("https://scim2-tester.readthedocs.io/en/latest/", None),
43+
"scim2_models": ("https://scim2-models.readthedocs.io/en/latest/", None),
44+
"scim2_tester": ("https://scim2-tester.readthedocs.io/en/latest/", None),
4445
}
4546

4647
# -- Options for HTML output ----------------------------------------------

scim2_cli/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@click.pass_context
1212
@click.option("-v", "--verbose", is_flag=True, help="Enables verbose mode")
1313
def test_cli(ctx, verbose):
14-
"""Perform a server SCIM compliance check using :doc:`scim2-tester <scim2-tester:index>`.
14+
"""Perform a server SCIM compliance check using :doc:`scim2-tester <scim2_tester:index>`.
1515
1616
.. code-block:: bash
1717

0 commit comments

Comments
 (0)