Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

25 changes: 25 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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.63.0"
__version__ = "3.64.0"
Loading