Skip to content

Commit 7d07f1d

Browse files
authored
Release v4.6.0 (#1388)
2 parents 6a6ef3f + 6e7c1a7 commit 7d07f1d

6 files changed

Lines changed: 20 additions & 17 deletions

changelog.d/20260408_210055_pjhinton_sc_47448_transfer_v2_bookmark_sdk_support.rst

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

changelog.d/20260427_125748_alok.kamatar_ak2000_fix_1380.rst

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

changelog.d/20260507_152855_8730430+m1yag1_sc_49699_add_get_registered_api.rst

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

changelog.d/20260512_120913_8730430+m1yag1_sc_49700_add_list_gras.rst

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

changelog.rst

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

1313
.. scriv-insert-here
1414
15+
.. _changelog-4.6.0:
16+
17+
v4.6.0 (2026-05-14)
18+
===================
19+
20+
Added
21+
-----
22+
23+
- Support for managing bookmarks via the Transfer v2 client (:pr:`1379`)
24+
25+
- Added ``FlowsClient.get_registered_api()``, which retrieves a registered API by ID. (:pr:`1386`)
26+
27+
- Added ``FlowsClient.list_registered_apis()``, which retrieves a list of registered APIs. (:pr:`1387`)
28+
29+
Fixed
30+
-----
31+
32+
- Switch to lazy reading of response json to work with streaming responses. (:pr:`1381`)
33+
1534
.. _changelog-4.5.0:
1635

1736
v4.5.0 (2026-03-30)

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.5.0"
7+
version = "4.6.0"
88
authors = [
99
{ name = "Globus Team", email = "support@globus.org" },
1010
]

0 commit comments

Comments
 (0)