v1.94.4
spider-rs/spiderv1.94.4May 9, 2024by j-mendez
AI Summary
Introduces configuration flags to enable hybrid caching between Chrome CDP and HTTP requests, as well as header simulation.
Key Highlights
- Added `cache_chrome_hybrid` feature flag
- Added `real_browser` flag for HTTP header simulation
New Features
- Hybrid cache between chrome CDP and HTTP
- HTTP header simulation for browser requests
Full Release Notes
# Whats Changed Using a hybrid cache between chrome CDP Request and HTTP Request can be done using the `cache_chrome_hybrid` feature flag. You can simulate browser http headers to help increase the chance of the request with http using the `real_browser` flag. 1. feat(cache): add chrome caching between http 1. feat(real_browser): add http simulation headers **Full Changelog**: https://github.com/spider-rs/spider/compare/v1.93.43...v1.94.4