Skip to content

release: 3.19.4#336

Merged
pirate merged 2 commits intomainfrom
release-please--branches--main--changes--next
Apr 3, 2026
Merged

release: 3.19.4#336
pirate merged 2 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

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

Automated Release PR

3.19.4 (2026-04-03)

Full Changelog: v3.19.3...v3.19.4


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


Summary by cubic

Release stagehand 3.19.4. Bumps package version and updates generated metadata/stats; no runtime changes.

Written for commit b1c8e35. Summary will update on new commits. Review in cubic

@pirate pirate merged commit 86cb2c4 into main Apr 3, 2026
8 checks passed
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app bot commented Apr 3, 2026

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 5 files

Confidence score: 5/5

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

    Note over User,API: Runtime interaction using updated SDK version

    User->>SDK: Initialize Client
    SDK->>Meta: Load package metadata
    Note right of Meta: CHANGED: __version__ = "3.19.4"

    User->>SDK: Call API Method (e.g., .act(), .observe())
    SDK->>SDK: Prepare Request Headers

    Note over SDK: Sets User-Agent header with<br/>"stagehand-python/3.19.4"

    SDK->>API: HTTP Request (with version headers)
    
    alt Successful Request
        API-->>SDK: Response Data
        SDK-->>User: Parsed Object
    else API Error
        API-->>SDK: Error Response (4xx/5xx)
        SDK-->>User: Raise SDK Error
    end
Loading

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