Skip to content

Release 6.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 08:44
· 136 commits to main since this release

Breaking 💥

The tool used v1.1 tunnels REST API endpoint /available_tunnels to get all the tunnels for the user and their org. The endpoint is a part of API version that Sauce Labs is planning to deprecate in the future.

To get the same information with this and upcoming releases, use v1 tunnels REST API endpoint /tunnels?all=true&full=true to get all the tunnels for the user and their org. The endpoint is a part of the supported API version.

const availableTunnels = await api.listTunnels(username, { all: true, full: true })