Skip to content

Releases: kernel/kernel-go-sdk

v0.11.1

09 Sep 15:53

Choose a tag to compare

0.11.1 (2025-09-06)

Full Changelog: v0.11.0...v0.11.1

Features

  • api: add pagination to the deployments endpoint (9130f8c)
  • api: pagination properties added to response (has_more, next_offset) (65c5342)
  • api: update API spec with pagination headers (ad37eb2)

Bug Fixes

  • client: correctly convert header pagination value to int (d42bd8a)
  • internal: unmarshal correctly when there are multiple discriminators (649203d)

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

04 Sep 15:18

Choose a tag to compare

0.11.0 (2025-09-04)

Full Changelog: v0.10.0...v0.11.0

Features

  • api: adding support for browser profiles (481cdb3)

Bug Fixes

  • close body before retrying (a6a2e40)

Chores

  • internal: codegen related update (a7030ab)

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

27 Aug 18:22

Choose a tag to compare

0.10.0 (2025-08-27)

Full Changelog: v0.9.1...v0.10.0

Features

  • api: new process, fs, and log endpoints (fa85f19)

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 PR bumps the package version to 0.10.0, introducing new API endpoints for interacting with processes, filesystems, and logs.

Why we made these changes

This release expands the SDK's capabilities by exposing new Kernel APIs, allowing developers to programmatically manage system processes, access the filesystem, and interact with logs.

What changed?

This is an automated release PR.


0.10.0 (2025-08-27)

Full Changelog: v0.9.1...v0.10.0

Features

  • api: new process, fs, and log endpoints (fa85f19)

v0.9.1

15 Aug 17:24
7619f69

Choose a tag to compare

0.9.1 (2025-08-15)

Full Changelog: v0.9.0...v0.9.1

Features

Chores

  • internal: codegen related update (e4ca558)
  • internal: update comment in script (9542333)
  • update @stainless-api/prism-cli to v5.15.0 (625476c)

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

08 Aug 13:40

Choose a tag to compare

0.9.0 (2025-08-07)

Full Changelog: v0.8.2...v0.9.0

Features

  • api: browser instance file i/o (7308fb8)
  • client: support optional json html escaping (7fb83d1)

v0.8.2

23 Jul 22:53

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 (e1bfb1d)

Bug Fixes

  • client: process custom base url ahead of time (4bef9af)

v0.8.1

21 Jul 18:37

Choose a tag to compare

0.8.1 (2025-07-21)

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

Chores

  • api: remove deprecated endpoints (7a659dc)

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

Choose a tag to compare

0.8.0 (2025-07-16)

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

Features

  • api: manual updates (ba0a473)
  • client: expand max streaming buffer size (41bdefe)

Chores

  • internal: fix lint script for tests (5118fdf)
  • lint tests in subpackages (71d9002)

v0.7.1

08 Jul 18:19

Choose a tag to compare

0.7.1 (2025-07-08)

Full Changelog: v0.7.0...v0.7.1

Features

Chores

v0.7.0

02 Jul 21:51

Choose a tag to compare

0.7.0 (2025-07-02)

Full Changelog: v0.6.5...v0.7.0

Features