File tree Expand file tree Collapse file tree 3 files changed +19
-13
lines changed
Expand file tree Collapse file tree 3 files changed +19
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,6 +12,24 @@ to a major new version of the SDK.
1212
1313.. scriv-insert-here
1414
15+ .. _changelog-4.3.0 :
16+
17+ v4.3.0 (2025-12-17)
18+ ===================
19+
20+ Added
21+ -----
22+
23+ - Added support to the ``TransferClient `` for the Streams API (:pr: `1351 `)
24+
25+ - ``CreateTunnelData `` is a payload builder for tunnel creation documents
26+ - ``TransferClient.create_tunnel() `` supports tunnel creation
27+ - ``TransferClient.update_tunnel() `` supports updates to a tunnel
28+ - ``TransferClient.get_tunnel() `` fetches a tunnel by ID
29+ - ``TransferClient.delete_tunnel() `` deletes a tunnel
30+ - ``TransferClient.list_tunnels() `` fetches all of the current user's tunnels
31+ - ``TransferClient.get_stream_access_point() `` fetches a Stream Access Point by ID
32+
1533.. _changelog-4.2.0 :
1634
1735v4.2.0 (2025-12-03)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " globus-sdk"
7- version = " 4.2 .0"
7+ version = " 4.3 .0"
88authors = [
99 {
name =
" Globus Team" ,
email =
" [email protected] " },
1010]
You can’t perform that action at this time.
0 commit comments