Releases: scrapy-plugins/scrapy-playwright
Releases · scrapy-plugins/scrapy-playwright
v0.0.22
What's Changed
- Remove deprecated code by @elacuesta in #127
- Page init callback by @elacuesta in #128
Full Changelog: v0.0.21...v0.0.22
v0.0.21
Full Changelog: v0.0.20...v0.0.21
- Fixed TypeError exception when getting server IP address
v0.0.20
What's Changed
- Don't break if Page.goto returns None by @elacuesta in #113
Full Changelog: v0.0.19...v0.0.20
v0.0.19
What's Changed
- add playwright page.goto kwargs by @Pandaaaa906 in #54
New Contributors
- @Pandaaaa906 made their first contribution in #54
Full Changelog: v0.0.18...v0.0.19
v0.0.18
What's Changed
- Always override request headers by @elacuesta in #98
Full Changelog: v0.0.17...v0.0.18
v0.0.17
What's Changed
- Persistent contexts by @elacuesta in #94
- Limit concurrent context count (PLAYWRIGHT_MAX_CONTEXTS setting) by @elacuesta in #95
Full Changelog: v0.0.16...v0.0.17
v0.0.16
What's Changed
- Fix playwright header override by @clippered in #92
- Use new headers API from Playwright 1.15 by @elacuesta in #93
New Contributors
- @clippered made their first contribution in #92
Full Changelog: v0.0.15...v0.0.16
v0.0.15
What's Changed
- Remove deprecated PLAYWRIGHT_CONTEXT_ARGS setting by @elacuesta in #75
- Update README.md by @wRAR in #77
- Warn on failed requests by @elacuesta in #74
- PLAYWRIGHT_ABORT_REQUEST: accept coroutine functions by @elacuesta in #86
- Accept sync functions to process headers by @elacuesta in #87
- Set playwright_page request meta key early by @elacuesta in #91
New Contributors
Full Changelog: v0.0.14...v0.0.15
v0.0.14
What's Changed
- Renamed
scrapy_playwright.page.PageCoroutine
toscrapy_playwright.page.PageMethod
by @elacuesta in #70
PageCoroutine
is now deprecated. Also deprecated theplaywright_page_coroutines
Request meta key in favor ofplaywright_page_methods
.
Full Changelog: v0.0.13...v0.0.14
v0.0.13
What's Changed
- PageCoroutine checks by @elacuesta in #69
- Fix encoding detection by @elacuesta in #72
- Ability to abort requests via setting by @elacuesta in #63
Full Changelog: v0.0.12...v0.0.13