diff --git a/changelog.d/20241112_220331_pjhinton_sc_37389_trasfer_client_collection_search_filter_entity_type.rst b/changelog.d/20241112_220331_pjhinton_sc_37389_trasfer_client_collection_search_filter_entity_type.rst deleted file mode 100644 index 4deca8b86..000000000 --- a/changelog.d/20241112_220331_pjhinton_sc_37389_trasfer_client_collection_search_filter_entity_type.rst +++ /dev/null @@ -1,4 +0,0 @@ -Added -~~~~~ - -- Add ``filter_entity_type`` keyword argument on ``TransferClient.endpoint_search()``. (:pr:`1109`) diff --git a/changelog.d/20241121_135302_30907815+rjmello_compute_client_endpoint_methods_v3.rst b/changelog.d/20241121_135302_30907815+rjmello_compute_client_endpoint_methods_v3.rst deleted file mode 100644 index a942c7ee7..000000000 --- a/changelog.d/20241121_135302_30907815+rjmello_compute_client_endpoint_methods_v3.rst +++ /dev/null @@ -1,6 +0,0 @@ -Added -~~~~~ - -- Added the ``ComputeClientV3.register_endpoint()``, ``ComputeClientV3.update_endpoint()`` - ``ComputeClientV3.lock_endpoint()``, and ``ComputeClientV3.get_endpoint_allowlist()`` - methods. (:pr:`1113`) diff --git a/changelog.d/20241125_154944_30907815+rjmello_compute_client_misc_methods.rst b/changelog.d/20241125_154944_30907815+rjmello_compute_client_misc_methods.rst deleted file mode 100644 index 274751018..000000000 --- a/changelog.d/20241125_154944_30907815+rjmello_compute_client_misc_methods.rst +++ /dev/null @@ -1,5 +0,0 @@ -Added -~~~~~ - -- Added the ``ComputeClientV2.get_version()`` and ``ComputeClientV2.get_result_amqp_url()`` - methods. (:pr:`1114`) \ No newline at end of file diff --git a/changelog.rst b/changelog.rst index 0c21017d4..bd393cfba 100644 --- a/changelog.rst +++ b/changelog.rst @@ -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) diff --git a/src/globus_sdk/version.py b/src/globus_sdk/version.py index fcaf42018..bc5c32a26 100644 --- a/src/globus_sdk/version.py +++ b/src/globus_sdk/version.py @@ -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"