Releases: proxymesh/scrapy-proxy-headers
Releases · proxymesh/scrapy-proxy-headers
v0.2.0
What's Changed
Scrapy 2.14/2.15 Compatibility
- Fix
_cb_bodydonesignature to work with both Scrapy 2.14 (result, request, url) and 2.15+ (result, url) - Fix
download_requestto work with both old (spider param) and new (no spider param) Scrapy APIs - Remove custom Response attribute (incompatible with
__slots__in newer Scrapy) - Store proxy response headers on agent instance for download handler access
- Add
scrapy>=2.14.1dependency to pyproject.toml
Other
- Add SKILL.md for AI agent discovery
v0.1.6
v0.1.5
- Add Sphinx documentation with complete API reference by @proxymesh in #1
- Add comprehensive documentation and test harness by @proxymesh in #2
- Update scrapy compatibility
v0.1.4
v0.1.3
Parse proxy headers into response.headers
Full Changelog: v0.1.2...v0.1.3
Initial release
v0.1.2 cleanup, version 0.1.2