Skip to content

release: 3.19.2#329

Merged
stainless-app[bot] merged 1 commit intomainfrom
release-please--branches--main--changes--next
Apr 3, 2026
Merged

release: 3.19.2#329
stainless-app[bot] merged 1 commit intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app bot commented Apr 1, 2026

Automated Release PR

3.19.2 (2026-04-03)

Full Changelog: v3.19.1...v3.19.2


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

@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app bot commented Apr 1, 2026

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/stagehand-python/380f5e090ccff31c375a25575362505257f040fb/stagehand-3.19.1-py3-none-any.whl'

Expires at: Sat, 02 May 2026 00:18:23 GMT
Updated at: Thu, 02 Apr 2026 00:18:23 GMT

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 4 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant App as User Application
    participant SDK as Stagehand SDK
    participant Metadata as _version.py
    participant API as Stagehand API

    Note over App, API: Runtime Request Flow with Version Metadata

    App->>SDK: Initialize Client
    SDK->>Metadata: Read __version__ (3.19.2)
    Metadata-->>SDK: Return version string

    App->>SDK: Call API method (e.g., stagehand.act())
    
    Note right of SDK: SDK injects version into headers<br/>User-Agent: stagehand-python/3.19.2
    
    SDK->>API: HTTPS Request (Auth + Version Headers)
    
    alt Successful Request
        API-->>SDK: 200 OK (JSON Data)
        SDK-->>App: Return Parsed Response
    else Authentication/Validation Error
        API-->>SDK: 4xx Error Response
        SDK-->>App: Raise SDK Error
    end
Loading

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 268d72a to 17d5572 Compare April 2, 2026 00:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 17d5572 to 1241c19 Compare April 3, 2026 18:36
@stainless-app stainless-app bot merged commit df277b8 into main Apr 3, 2026
7 checks passed
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app bot commented Apr 3, 2026

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