Skip to content

Commit 86a246e

Browse files
release: 1.17.0 (#173)
Co-authored-by: browserbase-stlc-bot[bot] <316693977+browserbase-stlc-bot[bot]@users.noreply.github.com> Co-authored-by: William Schmitt <9754116+spicysouvlaki@users.noreply.github.com>
1 parent b441932 commit 86a246e

4 files changed

Lines changed: 20 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.16.0"
2+
".": "1.17.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.17.0](https://github.com/browserbase/sdk-python/compare/v1.16.0...v1.17.0) (2026-08-14)
4+
5+
6+
### Features
7+
8+
* stlc workspace + generate workflow ([146f1a0](https://github.com/browserbase/sdk-python/commit/146f1a0ee1cfe8685131f62338003ff54c5ebd1b))
9+
10+
11+
### Bug Fixes
12+
13+
* **api:** document session timeout bounds in create-session description ([d597f3c](https://github.com/browserbase/sdk-python/commit/d597f3c6e6456ce7f616afc85a066c28654a4ce3))
14+
15+
16+
### Chores
17+
18+
* sync production releases back into staging ([6d0d634](https://github.com/browserbase/sdk-python/commit/6d0d634331d2527372f8e1a737822f6ae2056ff6))
19+
320
## 1.16.0 (2026-08-10)
421

522
Full Changelog: [v1.15.0...v1.16.0](https://github.com/browserbase/sdk-python/compare/v1.15.0...v1.16.0)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "browserbase"
3-
version = "1.16.0"
3+
version = "1.17.0"
44
description = "The official Python library for the Browserbase API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/browserbase/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "browserbase"
4-
__version__ = "1.16.0" # x-release-please-version
4+
__version__ = "1.17.0" # x-release-please-version

0 commit comments

Comments
 (0)