Skip to content

Commit 2fd4043

Browse files
committed
Merge branch 'main' into pre/beta
Resolves conflicts in CHANGELOG.md (combined entries) and pyproject.toml (keep 2.1.1 from main; next release will bump).
2 parents 24127da + 4dea92e commit 2fd4043

43 files changed

Lines changed: 79 additions & 1916 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ jobs:
8181
path: ./dist
8282
key: ${{ runner.os }}-build-${{ github.sha }}
8383

84+
- name: Clean stale dist artifacts
85+
run: rm -rf ./dist/* || true
86+
8487
- name: Semantic Release
8588
uses: cycjimmy/semantic-release-action@v4.1.0
8689
with:

.readthedocs.yaml

Lines changed: 0 additions & 36 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## [2.1.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v2.1.0...v2.1.1) (2026-05-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** clean stale dist artifacts before semantic-release publish ([fe5b818](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/fe5b818cfe9f8d5d26d5043c55c0e66a6ed392de))
7+
8+
## [2.1.0](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v2.0.0...v2.1.0) (2026-05-10)
9+
10+
11+
### Features
12+
13+
* **models:** add OpenAI gpt-5.4 and gpt-5.5 family support ([c2c436d](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/c2c436d25c2f4dcad539ea1ab6dcda48e98a31c6))
14+
15+
16+
### chore
17+
18+
* **docs:** drop Sphinx/RTD setup, point doc links to docs.scrapegraphai.com ([efe336e](https://github.com/ScrapeGraphAI/Scrapegraph-ai/commit/efe336ec3f88da90dcc4923776e7da088278147b))
19+
120
## [2.1.0-beta.1](https://github.com/ScrapeGraphAI/Scrapegraph-ai/compare/v2.0.0...v2.1.0-beta.1) (2026-04-19)
221

322

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ Remember to have [Ollama](https://ollama.com/) installed and download the models
157157

158158
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1sEZBonBMGP44CtO6GQTwAlL0BGJXjtfd?usp=sharing)
159159

160-
The documentation for ScrapeGraphAI can be found [here](https://scrapegraph-ai.readthedocs.io/en/latest/).
161-
Check out also the Docusaurus [here](https://docs-oss.scrapegraphai.com/).
160+
The documentation for ScrapeGraphAI can be found [here](https://docs.scrapegraphai.com/introduction).
162161

163162
## 🤝 Contributing
164163

@@ -182,10 +181,10 @@ We offer SDKs in both Python and Node.js, making it easy to integrate into your
182181
| Python SDK | Python | [scrapegraph-py](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-py) |
183182
| Node.js SDK | Node.js | [scrapegraph-js](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-js) |
184183

185-
The Official API Documentation can be found [here](https://docs.scrapegraphai.com/).
184+
The Official API Documentation can be found [here](https://docs.scrapegraphai.com/introduction).
186185

187186
## 📈 Telemetry
188-
We collect anonymous usage metrics to enhance our package's quality and user experience. The data helps us prioritize improvements and ensure compatibility. If you wish to opt-out, set the environment variable SCRAPEGRAPHAI_TELEMETRY_ENABLED=false. For more information, please refer to the documentation [here](https://scrapegraph-ai.readthedocs.io/en/latest/scrapers/telemetry.html).
187+
We collect anonymous usage metrics to enhance our package's quality and user experience. The data helps us prioritize improvements and ensure compatibility. If you wish to opt-out, set the environment variable SCRAPEGRAPHAI_TELEMETRY_ENABLED=false. For more information, please refer to the documentation [here](https://docs.scrapegraphai.com/introduction).
189188

190189
## ❤️ Contributors
191190
[![Contributors](https://contrib.rocks/image?repo=ScrapeGraphAI/Scrapegraph-ai)](https://github.com/ScrapeGraphAI/Scrapegraph-ai/graphs/contributors)

docs/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/chinese.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,7 @@ print(json.dumps(result, indent=4))
159159

160160
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1sEZBonBMGP44CtO6GQTwAlL0BGJXjtfd?usp=sharing)
161161

162-
ScrapeGraphAI 的文档可以在[这里](https://scrapegraph-ai.readthedocs.io/en/latest/)找到。
163-
还可以查看 Docusaurus [这里](https://docs-oss.scrapegraphai.com/)
162+
ScrapeGraphAI 的文档可以在[这里](https://docs.scrapegraphai.com/introduction)找到。
164163

165164
## 🤝 贡献
166165

@@ -184,7 +183,7 @@ ScrapeGraphAI 的文档可以在[这里](https://scrapegraph-ai.readthedocs.io/e
184183
| Python SDK | Python | [scrapegraph-py](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-py) |
185184
| Node.js SDK | Node.js | [scrapegraph-js](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-js) |
186185

187-
官方 API 文档可以在[这里](https://docs.scrapegraphai.com/)找到。
186+
官方 API 文档可以在[这里](https://docs.scrapegraphai.com/introduction)找到。
188187

189188
## 🔥 基准测试
190189

@@ -193,7 +192,7 @@ ScrapeGraphAI 的文档可以在[这里](https://scrapegraph-ai.readthedocs.io/e
193192
![here](assets/histogram.png)
194193

195194
## 📈 遥测
196-
我们收集匿名使用指标以增强我们包的质量和用户体验。这些数据帮助我们确定改进的优先级并确保兼容性。如果您希望退出,请设置环境变量 SCRAPEGRAPHAI_TELEMETRY_ENABLED=false。有关更多信息,请参阅[这里](https://scrapegraph-ai.readthedocs.io/en/latest/scrapers/telemetry.html)的文档。
195+
我们收集匿名使用指标以增强我们包的质量和用户体验。这些数据帮助我们确定改进的优先级并确保兼容性。如果您希望退出,请设置环境变量 SCRAPEGRAPHAI_TELEMETRY_ENABLED=false。有关更多信息,请参阅[这里](https://docs.scrapegraphai.com/introduction)的文档。
197196

198197
## ❤️ 贡献者
199198
[![Contributors](https://contrib.rocks/image?repo=VinciGit00/Scrapegraph-ai)](https://github.com/VinciGit00/Scrapegraph-ai/graphs/contributors)

docs/japanese.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,7 @@ print(json.dumps(result, indent=4))
159159

160160
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1sEZBonBMGP44CtO6GQTwAlL0BGJXjtfd?usp=sharing)
161161

162-
ScrapeGraphAIのドキュメントは[こちら](https://scrapegraph-ai.readthedocs.io/en/latest/)で見ることができます。
163-
Docusaurusの[バージョン](https://docs-oss.scrapegraphai.com/)もご覧ください。
162+
ScrapeGraphAIのドキュメントは[こちら](https://docs.scrapegraphai.com/introduction)で見ることができます。
164163

165164
## 🤝 貢献
166165

@@ -184,7 +183,7 @@ PythonとNode.jsの両方でSDKを提供しており、プロジェクトに簡
184183
| Python SDK | Python | [scrapegraph-py](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-py) |
185184
| Node.js SDK | Node.js | [scrapegraph-js](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-js) |
186185

187-
公式APIドキュメントは[こちら](https://docs.scrapegraphai.com/)で見ることができます。
186+
公式APIドキュメントは[こちら](https://docs.scrapegraphai.com/introduction)で見ることができます。
188187

189188
## 🔥 ベンチマーク
190189

@@ -193,7 +192,7 @@ Firecrawlベンチマーク [Firecrawl benchmark](https://github.com/firecrawl/s
193192
![here](assets/histogram.png)
194193

195194
## 📈 テレメトリ
196-
パッケージの品質とユーザーエクスペリエンスを向上させるために、匿名の使用メトリクスを収集しています。このデータは、改善の優先順位付けと互換性の確保に役立ちます。オプトアウトする場合は、環境変数SCRAPEGRAPHAI_TELEMETRY_ENABLED=falseを設定してください。詳細については、[こちら](https://scrapegraph-ai.readthedocs.io/en/latest/scrapers/telemetry.html)のドキュメントを参照してください。
195+
パッケージの品質とユーザーエクスペリエンスを向上させるために、匿名の使用メトリクスを収集しています。このデータは、改善の優先順位付けと互換性の確保に役立ちます。オプトアウトする場合は、環境変数SCRAPEGRAPHAI_TELEMETRY_ENABLED=falseを設定してください。詳細については、[こちら](https://docs.scrapegraphai.com/introduction)のドキュメントを参照してください。
197196

198197
## ❤️ 貢献者
199198
[![Contributors](https://contrib.rocks/image?repo=VinciGit00/Scrapegraph-ai)](https://github.com/VinciGit00/Scrapegraph-ai/graphs/contributors)

docs/korean.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,7 @@ OpenAI, Groq, Azure, Gemini와 같은 API를 통해 다양한 LLM을 사용할
159159

160160
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1sEZBonBMGP44CtO6GQTwAlL0BGJXjtfd?usp=sharing)
161161

162-
ScrapeGraphAI 관련 문서는 [여기](https://scrapegraph-ai.readthedocs.io/en/latest/)에서 확인하실 수 있습니다.
163-
Docusaurus도 [여기](https://docs-oss.scrapegraphai.com/)에서 확인해 보세요.
162+
ScrapeGraphAI 관련 문서는 [여기](https://docs.scrapegraphai.com/introduction)에서 확인하실 수 있습니다.
164163

165164
## 🤝 기여
166165

@@ -184,7 +183,7 @@ Python과 Node.js SDK를 제공하여 프로젝트에 쉽게 통합할 수 있
184183
| Python SDK | Python | [scrapegraph-py](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-py) |
185184
| Node.js SDK | Node.js | [scrapegraph-js](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-js) |
186185

187-
공식 API 문서는 [여기](https://docs.scrapegraphai.com/)에서 확인할 수 있습니다.
186+
공식 API 문서는 [여기](https://docs.scrapegraphai.com/introduction)에서 확인할 수 있습니다.
188187

189188
## 🔥 벤치마크
190189

@@ -193,7 +192,7 @@ Firecrawl 벤치마크 [Firecrawl benchmark](https://github.com/firecrawl/scrape
193192
![here](assets/histogram.png)
194193

195194
## 📈 텔레메트리
196-
저희는 패키지의 품질과 사용자 경험을 향상시키기 위해 익명의 사용 지표를 수집합니다. 이 데이터는 개선 사항의 우선순위를 정하고 호환성을 보장하는 데 도움이 됩니다. 옵트아웃하려면 환경 변수 SCRAPEGRAPHAI_TELEMETRY_ENABLED=false를 설정하세요. 자세한 내용은 [여기](https://scrapegraph-ai.readthedocs.io/en/latest/scrapers/telemetry.html)에서 설명서를 참조하세요.
195+
저희는 패키지의 품질과 사용자 경험을 향상시키기 위해 익명의 사용 지표를 수집합니다. 이 데이터는 개선 사항의 우선순위를 정하고 호환성을 보장하는 데 도움이 됩니다. 옵트아웃하려면 환경 변수 SCRAPEGRAPHAI_TELEMETRY_ENABLED=false를 설정하세요. 자세한 내용은 [여기](https://docs.scrapegraphai.com/introduction)에서 설명서를 참조하세요.
197196

198197
## ❤️ 기여자들
199198
[![Contributors](https://contrib.rocks/image?repo=VinciGit00/Scrapegraph-ai)](https://github.com/VinciGit00/Scrapegraph-ai/graphs/contributors)

docs/make.bat

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/portuguese.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,7 @@ Lembre-se de ter o [Ollama](https://ollama.com/) instalado e baixar os modelos u
159159

160160
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1sEZBonBMGP44CtO6GQTwAlL0BGJXjtfd?usp=sharing)
161161

162-
A documentação do ScrapeGraphAI pode ser encontrada [aqui](https://scrapegraph-ai.readthedocs.io/en/latest/).
163-
Confira também o Docusaurus [aqui](https://docs-oss.scrapegraphai.com/).
162+
A documentação do ScrapeGraphAI pode ser encontrada [aqui](https://docs.scrapegraphai.com/introduction).
164163

165164
## 🤝 Contribuindo
166165

@@ -184,7 +183,7 @@ Oferecemos SDKs em Python e Node.js, facilitando a integração em seus projetos
184183
| Python SDK | Python | [scrapegraph-py](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-py) |
185184
| Node.js SDK | Node.js | [scrapegraph-js](https://github.com/ScrapeGraphAI/scrapegraph-sdk/tree/main/scrapegraph-js) |
186185

187-
A Documentação Oficial da API pode ser encontrada [aqui](https://docs.scrapegraphai.com/).
186+
A Documentação Oficial da API pode ser encontrada [aqui](https://docs.scrapegraphai.com/introduction).
188187

189188
## 🔥 Benchmark
190189

@@ -193,7 +192,7 @@ De acordo com o benchmark do Firecrawl [Firecrawl benchmark](https://github.com/
193192
![here](assets/histogram.png)
194193

195194
## 📈 Telemetria
196-
Coletamos métricas de uso anônimas para melhorar a qualidade e a experiência do usuário do nosso pacote. Os dados nos ajudam a priorizar melhorias e garantir compatibilidade. Se você deseja optar por não participar, defina a variável de ambiente SCRAPEGRAPHAI_TELEMETRY_ENABLED=false. Para mais informações, consulte a documentação [aqui](https://scrapegraph-ai.readthedocs.io/en/latest/scrapers/telemetry.html).
195+
Coletamos métricas de uso anônimas para melhorar a qualidade e a experiência do usuário do nosso pacote. Os dados nos ajudam a priorizar melhorias e garantir compatibilidade. Se você deseja optar por não participar, defina a variável de ambiente SCRAPEGRAPHAI_TELEMETRY_ENABLED=false. Para mais informações, consulte a documentação [aqui](https://docs.scrapegraphai.com/introduction).
197196

198197
## ❤️ Contribuidores
199198
[![Contributors](https://contrib.rocks/image?repo=VinciGit00/Scrapegraph-ai)](https://github.com/VinciGit00/Scrapegraph-ai/graphs/contributors)

0 commit comments

Comments
 (0)