Skip to content

Add proxy update#61

Merged
AHarmlessPyro merged 1 commit intomainfrom
add_proxy_update
Mar 16, 2026
Merged

Add proxy update#61
AHarmlessPyro merged 1 commit intomainfrom
add_proxy_update

Conversation

@AHarmlessPyro
Copy link
Contributor

@AHarmlessPyro AHarmlessPyro commented Mar 15, 2026

Note

Medium Risk
Adds a new session update path for proxy configuration (enable/disable, static IP, location), which could affect how running sessions route traffic if misused. Changes are localized to the SDK surface area and model serialization.

Overview
Adds support for updating a running session’s proxy configuration via new SessionManager.update_proxy_params() methods in both sync and async clients, sending type: "proxy" updates to /session/{id}/update.

Introduces new Pydantic request models UpdateSessionProxyParams (with optional staticIpId and location) and UpdateSessionProxyLocationParams (country/state/city), and exports them from hyperbrowser.models.

Bumps the SDK version to 0.88.0 and cleans up a couple unused imports.

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

@AHarmlessPyro AHarmlessPyro merged commit 79f62ba into main Mar 16, 2026
1 check passed
@AHarmlessPyro AHarmlessPyro deleted the add_proxy_update branch March 16, 2026 00:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants