Skip to content

Commit 844614b

Browse files
ci(release): 1.47.0 [skip ci]
## [1.47.0](v1.46.0...v1.47.0) (2026-04-18) ### Features * add location_geo_code parameter to SearchScraper ([c0cfb4f](c0cfb4f)), closes [#384](https://github.com/ScrapeGraphAI/scrapegraph-py/issues/384) * add time_range parameter to SearchScraper ([2de9a89](2de9a89)) * add wait_ms parameter to Crawler endpoint ([0a67ce5](0a67ce5)), closes [sgai-api#402](https://github.com/ScrapeGraphAI/sgai-api/issues/402) * add wait_ms parameter to SmartScraper, Scrape, and Markdownify endpoints ([b9c0f56](b9c0f56)), closes [ScrapeGraphAI/sgai-api#399](https://github.com/ScrapeGraphAI/sgai-api/issues/399) ### Bug Fixes * remove trailing comma on headers field in ScrapeRequest model ([c6aa423](c6aa423)) * resolve 51 pre-existing test failures across test suite ([6734836](6734836)) * trigger release workflow ([3b2f90f](3b2f90f)) * update deprecation notice URL to official docs ([0c58efb](0c58efb)) * **ci:** update repository URL to scrapegraph-py ([ed003c8](ed003c8)) ### chore * add deprecation notice for v1.x and bump to 1.12.3 ([d105c85](d105c85)) * removed unused api ([7f78cf2](7f78cf2)) ### CI * reduce test matrix to Python 3.12 only and fix CI failures ([97c7898](97c7898))
1 parent 3b2f90f commit 844614b

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

scrapegraph-py/CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## [1.47.0](https://github.com/ScrapeGraphAI/scrapegraph-py/compare/v1.46.0...v1.47.0) (2026-04-18)
2+
3+
4+
### Features
5+
6+
* add location_geo_code parameter to SearchScraper ([c0cfb4f](https://github.com/ScrapeGraphAI/scrapegraph-py/commit/c0cfb4fadc6d667746ae5c5b16ab6952cdfeb840)), closes [#384](https://github.com/ScrapeGraphAI/scrapegraph-py/issues/384)
7+
* add time_range parameter to SearchScraper ([2de9a89](https://github.com/ScrapeGraphAI/scrapegraph-py/commit/2de9a89421e8b6d856a7497b7bf271e66980ff4f))
8+
* add wait_ms parameter to Crawler endpoint ([0a67ce5](https://github.com/ScrapeGraphAI/scrapegraph-py/commit/0a67ce5dfc01e00ed2a4be6c0f0a642d294cedbc)), closes [sgai-api#402](https://github.com/ScrapeGraphAI/sgai-api/issues/402)
9+
* add wait_ms parameter to SmartScraper, Scrape, and Markdownify endpoints ([b9c0f56](https://github.com/ScrapeGraphAI/scrapegraph-py/commit/b9c0f564b84f6909637d26c3c31777a56901f6f5)), closes [ScrapeGraphAI/sgai-api#399](https://github.com/ScrapeGraphAI/sgai-api/issues/399)
10+
11+
12+
### Bug Fixes
13+
14+
* remove trailing comma on headers field in ScrapeRequest model ([c6aa423](https://github.com/ScrapeGraphAI/scrapegraph-py/commit/c6aa423737a77fdc2a139d53039f2d0ba24b94d1))
15+
* resolve 51 pre-existing test failures across test suite ([6734836](https://github.com/ScrapeGraphAI/scrapegraph-py/commit/6734836c787ad7b1baba56629051cf3df742e9a7))
16+
* trigger release workflow ([3b2f90f](https://github.com/ScrapeGraphAI/scrapegraph-py/commit/3b2f90f3cf082576f61257b8ddc39c43206cbec1))
17+
* update deprecation notice URL to official docs ([0c58efb](https://github.com/ScrapeGraphAI/scrapegraph-py/commit/0c58efb72e354730693b279a1beeb4ad4a066943))
18+
* **ci:** update repository URL to scrapegraph-py ([ed003c8](https://github.com/ScrapeGraphAI/scrapegraph-py/commit/ed003c8c1e7d6ad780dd0c0280d04b28bbd049f5))
19+
20+
21+
### chore
22+
23+
* add deprecation notice for v1.x and bump to 1.12.3 ([d105c85](https://github.com/ScrapeGraphAI/scrapegraph-py/commit/d105c857379854246b9e696fa39640928e3aa807))
24+
* removed unused api ([7f78cf2](https://github.com/ScrapeGraphAI/scrapegraph-py/commit/7f78cf2b3171e7c7649985a714741c00cf0e3b1b))
25+
26+
27+
### CI
28+
29+
* reduce test matrix to Python 3.12 only and fix CI failures ([97c7898](https://github.com/ScrapeGraphAI/scrapegraph-py/commit/97c78983160d76227bdadec5c5db265fe3d56105))
30+
131
## [1.46.0](https://github.com/ScrapeGraphAI/scrapegraph-sdk/compare/v1.45.0...v1.46.0) (2026-01-26)
232

333

0 commit comments

Comments
 (0)