Skip to content

Releases: proxymesh/scrapy-proxy-headers

v0.2.0

20 Apr 17:30
c427117

Choose a tag to compare

What's Changed

Scrapy 2.14/2.15 Compatibility

  • Fix _cb_bodydone signature to work with both Scrapy 2.14 (result, request, url) and 2.15+ (result, url)
  • Fix download_request to 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.1 dependency to pyproject.toml

Other

  • Add SKILL.md for AI agent discovery

v0.1.6

10 Feb 22:38

Choose a tag to compare

Update project links

v0.1.5

10 Feb 22:19

Choose a tag to compare

  • 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

18 Apr 20:26

Choose a tag to compare

Preserve proxy response headers across multiple requests because proxy tunnels can be reused

v0.1.3

07 Feb 19:17

Choose a tag to compare

Parse proxy headers into response.headers

Full Changelog: v0.1.2...v0.1.3

Initial release

31 Jan 19:55

Choose a tag to compare

v0.1.2

cleanup, version 0.1.2