Skip to content

release: 3.18.0#322

Merged
monadoid merged 5 commits intomainfrom
release-please--branches--main--changes--next
Mar 25, 2026
Merged

release: 3.18.0#322
monadoid merged 5 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Mar 24, 2026

Automated Release PR

3.18.0 (2026-03-25)

Full Changelog: v3.7.0...v3.18.0

Features

  • Add explicit SSE event names for local v3 streaming (493abf4)
  • Include LLM headers in ModelConfig (b0df6bc)

Chores

  • ci: skip lint on metadata-only changes (4049e44)
  • internal: update gitignore (5acaa6f)

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
Contributor Author

stainless-app bot commented Mar 24, 2026

🧪 Testing

To try out this version of the SDK:

pip install 'https://pkg.stainless.com/s/stagehand-python/4049e44cb7855c62d2231c34c6211532860dfdbf/stagehand-3.7.0-py3-none-any.whl'

Expires at: Fri, 24 Apr 2026 12:42:16 GMT
Updated at: Wed, 25 Mar 2026 12:42:16 GMT

Copy link

@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 App as Client Application
    participant SDK as Stagehand SDK
    participant API as Stagehand API

    App->>SDK: Initialize Client
    SDK->>SDK: CHANGED: Load version 3.7.1 from _version.py
    
    App->>SDK: Call API method (e.g. act/observe)
    SDK->>API: Request with Identification Headers
    Note over SDK,API: CHANGED: User-Agent header reports version 3.7.1
    API-->>SDK: Response
    SDK-->>App: Result
Loading

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 438837c to 11524d1 Compare March 24, 2026 17:21
@stainless-app stainless-app bot changed the title release: 3.7.1 release: 3.8.0 Mar 24, 2026
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 11524d1 to 3e6e9eb Compare March 24, 2026 17:22
@monadoid monadoid changed the title release: 3.8.0 release: 3.18.0 Mar 24, 2026
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Mar 24, 2026

Release version edited manually

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

If you instead want to use the version number 3.8.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 branch from 3e6e9eb to 141fa0c Compare March 24, 2026 17:36
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 141fa0c to e2c8f6f Compare March 25, 2026 12:42
@monadoid monadoid merged commit dfc4a7a into main Mar 25, 2026
7 checks passed
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Mar 25, 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