Skip to content

Bump github.com/blaxel-ai/sdk-go from 0.18.0 to 0.22.0#311

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/blaxel-ai/sdk-go-0.22.0
Open

Bump github.com/blaxel-ai/sdk-go from 0.18.0 to 0.22.0#311
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/blaxel-ai/sdk-go-0.22.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 28, 2026

Bumps github.com/blaxel-ai/sdk-go from 0.18.0 to 0.22.0.

Release notes

Sourced from github.com/blaxel-ai/sdk-go's releases.

v0.22.0

0.22.0 (2026-05-26)

Full Changelog: v0.21.0...v0.22.0

Features

  • pagination: add anchor=end param to all list endpoints and filter terminated sandboxes at DB level (daff20d)

Bug Fixes

  • ENG-2108: persist onboarding state server-side (27056e1)

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

0.21.0 (2026-05-19)

Full Changelog: v0.20.0...v0.21.0

Features

  • client: optimize json encoder for internal types (339b3f0)
  • pagination: cursor-id pagination on listing endpoints (f8a6470)

Bug Fixes

  • ENG-2437: harden unauthenticated POST /oauth/register against abuse (14603e9)
  • triggers: auto-assign unique ids so all cron triggers fire (ENG-2445) (9648f97)

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.

... (truncated)

Changelog

Sourced from github.com/blaxel-ai/sdk-go's changelog.

0.22.0 (2026-05-26)

Full Changelog: v0.21.0...v0.22.0

Features

  • pagination: add anchor=end param to all list endpoints and filter terminated sandboxes at DB level (daff20d)

Bug Fixes

  • ENG-2108: persist onboarding state server-side (27056e1)

0.21.0 (2026-05-19)

Full Changelog: v0.20.0...v0.21.0

Features

  • client: optimize json encoder for internal types (339b3f0)
  • pagination: cursor-id pagination on listing endpoints (f8a6470)

Bug Fixes

  • ENG-2437: harden unauthenticated POST /oauth/register against abuse (14603e9)
  • triggers: auto-assign unique ids so all cron triggers fire (ENG-2445) (9648f97)

0.20.0 (2026-05-07)

Full Changelog: v0.19.0...v0.20.0

Features

  • add typed gateway error fields to Error struct (#32) (5532564)
  • Cdrappier/sms (a58c0cf)
  • Cdrappier/termination grace period (439b8b3)
  • ENG-2296: Add cross-workspace image sharing (metadata copy) (78f3f69)
  • ENG-2337: cross-account image sharing with approval flow (cd4ab22)
  • expose gateway error codes as typed fields on apierror.Error (#33) (0caa620)
  • expose kernel selection via extraArgs on sandbox runtime (6c9a091)
  • go: add default http client with timeout (5eba19a)
  • support setting headers via env (37c3335)
  • workspace: explicit error when workspace name is forbidden (ENG-2347) (4110ef8)

Bug Fixes

  • go: avoid panic when http.DefaultTransport is wrapped (a8dcb81)
  • integration: treat TERMINATED status as deleted in waitForSandboxDeletion (#35) (4aa13ab)

... (truncated)

Commits
  • 83de5eb release: 0.22.0 (#39)
  • 79c11b6 Limit sandbox multipart upload concurrency (#41)
  • 59df9ad release: 0.21.0 (#36)
  • 2c44ed3 release: 0.20.0 (#31)
  • 0caa620 feat: expose gateway error codes as typed fields on apierror.Error (#33)
  • 5532564 feat: add typed gateway error fields to Error struct (#32)
  • 5aeaa2d Merge pull request #28 from blaxel-ai/release-please--branches--main--changes...
  • 8db0c15 release: 0.19.0
  • 0101e2a feat: Cdrappier/state in dynamo k8s
  • 40446d3 codegen metadata
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note

Bumps the internal github.com/blaxel-ai/sdk-go dependency from v0.18.0 to v0.22.0, a minor version bump spanning 4 releases with new pagination features, bug fixes, and client improvements.

Written by Mendral for commit 70dd1c4.

Bumps [github.com/blaxel-ai/sdk-go](https://github.com/blaxel-ai/sdk-go) from 0.18.0 to 0.22.0.
- [Release notes](https://github.com/blaxel-ai/sdk-go/releases)
- [Changelog](https://github.com/blaxel-ai/sdk-go/blob/main/CHANGELOG.md)
- [Commits](blaxel-ai/sdk-go@v0.18.0...v0.22.0)

---
updated-dependencies:
- dependency-name: github.com/blaxel-ai/sdk-go
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 28, 2026
Copy link
Copy Markdown
Contributor

@mendral-app mendral-app Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Clean dependency bump with no breaking changes. The changelog shows additive features (pagination, typed error fields) and bug fixes — no API removals. Go module hash updated correctly in go.sum.

Tag @mendral-app with feedback or questions. View session

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants