Update: Breaking change
In this release, the http request settings for submitting a form are different from those for scraping. Before this release some of the setting were shared. If you need specific settings for form_submit
(like headers
or verify_ssl
), you can specify those under the form_submit
part of your configuration.
Changes
- Separate http settings for form submit and scrape request @danieldotnl (#353)
- Update dev environment @danieldotnl (#352)
- Update lint.yml to python 3.12 @danieldotnl (#349)