Changelog
Every release, tracked.
From the latest features to critical security patches, here is everything new in Jiro.
v0.2.152026-09-10MajorSDKsFeatures
The Complete Release
Official SDKs, WebSocket Streaming, Batch Operations
- 🚀Official Python SDK — pip install jiro-sdk with sync/async clients, type hints, WebSocket support
- 🚀Official JavaScript/TypeScript SDK — npm install jiro-sdk with browser & Node.js support
- 🚀Official Go SDK — go get github.com/DevAnimecx/jiro/sdk/go with idiomatic Go
- 🚀WebSocket Streaming — Real-time search results via /ws/search endpoint
- 🚀Batch Operations — Execute multiple searches/scrapes concurrently
- 🚀Stealth Engine — TLS/JA3 fingerprint rotation with 20+ browser profiles
- 🚀Monitoring & Observability — Prometheus metrics, health checks, request tracing
- 🚀Rate Limiting — Sliding window with tier-based quotas
- 🚀Advanced Caching — LRU/LFU with analytics
- 🚀Search History & Analytics
- 🚀Export/Import — JSON, CSV, Markdown, YAML
- 🐛Fixed Unicode crash on Windows (cp1252 encoding)
- 🐛Fixed auto-HTTPS for bare domains
pip install jirosearch==0.2.15Release notes v0.2.142026-09-09FeaturesPerformance
Rate Limiting, Advanced Caching, Multi-Language SDKs
Enterprise-grade features for production deployments
- 🚀Sliding Window Rate Limiter — Per-second, per-minute, per-hour, per-day limits
- 🚀Usage Quotas — Monthly limits for searches, scrapes, and AI queries
- 🚀Advanced Caching — LRU/LFU with analytics and TTL support
- 🚀Plugin System — Custom engines, scrapers, and search providers
- 🚀Multi-Language SDKs — Python, JavaScript/TypeScript, Go
- ⚡3x faster parallel search with concurrent engine queries
- ⚡50% reduction in memory usage with optimized caching
pip install jirosearch==0.2.14Release notes v0.2.132026-09-08FeaturesSecurity
Stealth Engine, WebSocket Streaming, Interactive CLI
Anti-bot bypass and real-time capabilities
- 🚀Stealth Engine — TLS/JA3 fingerprint rotation with 20+ browser profiles
- 🚀WebSocket Streaming — Real-time search results via /ws/search
- 🚀Interactive Mode — jiro search -i for continuous search loop
- 🚀Benchmark Command — jiro bench for performance testing
- 🚀Search Query Auto-Scrape — jiro scrape 'query' searches then scrapes top result
- 🐛Fixed Unicode crash on Windows (cp1252 encoding)
- 🐛Fixed auto-HTTPS for bare domains
pip install jirosearch==0.2.13Release notes v0.2.122026-09-07FeaturesSecurity
Universal Integration, Deep Enterprise Lock
MCP Setup Wizard and license encryption
- 🚀MCP Setup Wizard — One-command setup for Claude Desktop, Cursor, OpenCode, Codex CLI, OpenClaw, Continue.dev, and Zed
- 🚀AES-256-GCM License Encryption — Enterprise license tokens encrypted at rest
- 🚀CapabilityToken HMAC Tokens — Cryptographic license validation with scoped capabilities
- 🚀jiro doctor — Built-in diagnostics command for quick health checks
- 🔒require_tier('enterprise') enforced on all 18 /enterprise/* endpoints
- 🔒Authorization: License <token> header validation via HMAC-SHA256
- 🐛Fixed Tuple import error in feature_flags.py
- 🐛Fixed SQLite parameter binding in pro.py
pip install jirosearch==0.2.12Release notes v0.2.112026-09-06SecurityPerformance
Enterprise Deep Lock + Free Tier Power-Up
Enhanced security and generous free tier
- 🔒HMAC-SHA256 license token validation on all enterprise endpoints
- 🔒Hardware-bound license validation with 24h grace period
- 🚀Free tier: 100 RPM / 10,000 RPD (up from 30/1,000)
- 🚀Anonymous users get 12 free features (up from 3)
- ⚡PLAN_LIMITS unified in pro.py — single source of truth
- 🐛Fixed broken pro router (removed non-existent STARTER/PRO tiers)
pip install jirosearch==0.2.11Release notes