Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.32.0"
".": "0.33.0"
}
8 changes: 4 additions & 4 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 108
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-f967d3024897a6125d5d18c4577dbb2cc22d742d487e6a43165198685f992379.yml
openapi_spec_hash: e1c40ef0aee3a79168eb9cc854a9e403
config_hash: 3b1fbbb6bda0dac7e8b42e155cd7da56
configured_endpoints: 100
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-eaf23b9711c16c82563be76641c9c89988288307278dcd630a36f4f186f85afa.yml
openapi_spec_hash: 369570222f4f725e1de11285422837cc
config_hash: 82f0a04081a3ab7111d3a9c68cd3ff2b
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 0.33.0 (2026-02-10)

Full Changelog: [v0.32.0...v0.33.0](https://github.com/kernel/kernel-go-sdk/compare/v0.32.0...v0.33.0)

### Features

* Browser API endpoint grouping ([b772828](https://github.com/kernel/kernel-go-sdk/commit/b7728287d7e63d612f6fedd2c4e199bda93440e5))


### Bug Fixes

* use kernel-internal app token in update-cli-coverage workflow ([789d161](https://github.com/kernel/kernel-go-sdk/commit/789d1616fac976f15e44eae364442fc47cad381e))


### Refactors

* **api:** remove deprecated agent-auth endpoints from stainless.… ([cb2010d](https://github.com/kernel/kernel-go-sdk/commit/cb2010d43ca2a93f21442218d978524329e9a57e))
* **auth:** simplify proxy configuration in OpenAPI schema ([7302183](https://github.com/kernel/kernel-go-sdk/commit/73021835cd291ba1e86172670daa599d49e76172))

## 0.32.0 (2026-02-07)

Full Changelog: [v0.31.1...v0.32.0](https://github.com/kernel/kernel-go-sdk/compare/v0.31.1...v0.32.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/kernel/kernel-go-sdk@v0.32.0'
go get -u 'github.com/kernel/kernel-go-sdk@v0.33.0'
```

<!-- x-release-please-end -->
Expand Down
28 changes: 0 additions & 28 deletions agent.go

This file was deleted.

Loading