Skip to content

Commit

Permalink
Merge pull request #1116 from sirosen/release-3.49.0
Browse files Browse the repository at this point in the history
Release v3.49.0
  • Loading branch information
sirosen authored Dec 4, 2024
2 parents 92725f2 + f34aa08 commit e5a4286
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

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

.. scriv-insert-here
.. _changelog-3.49.0:

v3.49.0 (2024-12-04)
--------------------

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:

v3.48.0 (2024-11-21)
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.48.0"
__version__ = "3.49.0"

0 comments on commit e5a4286

Please sign in to comment.