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
6 changes: 0 additions & 6 deletions changelog.d/20250805_143650_sirosen_exception_add_note.rst

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions changelog.d/20250916_190714_sirosen_merge_back_main.rst

This file was deleted.

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

.. scriv-insert-here

.. _changelog-4.0.0b2:

v4.0.0b2 (2025-09-24)
=====================

Added
-----

- On Python 3.11+, the SDK will populate the ``__notes__`` of API errors with a
message containing the full body of the error response.
``__notes__`` is part of the default presentation of a traceback. (:pr:`1299`)

Removed
-------

- The following methods and parameters, which were deprecated in globus-sdk v3,
have been removed (:pr:`1309`):

- The ``skip_activation_check`` parameter for ``TransferData`` and ``DeleteData``.
- The ``recursive_symlinks`` parameter for ``TransferData``.
- The ``add_symlink_item`` method of ``TransferData``.

Changed
-------

- Passing non-``Scope`` types to ``Scope.with_dependency`` and
``Scope.with_dependencies`` now raises a ``TypeError``. Previously, this was
allowed at runtime but created an invalid ``Scope`` object. (:pr:`1300`)

.. _changelog-4.0.0b1:

v4.0.0b1 (2025-07-31)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "globus-sdk"
version = "4.0.0b1"
version = "4.0.0b2"
authors = [
{ name = "Globus Team", email = "support@globus.org" },
]
Expand Down
Loading