Skip to content

Releases: kernel/kernel-python-sdk

v0.23.0

Choose a tag to compare

@stainless-app stainless-app released this 11 Dec 20:19

0.23.0 (2025-12-11)

Full Changelog: v0.22.0...v0.23.0

Features

  • [wip] Browser pools polish pass (2ba9e57)
  • enhance agent authentication API with new endpoints and request… (84a794c)
  • Enhance agent authentication with optional login page URL and auth ch… (d7bd8a2)
  • Enhance AuthAgent model with last_auth_check_at field (169539a)

Bug Fixes

  • types: allow pyright to infer TypedDict types within SequenceNotStr (c8d571c)

Chores

Refactors

  • browser: remove persistence option UI (57af2e1)

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

v0.22.0

Choose a tag to compare

@stainless-app stainless-app released this 05 Dec 20:11

0.22.0 (2025-12-05)

Full Changelog: v0.21.0...v0.22.0

Features

  • Add async_timeout_seconds to PostInvocations (2866021)

Chores

  • docs: use environment variables for authentication in code snippets (eec0be5)
  • update lockfile (ecee109)

v0.21.0

Choose a tag to compare

@stainless-app stainless-app released this 02 Dec 22:15

0.21.0 (2025-12-02)

Full Changelog: v0.20.0...v0.21.0

Features

Bug Fixes

  • ensure streams are always closed (c82f496)

Chores

  • add Python 3.14 classifier and testing (9a1e7bf)
  • deps: mypy 1.18.1 has a regression, pin to 1.17 (038b10d)

v0.20.0

Choose a tag to compare

@stainless-app stainless-app released this 19 Nov 19:55

0.20.0 (2025-11-19)

Full Changelog: v0.19.2...v0.20.0

Features

  • allow get browser to paginate soft deleted browsers (0bf4d45)

v0.19.2

Choose a tag to compare

@stainless-app stainless-app released this 17 Nov 14:42

0.19.2 (2025-11-17)

Full Changelog: v0.19.1...v0.19.2

Features

  • Feat increase max timeout to 72h (edaaa14)

v0.19.1

Choose a tag to compare

@stainless-app stainless-app released this 13 Nov 16:34
2ab7556

0.19.1 (2025-11-13)

Full Changelog: v0.19.0...v0.19.1

Features

v0.19.0

Choose a tag to compare

@stainless-app stainless-app released this 12 Nov 18:04

0.19.0 (2025-11-12)

Full Changelog: v0.18.0...v0.19.0

Features

  • feat hide cursor v2 (5e694ae)
  • Remove price gating on computer endpoints (cbbdaee)

Bug Fixes

  • compat with Python 3.14 (297d7b3)
  • compat: update signatures of model_dump and model_dump_json for Pydantic v1 (0e796f3)

Chores

  • internal/tests: avoid race condition with implicit client cleanup (4d011fd)
  • internal: grammar fix (it's -> its) (fcdf068)
  • package: drop Python 3.8 support (5dcea22)

v0.18.0

Choose a tag to compare

@stainless-app stainless-app released this 30 Oct 21:19

0.18.0 (2025-10-30)

Full Changelog: v0.17.0...v0.18.0

Features

  • apps: add offset pagination + headers (54ea6e7)

Bug Fixes

  • client: close streams without requiring full consumption (4014c3d)

v0.17.0

Choose a tag to compare

@stainless-app stainless-app released this 27 Oct 19:48

0.17.0 (2025-10-27)

Full Changelog: v0.16.0...v0.17.0

Features

  • Use ping instead of bright data for ISP proxy (cd4c025)

v0.16.0

Choose a tag to compare

@stainless-app stainless-app released this 27 Oct 18:41

0.16.0 (2025-10-27)

Full Changelog: v0.15.0...v0.16.0

Features

  • ad hoc playwright code exec AP| (4204ad5)

Chores

  • bump httpx-aiohttp version to 0.1.9 (1130759)