Releases: ScrapeGraphAI/scrapegraph-py
Releases · ScrapeGraphAI/scrapegraph-py
v1.6.0-beta.1
05 Dec 14:30
Compare
Sorry, something went wrong.
No results found
Features
changed SyncClient to Client (9e1e496 )
Bug Fixes
logger working properly now (9712d4c )
updated env variable loading (2643f11 )
CI
release: 1.4.3-beta.2 [skip ci] (8ab6147 )
release: 1.4.3-beta.3 [skip ci] (1bc26c7 )
release: 1.5.0-beta.1 [skip ci] (8900f7b )
v1.5.0-beta.1
05 Dec 14:05
Compare
Sorry, something went wrong.
No results found
Features
changed SyncClient to Client (9e1e496 )
v1.4.3-beta.3
05 Dec 11:01
Compare
Sorry, something went wrong.
No results found
Bug Fixes
updated env variable loading (2643f11 )
v1.4.3-beta.2
05 Dec 10:24
Compare
Sorry, something went wrong.
No results found
Bug Fixes
logger working properly now (9712d4c )
v1.5.0
04 Dec 08:59
Compare
Sorry, something went wrong.
No results found
1.5.0 (2024-12-04)
Features
v1.4.3
03 Dec 18:42
Compare
Sorry, something went wrong.
No results found
1.4.3 (2024-12-03)
Bug Fixes
chore
CI
release: 1.4.3-beta.1 [skip ci] (cd1169b )
v1.4.3-beta.1
03 Dec 18:40
Compare
Sorry, something went wrong.
No results found
v1.4.2
02 Dec 10:19
Compare
Sorry, something went wrong.
No results found
1.4.2 (2024-12-02)
Bug Fixes
v1.4.1
02 Dec 10:14
Compare
Sorry, something went wrong.
No results found
1.4.1 (2024-12-02)
Bug Fixes
chore
set up eslint and prettier for code linting and formatting (13cf1e5 )
v1.4.0
30 Nov 16:18
Compare
Sorry, something went wrong.
No results found
1.4.0 (2024-11-30)
Features
added example of the smartScraper function using a schema (baf933b )
implemented support for requests with schema (10a1a5a )
Bug Fixes
the "workspace" key has been removed because it was conflicting with the package.json file in the scrapegraph-js folder. (1299173 )
chore
added Zod package dependency (ee5738b )
Docs
added an example of the smartScraper functionality using a schema (cf2f28f )
Refactor