Releases: superagents-lab/search1api-python
Releases · superagents-lab/search1api-python
Release list
v0.2.1
重新同步公开契约
vendored 的 OpenAPI 快照此前落后 canonical 一个版本,而 tests/test_client.py 的契约覆盖测试正是拿它做校验 —— 校验的是一份过期契约。本版同步:
| 端点 | 修正 |
|---|---|
POST /search、/news |
移除 canonical 已删除的 404 |
POST /screenshot |
补上 canonical 新增的 403 |
POST /crawl、/screenshot |
requestBody 深层差异 |
新快照同时带上了每个 operation 的 description —— 上游刚补的选型指引。
project_urls
此前没有 Homepage,且 Documentation 指向已于 2026-08 迁走的 www.search1api.com,PyPI 页面上那个链接靠 301 才活着。
- 补上
Homepage = https://s1.dev—— agent 确认「官方 SDK」的依据 Documentation改到https://s1.dev/docs/integrations/sdks
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Adds first-class Screenshot API support.
- Capture PNG, JPEG, or WebP images with client.screenshot().
- Supports full-page, selector, viewport, wait, timeout, theme, background, animation, and quality options.
- Returns binary image data together with content type and request ID metadata.
search1api v0.1.0
Initial public release of the official Search1API Python SDK, with synchronous and asynchronous clients, type information, and coverage of the public API contract.