Releases: scrapy-plugins/scrapy-playwright
Releases · scrapy-plugins/scrapy-playwright
v0.0.12
What's Changed
- Avoid exceptions during cleanup when the browser could not start
- Warn when non PageCoroutine objects are passed to
Request.meta.playwright_page_coroutines
Full Changelog: v0.0.11...v0.0.12
v0.0.11
What's Changed
- Max pages per context by @elacuesta in #16
- Response.ip_address attribute by @elacuesta in #67
- Response security details by @elacuesta in #68
Full Changelog: v0.0.10...v0.0.11
v0.0.10
What's Changed
- Fix response encoding detection by @elacuesta in #65
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- Ability to process request headers by @elacuesta in #38
Full Changelog: v0.0.8...v0.0.9
v0.0.8
v0.0.7
What's Changed
- Log all requests/responses (debug level) by @elacuesta in #37
Full Changelog: v0.0.6...v0.0.7
v0.0.6
What's Changed
- Page event handlers by @elacuesta in #28
- [tests] add Python 3.10 env, update pytest dependency by @elacuesta in #30
- Avoid duplicate CI runs by @Gallaecio in #31
- Closing coroutine, simplify tests by @elacuesta in #32
- [readme.md] remove incorrect self argument from page action callback by @pawelmhm in #35
- Override User-Agent header by @elacuesta in #29
New Contributors
- @Gallaecio made their first contribution in #31
- @pawelmhm made their first contribution in #35
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Release 0.0.4
Highlights:
- Added support for multiple browser contexts (#13)
Deprecated PLAYWRIGHT_CONTEXT_ARGS
setting in favor of PLAYWRIGHT_CONTEXTS