Changelog
What's New
Latest releases, features, and improvements to Ragily.
v0.4.0February 13, 2026
Async Crawl API & AI Answers
- •New async crawl API — POST /v1/crawl to start, GET /v1/crawl/:id to poll results
- •URL deduplication via Redis seen-set prevents re-crawling duplicate pages
- •AI-generated answers powered by Claude Sonnet 4.5 (Anthropic)
- •SearXNG as primary search provider with Brave fallback
- •Environment file loading fix for API and worker dev/start scripts
v0.3.0February 8, 2026
Content Extraction & SDK Updates
- •New /v1/extract endpoint for clean content extraction from any URL
- •TypeScript SDK v0.3.0 with extract support and improved types
- •Python SDK v0.3.0 with async support
- •Improved error messages with structured error codes
v0.2.0January 24, 2026
Search Quality & Caching
- •Redis-backed search result caching — 3x faster repeat queries
- •Improved SearXNG engine selection for better result relevance
- •Added num_results parameter (1–20) for search endpoint
- •Rate limiting with per-key credit tracking
v0.1.0January 10, 2026
Initial Release
- •Search API with multi-engine web search via SearXNG
- •API key authentication with hashed storage
- •Usage logging and credit system
- •TypeScript and Python SDKs (beta)