Releases: kernel/kernel-go-sdk
v0.12.0
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
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
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
0.11.3 (2025-09-24)
Full Changelog: v0.11.2...v0.11.3
Features
- Per Invocation Logs (f1241f2)
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
0.11.2 (2025-09-24)
Full Changelog: v0.11.1...v0.11.2
Features
- Add stainless CI (ac377ec)
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
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
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
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
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