Skip to content

release: 0.22.0#49

Merged
stainless-app[bot] merged 5 commits intomainfrom
release-please--branches--main--changes--next
Dec 6, 2025
Merged

release: 0.22.0#49
stainless-app[bot] merged 5 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Dec 5, 2025

Automated Release PR

0.22.0 (2025-12-06)

Full Changelog: v0.21.0...v0.22.0

Features

  • [wip] Browser pools polish pass (628410a)
  • Add async_timeout_seconds to PostInvocations (4ee4d7c)
  • Enhance agent authentication with optional login page URL and auth ch… (a2fc4ac)

Refactors

  • browser: remove persistence option UI (7ea9ccf)

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
Copy link

mesa-dot-dev bot commented Dec 5, 2025

Mesa Description

Automated Release PR

0.22.0 (2025-12-06)

Full Changelog: v0.21.0...v0.22.0

Features

  • [wip] Browser pools polish pass (628410a)
  • Add async_timeout_seconds to PostInvocations (4ee4d7c)
  • Enhance agent authentication with optional login page URL and auth ch… (a2fc4ac)

Refactors

  • browser: remove persistence option UI (7ea9ccf)

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 PR is an automated release for version 0.22.0, introducing new features such as async_timeout_seconds for invocations, browser pool enhancements, and improved agent authentication, alongside a refactor to remove browser persistence UI.

Why we made these changes

This is an automated release to publish new features, enhancements, and refactors to the kernel-go-sdk.

What changed?

  • Features:
    • Added AsyncTimeoutSeconds to InvocationNewParams for specifying asynchronous invocation timeouts (10-3600 seconds).
    • Polished browser pools.
    • Enhanced agent authentication with optional login page URL and auth chain.
  • Refactors:
    • Removed persistence option UI from the browser module.
  • Release-related updates:
    • Updated .release-please-manifest.json, .stats.yml, CHANGELOG.md, README.md, and internal/version.go to reflect the 0.22.0 release.

Validation

  • TestInvocationNewWithOptionalParams in invocation_test.go was updated to include AsyncTimeoutSeconds with a value of 600 seconds.

Description generated by Mesa. Update settings

Sayan-
Sayan- previously approved these changes Dec 5, 2025
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 beb387c...41e8d6a

Analysis

  1. Validation Gap: The documented constraints for AsyncTimeoutSeconds (10-3600 seconds range) exist only in comments with no client-side validation, forcing reliance on server-side validation and potential wasted round-trips.

  2. Missing Relationship Validation: The code doesn't enforce the relationship between AsyncTimeoutSeconds and the Async flag, allowing users to set a timeout value without enabling async mode.

  3. Limited Test Coverage: Tests appear to cover only the happy path scenarios, potentially missing edge cases around validation and parameter relationships.

Tip

Help

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

7 files reviewed | 0 comments | Edit Agent SettingsRead Docs

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 41e8d6a to dc214d4 Compare December 5, 2025 22:00
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from dc214d4 to d53012c Compare December 5, 2025 22:56
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from d53012c to 439606b Compare December 6, 2025 02:01
@stainless-app stainless-app bot merged commit aede0c3 into main Dec 6, 2025
5 checks passed
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Dec 6, 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.

1 participant