Skip to content

Commit cf5cdc1

Browse files
authored
Release v3.61.0 (#1280)
2 parents 589ead6 + 3886e17 commit cf5cdc1

4 files changed

Lines changed: 16 additions & 12 deletions

File tree

changelog.d/20250718_190217_sirosen_warn_on_gcsv4_methods.rst

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

changelog.d/20250722_225557_sirosen_deprecate_canonical_compute_client.rst

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

changelog.rst

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

1313
.. scriv-insert-here
1414
15+
.. _changelog-3.61.0:
16+
17+
v3.61.0 (2025-07-23)
18+
====================
19+
20+
Deprecated
21+
----------
22+
23+
- ``TransferClient`` methods which are specific to Globus Connect Server v4 are
24+
now deprecated and emit deprecation warnings when used. (:pr:`1274`)
25+
26+
- The ``ComputeClient`` alias for ``ComputeClientV2`` is now deprecated. Users
27+
of Globus Compute are encouraged to use ``ComputeClientV2`` or
28+
``ComputeClientV3`` instead. (:pr:`1278`)
29+
1530
.. _changelog-3.60.0:
1631

1732
v3.60.0 (2025-07-09)

src/globus_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# single source of truth for package version,
22
# see https://packaging.python.org/en/latest/single_source_version/
3-
__version__ = "3.60.0"
3+
__version__ = "3.61.0"

0 commit comments

Comments
 (0)