Skip to content

Commit f0ee30a

Browse files
authored
Release v4.3.0 (#1352)
1 parent f104a71 commit f0ee30a

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

changelog.d/20251205_104316_john_tunnels.rst

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

changelog.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1735
v4.2.0 (2025-12-03)

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

0 commit comments

Comments
 (0)