·
7 commits
to main
since this release
This release optimizes proxy handling by moving geo-lookup and timezone resolution to page load time, reducing startup latency and supporting per-context proxy configurations for advanced scraping workflows.
🛠️ Improvements
- On-Demand Proxy Geo & Timezone Fetch
- Proxy’s latitude/longitude, timezone, and public IP are now retrieved when a page is opened using an interceptor.
- Avoids delays at browser launch and allows each
BrowserContext
to independently set and resolve proxy details.
📄 For the full list of changes, see: CHANGELOG.md
🎯 Upgrade Recommendation
Upgrade to this version to enjoy faster startup times and more flexible, per-context proxy usage without sacrificing stealth or accuracy.