v2.43.20
spider-rs/spiderv2.43.20Feb 3, 2026by j-mendez
AI Summary
Bug fix release with spider_agent v0.4.0 integration, fixing doctest issues and adding adblock compatibility while incorporating major performance optimizations from the agent.
Key Highlights
- Fix doctest and chromey for adblock compatibility
- Use reqwest::Client directly for cache feature compatibility
- spider_agent v0.4.0 integration
- Smart caching with size-aware LRU eviction
- Smart model routing based on task complexity
New Features
- Fix doctest and update chromey for adblock compatibility
- Use reqwest::Client directly for cache feature compatibility
- spider_agent v0.4.0 integration with SmartCache, ChainExecutor, BatchExecutor, PrefetchManager, and ModelRouter
Full Release Notes
## Spider v2.43.20 ### Changes - **fix(spider)**: Fix doctest and update chromey for adblock compatibility - **fix(search)**: Use reqwest::Client directly for cache feature compatibility - **chore(spider)**: Update spider_agent dependency to 0.4 ### spider_agent Integration The `agent` feature now uses spider_agent v0.4.0, which includes: - Smart caching with size-aware LRU eviction - High-performance chain execution with parallel step support - Batch processing for multiple items - Prefetch management for predictive page loading - Smart model routing based on task complexity ### Full Changelog https://github.com/spider-rs/spider/compare/v2.43.19...v2.43.20