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
12 changes: 0 additions & 12 deletions changelog.d/20251205_104316_john_tunnels.rst

This file was deleted.

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

.. scriv-insert-here

.. _changelog-4.3.0:

v4.3.0 (2025-12-17)
===================

Added
-----

- Added support to the ``TransferClient`` for the Streams API (:pr:`1351`)

- ``CreateTunnelData`` is a payload builder for tunnel creation documents
- ``TransferClient.create_tunnel()`` supports tunnel creation
- ``TransferClient.update_tunnel()`` supports updates to a tunnel
- ``TransferClient.get_tunnel()`` fetches a tunnel by ID
- ``TransferClient.delete_tunnel()`` deletes a tunnel
- ``TransferClient.list_tunnels()`` fetches all of the current user's tunnels
- ``TransferClient.get_stream_access_point()`` fetches a Stream Access Point by ID

.. _changelog-4.2.0:

v4.2.0 (2025-12-03)
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.2.0"
version = "4.3.0"
authors = [
{ name = "Globus Team", email = "support@globus.org" },
]
Expand Down