Skip to content

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Sep 25, 2025

Automated Release PR

0.11.4 (2025-09-25)

Full Changelog: v0.11.3...v0.11.4

Features

  • getInvocations endpoint (bb39872)

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


TL;DR

This is an automated release that bumps the package version to 0.11.4 and introduces a new getInvocations endpoint.

Why we made these changes

This release exposes the getInvocations endpoint, allowing users to programmatically list and filter invocations through the SDK.

What changed?

  • Added the getInvocations method to the invocations resource.
  • Defined request and response types (InvocationListParams, InvocationListResponse) for the new endpoint.
  • Added corresponding tests in test_invocations.py.
  • Updated CHANGELOG.md, api.md, and bumped the package version files.

Description generated by Mesa. Update settings

@hiroTamada hiroTamada changed the title release: 0.12.0 release: 0.11.4 Sep 25, 2025
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Sep 25, 2025

Release version edited manually

The Pull Request version has been manually set to 0.11.4 and will be used for the release.

If you instead want to use the version number 0.12.0 generated from conventional commits, just remove the label autorelease: custom version from this Pull Request.

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from c5453e8 to e58487c Compare September 25, 2025 18:17
Copy link

@mesa-dot-dev mesa-dot-dev bot left a comment

Choose a reason for hiding this comment

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

Performed full review of 1d89a86...c5453e8

Analysis

  1. Type inconsistency between sync and async methods: The sync variant returns SyncOffsetPagination[T] while async returns AsyncPaginator[T, AsyncOffsetPagination[T]], which may confuse developers and create inconsistent usage patterns.

  2. The feature is auto-generated from OpenAPI specs, which ensures API definition consistency but may limit customization options for edge cases not captured in the specification.

  3. While the implementation follows established SDK patterns, the addition of comprehensive filtering options increases API complexity, which might require additional documentation and examples for proper developer adoption.

Tip

⚡ Quick Actions

This review was generated by Mesa.

Actions:

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

11 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings

@stainless-app stainless-app bot merged commit a52b024 into main Sep 25, 2025
7 checks passed
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Sep 25, 2025

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