Skip to content

Releases: kernel/kernel-go-sdk

v0.12.0

30 Sep 23:55

Choose a tag to compare

0.12.0 (2025-09-30)

Full Changelog: v0.11.5...v0.12.0

Features

  • Return proxy ID in browsers response (711c52f)

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

29 Sep 18:26

Choose a tag to compare

0.11.5 (2025-09-29)

Full Changelog: v0.11.4...v0.11.5

Features

  • Add App Version to Invocation and add filtering on App Version (81f87e2)
  • Fix my incorrect grammer (f04186f)

Bug Fixes

  • bugfix for setting JSON keys with special characters (32304ba)

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

25 Sep 18:19

Choose a tag to compare

0.11.4 (2025-09-25)

Full Changelog: v0.11.3...v0.11.4

Features

  • getInvocations endpoint (b9a983c)

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

24 Sep 20:56

Choose a tag to compare

0.11.3 (2025-09-24)

Full Changelog: v0.11.2...v0.11.3

Features


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

24 Sep 17:40

Choose a tag to compare

0.11.2 (2025-09-24)

Full Changelog: v0.11.1...v0.11.2

Features

Bug Fixes

  • use slices.Concat instead of sometimes modifying r.Options (e893e50)

Chores

  • bump minimum go version to 1.22 (8f9a2ac)
  • do not install brew dependencies in ./scripts/bootstrap by default (856b62a)
  • update more docs for 1.22 (f38538f)

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