Skip to content

release: 0.11.0#28

Merged
stainless-app[bot] merged 4 commits intomainfrom
release-please--branches--main--changes--next
Sep 4, 2025
Merged

release: 0.11.0#28
stainless-app[bot] merged 4 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Aug 27, 2025

Automated Release PR

0.11.0 (2025-09-04)

Full Changelog: v0.10.0...v0.11.0

Features

  • api: adding support for browser profiles (481cdb3)

Bug Fixes

  • close body before retrying (a6a2e40)

Chores

  • internal: codegen related update (a7030ab)

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 releases version 0.11.0, adding support for browser profiles and fixing a connection leak bug in the request retry logic.

Why we made these changes

This release introduces browser profile management, a new feature allowing users to create and manage distinct browser sessions and configurations. Additionally, it improves the SDK's stability by fixing a bug that could cause connection leaks when API requests were retried.

What changed?

  • Feature: Browser Profiles
    • A new ProfileService was added to the client to create, retrieve, update, and delete browser profiles (client.go, profile.go).
    • Browser creation was updated to accept an optional Profile parameter (browser.go, browser_test.go).
  • Bug Fix
    • The core request logic was updated to ensure the response body is always closed before a request is retried, preventing resource leaks (internal/requestconfig/requestconfig.go).
  • Release Updates
    • Version bumped to 0.11.0 across CHANGELOG.md, README.md, and internal files.
    • API documentation was updated to reflect the new profile endpoints (api.md).

Description generated by Mesa. Update settings

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 4091967...e289b39

4 files reviewed | 0 comments | Review on Mesa | Edit Reviewer Settings

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e289b39 to 3a055bf Compare August 29, 2025 03:16
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 3a055bf to 1def0c4 Compare September 3, 2025 03:14
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1def0c4 to 76fc65c Compare September 4, 2025 15:09
@stainless-app stainless-app bot changed the title release: 0.10.1 release: 0.11.0 Sep 4, 2025
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 76fc65c to 435b343 Compare September 4, 2025 15:10
@stainless-app stainless-app bot merged commit 0edfbb6 into main Sep 4, 2025
4 checks passed
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Sep 4, 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