Skip to content

release: 0.18.0#53

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

release: 0.18.0#53
stainless-app[bot] merged 3 commits into
mainfrom
release-please--branches--main--changes--next

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 (54ea6e7)

Bug Fixes

  • client: close streams without requiring full consumption (4014c3d)

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 (54ea6e7)

Bug Fixes

  • client: close streams without requiring full consumption (4014c3d)

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:

pip install 'https://pkg.stainless.com/s/kernel-python/54ea6e79ba21ba5ab33ab14a1bf257a95bf76bb8/kernel-0.17.0-py3-none-any.whl'

Expires: Sat, 29 Nov 2025 21:02:44 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 3e8abcf...8085d35

Analysis

  1. The current implementation forces full stream consumption which can lead to resource leaks when streams aren't completely consumed by client code.

  2. Resource management issues exist in both synchronous and asynchronous streaming paths, suggesting a systematic architectural weakness rather than an isolated bug.

  3. While the bug fix maintains the public API, it represents a fundamental correction to the underlying resource handling pattern, indicating the original design approach to stream handling was flawed.

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

5 files reviewed | 0 comments | Edit Agent Settings

@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from 8085d35 to f5dc595 Compare October 30, 2025 21:01
@stainless-app stainless-app Bot changed the title release: 0.17.1 release: 0.18.0 Oct 30, 2025
@stainless-app stainless-app Bot force-pushed the release-please--branches--main--changes--next branch from f5dc595 to 4169504 Compare October 30, 2025 21:02

@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 5fdbd6b into main Oct 30, 2025
8 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