Releases: ScrapingBee/scrapingbee-python
Releases · ScrapingBee/scrapingbee-python
v2.0.1: Fixing typos Readme
v2.0.0
v1.2.0: Add new parameters and retry mechanism
This release document and support new parameters added to our API official documentation.
It also adds a retry mechanism allowing to retry the request when a 500 is returned. Reminder: no ScrapingBee credits are consumed when a 500 is encountered.
Python 3.6 support dropped.
Python 3.10 and 3.11 support were added.
v1.1.8: Fix POST handling
Add the json parameter for post requests: (#10) * Add the json parameter for post requests: The purpose here is to be iso "requests" in order to accept empty json body. Some "black" formatting too. * change flake8 max line length (100 -> 120)
v1.1.7: Add js_scenario support
Add js_scenario param (#9)
v1.1.6: Update documentation with Screenshot feature.
Update __version__.py
v.1.1.5: Overwrite default user-agent
Overwrite default requests user-agent (#7) * Overwrite default requests user-agent
v1.1.4: Improve Readme.md
Update setup.py
v1.1.3: Improve extract_rules handling
v1.1.0: Add the extract_rules formatter in order to jsonify dict (#3)
* Add the extract_rules formatter in order to jsonify dict * Update the readme with some 'extract_rules' exemple and version upgrade