Skip to content

Commit

Permalink
Merge pull request #960 from sirosen/release-3.38.0
Browse files Browse the repository at this point in the history
Release v3.38.0
  • Loading branch information
sirosen authored Mar 1, 2024
2 parents d6361de + a97e3bd commit 8e06b1b
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 17 deletions.
5 changes: 0 additions & 5 deletions changelog.d/20240223_162805_sirosen_fix_module_docs.rst

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions changelog.d/20240228_083524_ada_add_prompt_to_gare_fields.rst

This file was deleted.

18 changes: 18 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,24 @@ to a major new version of the SDK.

.. scriv-insert-here
.. _changelog-3.38.0:

v3.38.0 (2024-03-01)
--------------------

Added
~~~~~

- ``IterableGCSResponse`` and ``UnpackingGCSResponse`` are now available as
top-level exported names. (:pr:`956`)

- Add ``GroupsClient.get_group_by_subscription_id`` for resolving subscriptions
to groups. This also expands the ``_testing`` data for ``get_group`` to
include a subscription group case. (:pr:`957`)

- Added ``prompt`` to the recognized *Globus Authorization Requirements Error*
``authorization_parameters`` fields. (:pr:`958`)

.. _changelog-3.37.0:

v3.37.0 (2024-02-14)
Expand Down
2 changes: 1 addition & 1 deletion src/globus_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# single source of truth for package version,
# see https://packaging.python.org/en/latest/single_source_version/
__version__ = "3.37.0"
__version__ = "3.38.0"

0 comments on commit 8e06b1b

Please sign in to comment.