Changelog
Release notes and product updates for WebPeel.
v0.8.1
Latest
- npm publish fix — corrected package entry points and exports
- All MIT references updated to AGPL-3.0 across site, README, and docs
- Homepage version badge updated to v0.8.1
- API docs OpenAPI version updated
v0.8.0
- License changed from MIT to AGPL-3.0 — protects the project while staying open source. Commercial licensing available.
- Premium server architecture — SWR cache, domain intelligence, and parallel race strategy now server-only (not shipped in npm package)
- Hook-based strategy pattern for extensible fetch pipeline
- Stale-while-revalidate caching with 30s revalidation timeout guard
- Domain intelligence learns which sites need browser/stealth from traffic history
- Chrome 131 impersonation headers for better anti-detection
- GFM table conversion, enhanced content cleaning (paywall gates, chat widgets)
- Benchmark v7: 100% success rate, 373ms median, 92.3% quality
- Dashboard security headers hardened (HSTS, X-XSS-Protection, Permissions-Policy)
v0.7.0
- Interactive Playground with code generation
- Firecrawl-compatible
/v2/scrape,/v2/crawl,/v2/mapendpoints - Full documentation site with API reference, CLI, MCP, SDKs docs
- AI Agent endpoint (
/v1/agent) for autonomous web research - Answer endpoint (
/v1/answer) — search + LLM synthesis with citations - Brave Search BYOK support
- Hosted MCP endpoint (single URL setup)
v0.6.0
- Branding extraction endpoint
- Change tracking / content monitoring
- SSE streaming for agent and crawl
- Batch scraping with webhooks
v0.5.0
- Search endpoint with DuckDuckGo
- Crawl endpoint with depth control
- Map endpoint for URL discovery
v0.4.0
- MCP server with 11 tools
- Python SDK (zero deps)
- LangChain & LlamaIndex integrations
v0.3.0
- Stealth mode with anti-detection
- Smart escalation (HTTP → browser → stealth)
- CLI tool
v0.2.0
- Browser rendering with Playwright
- Multiple output formats (markdown, HTML, text, JSON)
v0.1.0
- Initial release — HTTP fetch with content extraction