Skip to content

Commit 68229cc

Browse files
authored
Release v4.9.0 (#1418)
1 parent 4872dc3 commit 68229cc

9 files changed

Lines changed: 46 additions & 40 deletions

changelog.d/20260616_152921_sirosen_add_zizmor.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog.d/20260702_015418_sirosen_doctest.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog.d/20260730_164042_kurtmckee_harpoon_narwhals.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelog.d/20260731_113208_kurtmckee_update_flows_api_links.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog.d/20260803_114540_kurtmckee_web_inputs_sc_50208.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

changelog.d/20260805_101317_sirosen_improve_resource_server_annotations.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelog.d/20260806_111730_sirosen_mypy_docs_integration.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

changelog.rst

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,51 @@ to a major new version of the SDK.
1212

1313
.. scriv-insert-here
1414
15+
.. _changelog-4.9.0:
16+
17+
v4.9.0 (2026-08-10)
18+
===================
19+
20+
Added
21+
-----
22+
23+
- Add Web Input-related methods to the ``FlowsClient`` class. (:pr:`1410`)
24+
25+
The new methods are: ``list_web_inputs``, ``get_web_input``,
26+
and ``respond_to_web_input``.
27+
28+
- Added a new flag, ``sweep``, to ``GlobusApp.logout()``.
29+
Use ``logout(sweep=True)`` to ask the app to clear all tokens found in the
30+
app's storage, not only the ones currently in use by the app.
31+
The default behavior, ``sweep=False``, is unchanged. (:pr:`1417`)
32+
33+
Changed
34+
-------
35+
36+
- The ``resource_server`` attribute of the clients for Auth, Compute, Flows,
37+
Groups, Search, Timers, and Transfer is now annotated as ``str``, rather than
38+
the inherited type of ``str | None``. (:pr:`1414`)
39+
40+
Documentation
41+
-------------
42+
43+
- Remove the ``SpecificFlowClient.run_flow`` and ``.update_run`` methods'
44+
``label`` parameter length constraint documentation. (:pr:`1408`)
45+
46+
- Update the URL to the Flows API documentation. (:pr:`1409`)
47+
48+
Security
49+
--------
50+
51+
- GitHub Actions security is now checked with `zizmor <https://zizmor.sh>`_
52+
(:pr:`1402`)
53+
54+
Development
55+
-----------
56+
57+
- ``globus-sdk`` testing now leverages Sphinx ``doctest`` to make select
58+
examples testable. (:pr:`1406`)
59+
1560
.. _changelog-4.8.1:
1661

1762
v4.8.1 (2026-06-16)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "globus-sdk"
7-
version = "4.8.1"
7+
version = "4.9.0"
88
authors = [
99
{ name = "Globus Team", email = "support@globus.org" },
1010
]

0 commit comments

Comments
 (0)