Skip to content

release: 0.42.1 - #84

Merged
stainless-app[bot] merged 5 commits into
mainfrom
release-please--branches--main--changes--next
Mar 5, 2026
Merged

release: 0.42.1#84
stainless-app[bot] merged 5 commits into
mainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app

@stainless-appstainless-appBot commented Mar 3, 2026

Copy link
Copy Markdown
Contributor

Automated Release PR

0.42.1 (2026-03-05)

Full Changelog: v0.42.0...v0.42.1

Features

  • [kernel-1028] add api clipboard support (077a61c)
  • add force flag to viewport resize to bypass live view/recording check (c4b8c62)
  • expose smooth mouse movement via public API (8b3db28)

Chores

  • internal: codegen related update (e9265c4)

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


Note

Medium Risk
Adds new browser-control capabilities (clipboard read/write, smooth mouse movement) and extends browsers.update viewport parameters with a force flag, which could affect client-side typing/behavior for callers relying on the previous shape.

Overview
Release 0.42.1 updates the SDK API surface for browser session control. It adds client.browsers.computer.read_clipboard/write_clipboard plus new request/response types for clipboard text.

It extends mouse movement to support smooth, human-like motion via new smooth and duration_ms parameters (including batch action typing), and augments browser viewport updates with a viewport.force flag to allow resizing even during live view/recording.

Also includes codegen/documentation polish (resource/property docstrings, api.md updates), test updates for the new methods/params, and standard version/changelog metadata bumps.

Written by Cursor Bugbot for commit 474dcda. This will update automatically on new commits. Configure here.

@stainless-app

stainless-appBot commented Mar 3, 2026

Copy link
Copy Markdown
ContributorAuthor

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/kernel-python/c4b8c62622354859847c13234ee9f54611f4175f/kernel-0.42.0-py3-none-any.whl'

Expires at: Sat, 04 Apr 2026 15:43:40 GMT
Updated at: Thu, 05 Mar 2026 15:43:40 GMT

@stainless-app
stainless-appBotforce-pushed the release-please--branches--main--changes--next branch from a09b4e4 to 98efd1dCompareMarch 3, 2026 18:32
@stainless-appstainless-appBot changed the title release: 0.42.1release: 0.43.0Mar 3, 2026
@stainless-app
stainless-appBotforce-pushed the release-please--branches--main--changes--next branch from 98efd1d to e529b34CompareMarch 3, 2026 18:33
@stainless-app
stainless-appBotforce-pushed the release-please--branches--main--changes--next branch from e529b34 to 40dece0CompareMarch 3, 2026 22:37
@stainless-app
stainless-appBotforce-pushed the release-please--branches--main--changes--next branch from 40dece0 to 347a19dCompareMarch 5, 2026 15:43
@hiroTamadahiroTamada changed the title release: 0.43.0release: 0.42.1Mar 5, 2026
@stainless-app

Copy link
Copy Markdown
ContributorAuthor

Release version edited manually

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

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

@stainless-app
stainless-appBotforce-pushed the release-please--branches--main--changes--next branch from 347a19d to 474dcdaCompareMarch 5, 2026 15:47
@stainless-app
stainless-appBot merged commit 17c1efb into mainMar 5, 2026
8 checks passed
@stainless-app

Copy link
Copy Markdown
ContributorAuthor

Sign up for freeto 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

@hiroTamada