You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mechanical migration required by the SDK bump (no new features). The bump is
needed for upcoming browser/acquire name+tags support, but v0.65.0 also ships
unrelated breaking changes that the cmd packages must absorb to compile:
- All list endpoints are now paginated. Update the List interface signatures
and call sites for browser pools, proxies, credential providers, and
extensions to take *ListParams and read OffsetPagination.Items. Because the
pre-bump List returned the full unpaginated slice, these four commands gain
--limit/--offset flags so they can page through results (matching the
existing browsers/profiles/api-keys list convention) instead of silently
truncating to the first page.
- Browser pool update Size is now param.Opt[int64].
- Proxy config unions were renamed (ProxyNewParamsConfigDatacenterProxyConfig →
ProxyNewParamsConfigDatacenter, OfProxyNewsConfig… → OfDatacenter, etc.).
- The proxy API dropped `carrier` from both request (mobile create) and
response configs, so the CLI no longer accepts --carrier or displays Carrier
(mobile get/list now surface City/State instead). Mobile create also no
longer supports zip/asn; passing them warns and they are ignored. The proxy
command docs in README.md are trimmed to match.
Tests updated to the new fake List signatures and config shapes, plus
limit/offset forwarding tests for the proxy, extension, and credential-provider
list commands.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments