Skip to content

Commit 6a9e604

Browse files
authored
Release v4.0.0b2 (#1316)
2 parents 7a78996 + ee24f9c commit 6a9e604

5 files changed

Lines changed: 30 additions & 22 deletions

changelog.d/20250805_143650_sirosen_exception_add_note.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelog.d/20250809_120120_sirosen_scopes_strict_at_runtime.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

changelog.d/20250916_190714_sirosen_merge_back_main.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

changelog.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,35 @@ to a major new version of the SDK.
1212

1313
.. scriv-insert-here
1414
15+
.. _changelog-4.0.0b2:
16+
17+
v4.0.0b2 (2025-09-24)
18+
=====================
19+
20+
Added
21+
-----
22+
23+
- On Python 3.11+, the SDK will populate the ``__notes__`` of API errors with a
24+
message containing the full body of the error response.
25+
``__notes__`` is part of the default presentation of a traceback. (:pr:`1299`)
26+
27+
Removed
28+
-------
29+
30+
- The following methods and parameters, which were deprecated in globus-sdk v3,
31+
have been removed (:pr:`1309`):
32+
33+
- The ``skip_activation_check`` parameter for ``TransferData`` and ``DeleteData``.
34+
- The ``recursive_symlinks`` parameter for ``TransferData``.
35+
- The ``add_symlink_item`` method of ``TransferData``.
36+
37+
Changed
38+
-------
39+
40+
- Passing non-``Scope`` types to ``Scope.with_dependency`` and
41+
``Scope.with_dependencies`` now raises a ``TypeError``. Previously, this was
42+
allowed at runtime but created an invalid ``Scope`` object. (:pr:`1300`)
43+
1544
.. _changelog-4.0.0b1:
1645

1746
v4.0.0b1 (2025-07-31)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "globus-sdk"
7-
version = "4.0.0b1"
7+
version = "4.0.0b2"
88
authors = [
99
{ name = "Globus Team", email = "support@globus.org" },
1010
]

0 commit comments

Comments
 (0)