Skip to content

release: 0.37.0#83

Merged
stainless-app[bot] merged 2 commits intomainfrom
release-please--branches--main--changes--next--components--sdk
Feb 23, 2026
Merged

release: 0.37.0#83
stainless-app[bot] merged 2 commits intomainfrom
release-please--branches--main--changes--next--components--sdk

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Feb 23, 2026

Automated Release PR

0.37.0 (2026-02-23)

Full Changelog: v0.36.1...v0.37.0

Features

  • Neil/kernel 1017 profile pagination query parameter (5f46e36)

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

Medium Risk
Changes the profiles.list API shape and return type, which may break callers and requires review of pagination/query handling, but it’s limited to a single resource and generated plumbing.

Overview
Bumps the SDK to v0.37.0 (manifest/package/version/changelog) and refreshes generated stats/spec pointers.

Updates client.profiles.list to accept pagination/filter params (limit, offset, new query) and return an offset-paginated page type (ProfilesOffsetPagination) instead of a plain array response, updating exports/docs accordingly; adds a (skipped) test covering parameter passing.

Written by Cursor Bugbot for commit d2c200e. This will update automatically on new commits. Configure here.

@stainless-app
Copy link
Contributor Author

stainless-app bot commented Feb 23, 2026

🧪 Testing

To try out this version of the SDK, run:

npm install 'https://pkg.stainless.com/s/kernel-typescript/5f46e36d3b1f48fcaeaa346acc8fd080dafb1830/dist.tar.gz'

Expires at: Wed, 25 Mar 2026 16:41:50 GMT
Updated at: Mon, 23 Feb 2026 16:41:50 GMT

Copy link

@cursor cursor bot left a comment

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 and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

Profiles as Profiles,
type ProfileListResponse as ProfileListResponse,
type ProfileCreateParams as ProfileCreateParams,
type ProfileListParams as ProfileListParams,
Copy link

Choose a reason for hiding this comment

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

Missing ProfilesOffsetPagination export from client.ts

Low Severity

ProfilesOffsetPagination is not imported or re-exported from client.ts, unlike every other pagination type in the SDK. BrowserListResponsesOffsetPagination and InvocationListResponsesOffsetPagination are all imported into client.ts and re-exported from the Kernel namespace, but ProfilesOffsetPagination is missing from both the import on line 91 and the Profiles export block. SDK consumers accessing types through the main Kernel namespace won't be able to reference this pagination type.

Additional Locations (1)

Fix in Cursor Fix in Web

@stainless-app stainless-app bot merged commit f8cf8d1 into main Feb 23, 2026
8 checks passed
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Feb 23, 2026

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.

1 participant