Skip to content

Commit 9ee07aa

Browse files
committed
Update changelog
1 parent 999dc48 commit 9ee07aa

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# scrapy-playwright changelog
22

3+
### [v0.0.13](https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.13) (2022-03-24)
4+
5+
* PageCoroutine checks
6+
* Fix encoding detection
7+
* Ability to abort requests via setting
8+
9+
10+
### [v0.0.12](https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.12) (2022-03-15)
11+
12+
* Avoid exceptions during cleanup when the browser could not start
13+
* Warn when non PageCoroutine objects are passed to Request.meta.playwright_page_coroutines
14+
15+
16+
### [v0.0.11](https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.11) (2022-03-12)
17+
18+
* Set the maximum amount of pages per context
19+
* Response.ip_address attribute
20+
* Response security details
21+
22+
23+
### [v0.0.10](https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.10) (2022-03-02)
24+
25+
* Fix response encoding detection
26+
27+
328
### [v0.0.9](https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.9) (2022-01-27)
429

530
* Ability to process request headers

0 commit comments

Comments
 (0)