v0.12.0
0.12.0 (2025-09-30)
Full Changelog: v0.11.5...v0.12.0
Features
- Return proxy ID in browsers response (2beafcf)
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
TL;DR
This is an automated release for version 0.12.0, which adds the proxy_id to browser API responses.
Why we made these changes
This change allows users to easily identify and manage the specific proxy associated with a browser instance directly from the browser object, without needing to make separate API calls.
What changed?
- The response from the browser creation and retrieval endpoints now includes the
proxy_id.