scrapingbee
Version:
ScrapingBee Node SDK
41 lines (22 loc) • 1.45 kB
Markdown
# Changelog
## [1.7.5](https://github.com/ScrapingBee/scrapingbee-node/compare/v1.7.4...v1.7.5) (2023-06-06)
### Bugfix
- Update `axios` to 1.7.7 to fix security vulnerabilities ([#14](https://github.com/ScrapingBee/scrapingbee-node/issues/14))
## [1.7.4](https://github.com/ScrapingBee/scrapingbee-node/compare/v1.7.3...v1.7.4) (2023-05-30)
### Bugfix
- Fix bug with boolean query parameters
## [1.7.3](https://github.com/ScrapingBee/scrapingbee-node/compare/v1.7.2...v1.7.3) (2023-05-11)
### Features
- Update Axios to 1.4.0
## [1.7.2](https://github.com/ScrapingBee/scrapingbee-node/compare/v1.7.1...v1.7.2) (2023-04-06)
### Bugfix
- Fix typos in `README.md` ([#9](https://github.com/ScrapingBee/scrapingbee-node/pull/9))
## [1.7.1](https://github.com/ScrapingBee/scrapingbee-node/compare/v1.7.0...v1.7.1) (2023-03-23)
### Features
- Added this `CHANGELOG.md` file
- Added `wait_browser` parameter to `SpbParams` for auto completion purpose
- Added `timeout` parameter to `SpbConfig` ([#7](https://github.com/ScrapingBee/scrapingbee-node/issues/7))
## [1.7.0](https://github.com/ScrapingBee/scrapingbee-node/compare/v1.6.2...v1.7.0) (2023-03-20)
### Features
- Added `SpbConfig` and `SpbParams` to get hints when building an API call ([#4](https://github.com/ScrapingBee/scrapingbee-node/issues/4))
- Added `retries` mechanism on 5XX API call ([#5](https://github.com/ScrapingBee/scrapingbee-node/issues/5))