Releases: ScrapingBee/scrapingbee-node
Releases · ScrapingBee/scrapingbee-node
v1.8.2 Bug Fix
What's Changed
- Fixed circular dependency
v1.8.1 Security update
What's Changed
- Fix npm vulnerabilities
- Update Node version to use the last active LTS
- Update GitHub Action workflows
Added Amazon, Walmart, YouTube and ChatGPT APIs
What's Changed
- Added Trusted Publisher Configuration by @sahilsunny in #19
- Add support for multiple ScrapingBee APIs (Google, Amazon, Walmart, YouTube, ChatGPT) + Usage endpoint by @sahilsunny in #20
New Contributors
- @sahilsunny made their first contribution in #19
Full Changelog: v1.7.6...v1.8.0
v1.7.6 AI extract rules support
v1.7.5 Update Axios
- Update axios to 1.7.7 to fix security vulnerabilities (#14)
v1.7.4 Fix a bug with boolean false query params
- Fix
is_emptyfunction tu returntruefor booleanfalsevalue.
v1.7.3 Update Axios
Update Axios to 1.4.0
v1.7.2 Fix typos in README.md
Change `package.json`version
v1.7.1 Timeout mechanism and wait_browser param
- Added CHANGELOG.md file
- Added wait_browser parameter to SpbParams for auto completion purpose
- Added timeout parameter to SpbConfig (#7)
v1.7.0 Retry mechanism and new params
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.
It also adds autocompletion support.