You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automated Release PR
---
## 2.11.0 (2026-05-13)
Full Changelog:
[v2.10.0...v2.11.0](v2.10.0...v2.11.0)
### Features
* [CORE-1928][apps/api] Add `PENDING` as a valid session state
([6c1dc59](6c1dc59))
* [CORE-1979] [apps/api] Regenerate OpenAPI spec to match current routes
([90f048c](90f048c))
* **api:** add replays
([c1bcc8b](c1bcc8b))
* support setting headers via env
([c4bce5e](c4bce5e))
### Chores
* **internal:** codegen related update
([e079c39](e079c39))
* **internal:** more robust bootstrap script
([39adddf](39adddf))
* **tests:** bump steady to v0.22.1
([cd4bf1a](cd4bf1a))
---
This pull request is managed by Stainless's [GitHub
App](https://github.com/apps/stainless-app).
The [semver version
number](https://semver.org/#semantic-versioning-specification-semver) is
based on included [commit
messages](https://www.conventionalcommits.org/en/v1.0.0/).
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](https://www.stainlessapi.com)
📚 Read the [docs](https://app.stainlessapi.com/docs)
🙋 [Reach out](mailto:support@stainlessapi.com) for help or questions
---------
Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
# Changelog
2
2
3
+
## 2.11.0 (2026-05-13)
4
+
5
+
Full Changelog: [v2.10.0...v2.11.0](https://github.com/browserbase/sdk-node/compare/v2.10.0...v2.11.0)
6
+
7
+
### Features
8
+
9
+
*[CORE-1928][apps/api] Add `PENDING` as a valid session state ([6c1dc59](https://github.com/browserbase/sdk-node/commit/6c1dc59e8ed581d88c26483a84efecd3903f4379))
10
+
*[CORE-1979][apps/api] Regenerate OpenAPI spec to match current routes ([90f048c](https://github.com/browserbase/sdk-node/commit/90f048c79e02ead952b73d6bd185f6d58fa25076))
0 commit comments