v2.21.27
spider-rs/spiderv2.21.27Dec 10, 2024by j-mendez
AI Summary
Adds balance and remote_addr feature flags, re-usable chrome client, and fixes Chrome navigation issues.
Key Highlights
- Added `balance` feature flag for global semaphores.
- Added `remote_addr` feature flag to get page IP.
- Re-usable Chrome client and WebSocket stream support.
- Fixed Chrome inline page navigations.
New Features
- Balance feature flag
- Remote address feature flag
- Re-usable Chrome client
Full Release Notes
# Whats Changed * add `balance` feature flag to switch to global semaphores. * add `remote_addr` feature flag to get the page remote address / ip. * add re-usable chrome client and stream ws * fix chrome inline page navigations * fix constraining html only pages **Full Changelog**: https://github.com/spider-rs/spider/compare/v2.20.6...v2.21.27