Skip to content

release: 0.89.0 - #160

Merged
stainless-app[bot] merged 9 commits into
mainfrom
release-please--branches--main--changes--next
Aug 12, 2026
Merged

release: 0.89.0#160
stainless-app[bot] merged 9 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.89.0 (2026-08-12)

Features

  • Add region as a first-class API field with plan and flag gating (fd01c36)
  • Expose plan-derived auth limits on GET /org/limits (25ccf2e)

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


Note

High Risk
Rewrites release and promotion CI workflows that control how SDK changes reach production and how GitHub releases are created. API surface changes are additive but the automation path is critical infrastructure.

Overview
Releases 0.89.0 with two API features and a redesigned release pipeline.

API features
Adds geographic region (us-east / eu-west) across browser and browser-pool create params, responses, and list filters. Region is fixed at create time and plan-gated.

Extends GET /org/limits with plan-derived managed-auth fields: auth_connections_used, max_auth_connections, and min_health_check_interval_seconds.

Release automation
Replaces the legacy stainless/release promotion PR with a nextmain versioned release flow. Staging promotion now merges validated changes into production next (with conflict recovery PRs), and release-please opens/updates the versioned PR from next then creates the GitHub release on merge to main.

Reviewed by Cursor Bugbot for commit a5b132f. Bugbot is set up for automated code reviews on this repo. Configure here.

@stainless-app

stainless-app Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor Author

🧪 Testing

To try out this version of the SDK:

Download and unzip: 'https://pkg.stainless.com/s/kernel-go/9f0076b20dc2f81709091497a89d587e996f75ee/source.zip'. Run 'go mod edit -replace github.com/kernel/kernel-go-sdk=/path/to/unzipped_directory'.

Expires at: Fri, 11 Sep 2026 16:09:00 GMT
Updated at: Wed, 12 Aug 2026 16:09:00 GMT

Stainless-Generated-From: b05ace18e59c3b35467e1a65316cff61c3dcba95
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 680faf4 to ab983d5 Compare August 11, 2026 23:53
@stainless-app stainless-app Bot changed the title release: 0.88.1 release: 0.89.0 Aug 11, 2026
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from ab983d5 to 33ee1ce Compare August 11, 2026 23:53
@kernel-internal
kernel-internal Bot force-pushed the release-please--branches--main--changes--next branch from 33ee1ce to 3268ada Compare August 11, 2026 23:53
Stainless-Generated-From: 32cec208cbe73659f4ff7628a9666bf2f5fb2010
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 3268ada to 5a8251c Compare August 12, 2026 01:32
@kernel-internal
kernel-internal Bot force-pushed the release-please--branches--main--changes--next branch from 5a8251c to a5b132f Compare August 12, 2026 01:32

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit a5b132f. Configure here.

Comment thread organizationlimit.go
AuthConnectionsUsed int64 `json:"auth_connections_used" api:"required"`
// Maximum managed auth connections the organization's plan allows. Null means
// unlimited. Counted org-wide, so it cannot be multiplied across projects.
MaxAuthConnections int64 `json:"max_auth_connections" api:"required"`

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nullable limit tagged as required

High Severity

MaxAuthConnections is documented as null for unlimited plans but tagged api:"required", unlike DefaultProjectMaxConcurrentSessions and other null-means-uncapped int limits that use api:"nullable". A JSON null decodes to 0 with Valid() false, so capacity checks like AuthConnectionsUsed >= MaxAuthConnections treat unlimited as exhausted even at zero usage.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a5b132f. Configure here.

Stainless-Generated-From: ce3f3f2c8fea9a39887bbc1b6275111bc2532159
@stainless-app
stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from a5b132f to 325e795 Compare August 12, 2026 16:08
@kernel-internal
kernel-internal Bot force-pushed the release-please--branches--main--changes--next branch from 325e795 to b67df2f Compare August 12, 2026 16:09
@stainless-app
stainless-app Bot merged commit 8cd3af2 into main Aug 12, 2026
10 checks passed
@stainless-app

stainless-app Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

🤖 Release is at https://github.com/kernel/kernel-go-sdk/releases/tag/v0.89.0 🌻

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants