v2.37.180

spider-rs/spiderv2.37.180Nov 1, 2025by j-mendez

AI Summary

This release fixes CLI argument duplication, Chrome compilation issues, and improves file URL parsing while adding global byte tracking and proxy URL support.

Key Highlights

  • Fix duplicated argument -r in spider_cli
  • Fix Chrome compilation issues
  • Fix download files URL empty parse
  • Add `with_max_bytes_allowed` for global browser context
  • Add proxy_url configuration

New Features

  • Global browser context byte tracking
  • Proxy URL configuration

Full Release Notes

## What's Changed

* spider_cli: fix duplicated argument -r by @zazolabs in https://github.com/spider-rs/spider/pull/324
* chore(chrome): fix compile [#328]
* spider_cli: fix download files url empty parse
* feat(spider): add `with_max_bytes_allowed` to track global browser context bytes for session
* chore(cli): add proxy_url [#330]

## New Contributors
* @zazolabs made their first contribution in https://github.com/spider-rs/spider/pull/324

**Full Changelog**: https://github.com/spider-rs/spider/compare/v2.37.159...v2.37.180