Skip to content

Commit e5a4286

Browse files
authored
Merge pull request #1116 from sirosen/release-3.49.0
Release v3.49.0
2 parents 92725f2 + f34aa08 commit e5a4286

5 files changed

+18
-16
lines changed

changelog.d/20241112_220331_pjhinton_sc_37389_trasfer_client_collection_search_filter_entity_type.rst

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

changelog.d/20241121_135302_30907815+rjmello_compute_client_endpoint_methods_v3.rst

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

changelog.d/20241125_154944_30907815+rjmello_compute_client_misc_methods.rst

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

changelog.rst

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

1313
.. scriv-insert-here
1414
15+
.. _changelog-3.49.0:
16+
17+
v3.49.0 (2024-12-04)
18+
--------------------
19+
20+
Added
21+
~~~~~
22+
23+
- Add ``filter_entity_type`` keyword argument on ``TransferClient.endpoint_search()``. (:pr:`1109`)
24+
25+
- Added the ``ComputeClientV3.register_endpoint()``, ``ComputeClientV3.update_endpoint()``
26+
``ComputeClientV3.lock_endpoint()``, and ``ComputeClientV3.get_endpoint_allowlist()``
27+
methods. (:pr:`1113`)
28+
29+
- Added the ``ComputeClientV2.get_version()`` and ``ComputeClientV2.get_result_amqp_url()``
30+
methods. (:pr:`1114`)
31+
1532
.. _changelog-3.48.0:
1633

1734
v3.48.0 (2024-11-21)

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.48.0"
3+
__version__ = "3.49.0"

0 commit comments

Comments
 (0)