diff --git a/changelog.d/20250916_153418_aaschaer_symlink_deprecation.rst b/changelog.d/20250916_153418_aaschaer_symlink_deprecation.rst deleted file mode 100644 index cb1e9a4d9..000000000 --- a/changelog.d/20250916_153418_aaschaer_symlink_deprecation.rst +++ /dev/null @@ -1,7 +0,0 @@ -Deprecated -~~~~~~~~~~ - -- The following features have been deprecated as they are not supported by any collections: - - - The ``add_symlink_item`` method of ``TransferData`` - - The ``recursive_symlinks`` argument to ``TransferData`` diff --git a/changelog.d/20250916_161316_sirosen_deprecate_skip_activation_check.rst b/changelog.d/20250916_161316_sirosen_deprecate_skip_activation_check.rst deleted file mode 100644 index 781116bb9..000000000 --- a/changelog.d/20250916_161316_sirosen_deprecate_skip_activation_check.rst +++ /dev/null @@ -1,5 +0,0 @@ -Deprecated ----------- - -- The ``skip_activation_check`` parameter to ``TransferData`` and ``DeleteData`` - has been deprecated. This parameter no longer has any effect when set. (:pr:`1308`) diff --git a/changelog.d/20250917_144837_sirosen_support_search_index_patch.rst b/changelog.d/20250917_144837_sirosen_support_search_index_patch.rst deleted file mode 100644 index e63e4d7f9..000000000 --- a/changelog.d/20250917_144837_sirosen_support_search_index_patch.rst +++ /dev/null @@ -1,5 +0,0 @@ -Added ------ - -- Added ``SearchClient.update_index`` as a method for modifying index names and - descriptions. (:pr:`1310`) diff --git a/changelog.rst b/changelog.rst index 886e48e4e..e4a3afc9a 100644 --- a/changelog.rst +++ b/changelog.rst @@ -12,6 +12,31 @@ to a major new version of the SDK. .. scriv-insert-here +.. _changelog-3.64.0: + +v3.64.0 (2025-09-24) +==================== + +Added +----- + +- Added ``SearchClient.update_index`` as a method for modifying index names and + descriptions. (:pr:`1310`) + +Deprecated +---------- + +- The following Transfer features have been deprecated: (:pr:`1308`, :pr:`1309`) + + - The ``add_symlink_item`` method of ``TransferData``. + This is not supported by any collections. + + - The ``recursive_symlinks`` parameter to ``TransferData``. + This is not supported by any collections. + + - The ``skip_activation_check`` parameter to ``TransferData`` and ``DeleteData``. + This no longer has any effect when set. + .. _changelog-3.63.0: v3.63.0 (2025-09-04) diff --git a/src/globus_sdk/version.py b/src/globus_sdk/version.py index ecf0b4b5f..bcc1baaf1 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.63.0" +__version__ = "3.64.0"