Skip to content

Releases: onkernel/kernel-python-sdk

v0.9.0

08 Aug 13:40
Compare
Choose a tag to compare

0.9.0 (2025-08-08)

Full Changelog: v0.8.3...v0.9.0

Features

  • api: browser instance file i/o (14667cd)

Chores

  • internal: fix ruff target version (07b55e4)

v0.8.3

01 Aug 19:34
Compare
Choose a tag to compare

0.8.3 (2025-08-01)

Full Changelog: v0.8.2...v0.8.3

Features

  • api: lower default timeout to 5s (6d43e73)
  • api: manual updates (c6990ba)
  • client: support file upload requests (79b06da)

Chores

  • project: add settings file for vscode (c46aa48)

v0.8.2

23 Jul 22:53
Compare
Choose a tag to compare

0.8.2 (2025-07-23)

Full Changelog: v0.8.1...v0.8.2

Features

  • api: add action name to the response to invoke (1a485b2)

Bug Fixes

  • parsing: ignore empty metadata (d839a20)
  • parsing: parse extra field types (cb880bc)

v0.8.1

21 Jul 18:36
Compare
Choose a tag to compare

0.8.1 (2025-07-21)

Full Changelog: v0.8.0...v0.8.1

Chores

  • api: remove deprecated endpoints (348e40a)

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.8.0

16 Jul 16:32
Compare
Choose a tag to compare

0.8.0 (2025-07-16)

Full Changelog: v0.7.1...v0.8.0

Features

  • api: manual updates (cd2b694)
  • clean up environment call outs (c31b1a2)

Bug Fixes

  • client: don't send Content-Type header on GET requests (b44aeee)
  • parsing: correctly handle nested discriminated unions (7b25900)

Chores

  • internal: bump pinned h11 dep (352aae2)
  • package: mark python 3.13 as supported (5ddf6d0)
  • readme: fix version rendering on pypi (760753f)

v0.7.1

08 Jul 19:01
b769fb9
Compare
Choose a tag to compare

0.7.1 (2025-07-08)

Full Changelog: v0.6.4...v0.7.1

Features

Bug Fixes

  • ci: correct conditional (1167795)

Chores

  • ci: change upload type (dabede0)
  • ci: only run for pushes and fork pull requests (e9a45fd)
  • internal: codegen related update (2c50b08)

v0.6.4

28 Jun 03:11
Compare
Choose a tag to compare

0.6.4 (2025-06-27)

Full Changelog: v0.6.3...v0.6.4

Features

Bug Fixes

  • ci: release-doctor — report correct token name (ab1f806)

v0.6.3

26 Jun 03:12
Compare
Choose a tag to compare

0.6.3 (2025-06-25)

Full Changelog: v0.6.2...v0.6.3

Features

  • api: /browsers no longer requires invocation id (d1ff453)

v0.6.2

24 Jun 19:53
Compare
Choose a tag to compare

0.6.2 (2025-06-24)

Full Changelog: v0.6.1...v0.6.2

Features

  • api: add since parameter to deployment logs endpoint (39fb799)
  • client: add support for aiohttp (fbe32a1)

Chores

  • tests: skip some failing tests on the latest python versions (9441e05)

Documentation

  • client: fix httpx.Timeout documentation reference (f3c0127)

v0.6.1

18 Jun 18:02
9faba7c
Compare
Choose a tag to compare

0.6.1 (2025-06-18)

Full Changelog: v0.6.0...v0.6.1

Features

  • api: add delete_browsers endpoint (1d378d3)