We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87154a commit a28631aCopy full SHA for a28631a
docs/changelog.md
@@ -3,7 +3,9 @@
3
4
### [v0.0.41](https://github.com/scrapy-plugins/scrapy-playwright/releases/tag/v0.0.41) (2024-08-13)
5
6
-* Keyword arguments for PLAYWRIGHT_PROCESS_REQUEST_HEADERS, pass additional Request fields (#303)
+* Keyword arguments for PLAYWRIGHT_PROCESS_REQUEST_HEADERS, pass additional Request data (#303).
7
+ Deprecated positional argument handling for the function passed to the PLAYWRIGHT_PROCESS_REQUEST_HEADERS
8
+ setting, arguments should now be handled by keyword.
9
* Retry to create page on browser crash (#305)
10
* Fix typo in log message (#312)
11
0 commit comments