Globus-sdk

Latest version: v3.54.0

Safety actively analyzes 723717 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 17

3.54.0

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

Changed
~~~~~~~

- Added the optional ``required_mfa`` field to ``AuthClient.create_policy()`` and
``AuthClient.update_policy()`` request bodies. (:pr:`1159`)

.. _changelog-3.53.0:

3.53.0

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

Added
~~~~~

- Index listing in Globus Search is now available via
``SearchClient.index_list``. (:pr:`1155`)

Changed
~~~~~~~

- The ``repr`` for ``globus_sdk.gare.GARE`` has been enhanced to be more
informative. (:pr:`1156`)

Documentation
~~~~~~~~~~~~~

- New sections on ``Data Transfer`` and ``Session & Consents`` have been added
to the User Guide in the docs.
Initial docs cover transfer submission, timer creation, deadlines, and
reauthentication after session timeouts. (:pr:`1150`, :pr:`1154`, :pr:`1157`)

.. _changelog-3.52.0:

3.52.0

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

Added
~~~~~

- The ``transport`` attached to clients now exposes ``headers`` as a readable
and writable dict of headers which will be included in every request.
Headers provided to the transport's ``request()`` method overwrite these, as
before. (:pr:`1140`)

Changed
~~~~~~~

- Updates to ``X-Globus-Client-Info`` in ``RequestsTransport.headers`` are now
synchronized via a callback mechanism. Direct manipulations of the ``infos``
list will not result in headers being updated -- callers wishing to modify
these data should rely only on the ``add()`` and ``clear()`` methods of the
``GlobusClientInfo`` object. (:pr:`1140`)

- ``globus_sdk`` logging no longer emits any INFO-level log messages. All INFO
messages have been downgraded to DEBUG. (:pr:`1146`)

Documentation
~~~~~~~~~~~~~

- The tutorial documentation has been rewritten. (:pr:`1145`)

.. _changelog-3.51.0:

3.51.0

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

Added
~~~~~

- Most client classes now have their ``__doc__`` attribute modified at runtime
to provide better ``help()`` and sphinx documentation. (:pr:`1131`)

- Introduce ``globus_sdk.IDTokenDecoder``, which implements ``id_token``
decoding. (:pr:`1136`)

- For integration with ``GlobusApp``, a new builder protocol is defined,
``IDTokenDecoderProvider``. This defines instantiation within the context
of an app.

- When ``OAuthTokenResponse.decode_id_token`` is called, it now internally
instantiates an ``IDTokenDecoder`` and uses it to perform the decode.

- ``IDTokenDecoder`` objects cache OpenID configuration data and JWKs
after looking them up. If a decoder is used multiple times, it will reuse
the cached data.

- Token storage constructs can now contain an ``IDTokenDecoder`` in their
``id_token_decoder`` attribute. The decoder is used preferentially when
trying to read the ``sub`` field from an ``id_token`` to store.

- ``GlobusAppConfig`` can now contain ``id_token_decoder``, an
``IDTokenDecoder`` or ``IDTokenDecoderProvider``.
The default is ``IDTokenDecoder``.

- ``GlobusApp`` initialization will now use the config's
``id_token_decoder`` and attach the ``IDTokenDecoder`` to the
token storage which is used.

- ``ConnectorTable`` has a new classmethod, ``extend`` which allows users to
add new connectors to the mapping. ``ConnectorTable.extend()`` returns a new
connector table subclass and does not modify the original. (:pr:`1021`)

- Add ``ComputeClientV3.register_function()`` method. (:pr:`1142`)

Changed
~~~~~~~

- The SDK now defaults JWT leeway to 300 seconds when decoding ``id_token``\s;
the previous leeway was 0.5 seconds. Users should find that they are much
less prone to validation errors when working in VMs or other scenarios which
can cause significant clock drift. (:pr:`1135`)

.. _changelog-3.50.0:

3.50.0

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

Added
~~~~~

- Subclasses of ``BaseClient`` may now specify ``base_url`` as class attribute. (:pr:`1125`)

Fixed
~~~~~

- Fixed an incorrect URL path in ``ComputeClient.get_task_batch``. (:pr:`1117`)

- Fix a bug in ``StorageGatewayDocument`` which stored any ``allowed_domains``
argument under an ``"allow_domains"`` key instead of the correct key,
``"allowed_domains"``. (:pr:`1120`)

Documentation
~~~~~~~~~~~~~

- Updated GlobusAppConfig docs to explain how to disable auto-login. (:pr:`1127`)

.. _changelog-3.49.0:

3.49.0

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

Added
~~~~~

- Add ``filter_entity_type`` keyword argument on ``TransferClient.endpoint_search()``. (:pr:`1109`)

- Added the ``ComputeClientV3.register_endpoint()``, ``ComputeClientV3.update_endpoint()``
``ComputeClientV3.lock_endpoint()``, and ``ComputeClientV3.get_endpoint_allowlist()``
methods. (:pr:`1113`)

- Added the ``ComputeClientV2.get_version()`` and ``ComputeClientV2.get_result_amqp_url()``
methods. (:pr:`1114`)

.. _changelog-3.48.0:

Page 1 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.