Skip to content

release: 0.18.0 - #54

Merged
stainless-app[bot] merged 2 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk
Oct 30, 2025
Merged

release: 0.18.0#54
stainless-app[bot] merged 2 commits into
mainfrom
release-please--branches--main--changes--next--components--sdk

Conversation

@stainless-app

@stainless-app stainless-app Bot commented Oct 30, 2025

Copy link
Copy Markdown
Contributor

Automated Release PR

0.18.0 (2025-10-30)

Full Changelog: v0.17.0...v0.18.0

Features

  • apps: add offset pagination + headers (7c91210)

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

@mesa-dot-dev

mesa-dot-dev Bot commented Oct 30, 2025

Copy link
Copy Markdown

Mesa Description

Automated Release PR

0.18.0 (2025-10-30)

Full Changelog: v0.17.0...v0.18.0

Features

  • apps: add offset pagination + headers (7c91210)

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

Description generated by Mesa. Update settings

@stainless-app

stainless-app Bot commented Oct 30, 2025

Copy link
Copy Markdown
Contributor Author

🧪 Testing

To try out this version of the SDK, run:

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

Expires: Sat, 29 Nov 2025 21:03:09 GMT

@mesa-dot-dev mesa-dot-dev 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.

Performed full review of dfe89b5...af78c89

Analysis

  1. Although the pull request implements pagination well, it changes the return type from a direct array to a PagePromise with OffsetPagination wrapper, which could break existing client code expecting the previous return type structure.

  2. The response type refactoring from Array<AppListResponse.AppListResponseItem> to a flattened AppListResponse interface might cause compatibility issues for consumers relying on the specific structure of the old type.

  3. While extending AppListParams with OffsetPaginationParams adds functionality, it also introduces additional required parameters that existing callers may not be providing.

Tip

Help

Configure your agents

Mesa Docs

Slash Commands:

  • /review - Request a full code review
  • /review latest - Review only changes since the last review
  • /describe - Generate PR description. This will update the PR body or issue comment depending on your configuration
  • /help - Get help with Mesa commands and configuration options

10 files reviewed | 0 comments | Edit Agent Settings

@jarugupj
jarugupj requested a review from masnwilliams October 30, 2025 21:12

@masnwilliams masnwilliams left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

lgtm

@stainless-app
stainless-app Bot merged commit c1f51bc into main Oct 30, 2025
12 checks passed
@stainless-app

stainless-app Bot commented Oct 30, 2025

Copy link
Copy Markdown
Contributor Author

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