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 (5166b00)

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 for v0.11.4 that introduces a new invocations.list() method to the SDK.

Why we made these changes

This release exposes the new getInvocations API endpoint, allowing users to programmatically retrieve a list of invocation records through the SDK.

What changed?

  • Added invocations resource: A new invocations.list() method was added to fetch invocation data, with support for filtering parameters like action_name, app_name, status, and pagination.
  • New Types: Exported InvocationListResponse, InvocationListParams, and InvocationListResponsesOffsetPagination to support the new endpoint.
  • Testing: Added (currently skipped) tests for the client.invocations.list method to validate its functionality.
  • Version Bump: Updated package.json, CHANGELOG.md, and api.md to reflect the new version and feature.

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--components--sdk branch from 54734c6 to a6a9ce9 Compare September 25, 2025 18:18
@stainless-app stainless-app bot merged commit dc73d60 into main Sep 25, 2025
7 checks passed
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 4e1d5ce...54734c6

Analysis

  1. Test coverage exists but tests are currently skipped due to disabled Prism tests, which could lead to undiscovered issues in the new endpoint functionality.

  2. While version files are updated, the analysis doesn't mention any backward compatibility verification or migration guidance for existing users upgrading to version 0.12.0.

  3. The analysis doesn't address potential performance implications of the new endpoint, particularly related to pagination handling with potentially large datasets.

  4. No mention of error handling or edge case management specific to the new endpoint implementation.

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

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

@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