Releases: scrapy-plugins/scrapy-playwright
Releases · scrapy-plugins/scrapy-playwright
v0.0.42
What's Changed
- Allow custom PageMethod callbacks by @jdemaeyer in #318
- Fix download error caused by Content-Encoding header by @ma-pony in #322
New Contributors
- @jdemaeyer made their first contribution in #318
- @ma-pony made their first contribution in #322
Full Changelog: v0.0.41...v0.0.42
v0.0.41
What's Changed
- Keyword arguments for PLAYWRIGHT_PROCESS_REQUEST_HEADERS, pass additional Request fields by @elacuesta in #303
- Retry to create page on browser crash by @elacuesta in #305
- Fix typo in log message by @hmtbr in #312
New Contributors
Full Changelog: v0.0.40...v0.0.41
v0.0.40
What's Changed
- Enforce asyncio reactor in all platforms by @elacuesta in #298
- Allow multiple handlers in threaded loop by @elacuesta in #299
Full Changelog: v0.0.39...v0.0.40
v0.0.39
What's Changed
- Return proper status and headers for downloads by @elacuesta in #293
- Restart on browser crash by @elacuesta in #295
- Override method and/or body only for the first matching request by @elacuesta in #297
Full Changelog: v0.0.38...v0.0.39
v0.0.38
What's Changed
- Fix freezing on responses with status 204 by @elacuesta in #292
- Connect to remote browser using BrowserType.connect by @elacuesta in #283
Full Changelog: v0.0.37...v0.0.38
v0.0.37
What's Changed
- Improve concurrency on Windows by @elacuesta in #286
Full Changelog: v0.0.36...v0.0.37
v0.0.36
What's Changed
- Windows support by @elacuesta & @sanzenwin in #276. Initial idea and implementation by @sanzenwin in #251.
New Contributors
- @sanzenwin made their first contribution in #276 (continuation of #251)
Full Changelog: v0.0.35...v0.0.36
v0.0.35
v0.0.34
What's Changed
- Add kwargs to
parse
to be compatible with base class by @SamuelMarks in #241 - Use Download.path directly by @elacuesta in #246
- CI: bump actions version by @elacuesta in #247
- Configuration class by @elacuesta in #248
- Test on Python 3.12 by @elacuesta in #254
- Remove pytest-asyncio by @elacuesta in #252
- Custom memusage extension by @elacuesta in #257
New Contributors
- @SamuelMarks made their first contribution in #241
Full Changelog: v0.0.33...v0.0.34
v0.0.33
What's Changed
- Handle downloads as binary responses by @elacuesta in #228
Full Changelog: v0.0.32...v0.0.33