Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.OpenSSF Scorecard
Scanned Files |
## [1.4.3-beta.1](v1.4.2...v1.4.3-beta.1) (2024-12-03) ### Bug Fixes * updated comment ([8250818](8250818)) ### chore * improved url validation ([83eac53](83eac53))
|
🎉 This PR is included in version 1.4.3-beta.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 1.4.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
VinciGit00
added a commit
that referenced
this pull request
Mar 30, 2026
Port the Python SDK to the new v2 API surface, mirroring scrapegraph-js PR #11. Breaking changes: - smartscraper -> extract (POST /api/v1/extract) - searchscraper -> search (POST /api/v1/search) - scrape now uses format-specific config (markdown/html/screenshot/branding) - crawl/monitor are now namespaced: client.crawl.start(), client.monitor.create() - Removed: markdownify, agenticscraper, sitemap, healthz, feedback, scheduled jobs - Auth: sends both Authorization: Bearer and SGAI-APIKEY headers - Added X-SDK-Version header, base_url parameter for custom endpoints - Version bumped to 2.0.0 Tested against dev API (https://sgai-api-dev-v2.onrender.com/api/v1/scrape): - Scrape markdown: returns markdown content successfully - Scrape html: returns content successfully - All 72 unit tests pass with 81% coverage Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
FrancescoSaverioZuppichini
pushed a commit
that referenced
this pull request
Apr 14, 2026
Port the Python SDK to the new v2 API surface, mirroring scrapegraph-js PR #11. Breaking changes: - smartscraper -> extract (POST /api/v1/extract) - searchscraper -> search (POST /api/v1/search) - scrape now uses format-specific config (markdown/html/screenshot/branding) - crawl/monitor are now namespaced: client.crawl.start(), client.monitor.create() - Removed: markdownify, agenticscraper, sitemap, healthz, feedback, scheduled jobs - Auth: sends both Authorization: Bearer and SGAI-APIKEY headers - Added X-SDK-Version header, base_url parameter for custom endpoints - Version bumped to 2.0.0 Tested against dev API (https://sgai-api-dev-v2.onrender.com/api/v1/scrape): - Scrape markdown: returns markdown content successfully - Scrape html: returns content successfully - All 72 unit tests pass with 81% coverage Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.