Skip to content
Release history

Changelog

What's new in Wauldo. Features, fixes, and improvements — shipped fast.

March 30, 2026 v1.6.8 Feature

Documentation & Landing Refresh

  • New documentation site at wauldo.com/docs
  • Landing page redesign with glass-morphism UI
  • Demo page accessible from main site
March 29, 2026 v1.6.5 Feature Quality

SDKs, Structured Outputs & Arena Benchmark

  • SDKs published: Python, TypeScript, Rust (pip/npm/cargo install wauldo)
  • JSON structured outputs for all MCP tools
  • Arena Benchmark v3: 120 tasks, 11 categories, 9 models tested
  • SDK audit: 132 findings, 112 fixed across 3 SDKs
March 28, 2026 v1.6.2 Feature

Intelligent Model Routing & RapidAPI Launch

  • Intelligent model routing v3 (RAG-stratified: Qwen/GPT-4.1-mini/Gemini auto-selected)
  • Live benchmark: 100% RAG retrieval, 0 hallucinations
  • RapidAPI launch: 4 plans (Free to Unlimited)
March 26, 2026 v1.6.0 Security

Security Hardening & Tenant Isolation

  • Security audit complete: 59/59 findings addressed
  • Tenant isolation with TenantId newtype
  • Rate limiting, brute-force protection, fail-closed Redis
  • SSE streaming on /v1/query
March 25, 2026 v1.5.0 Feature

Hybrid RAG Retrieval

  • Hybrid RAG retrieval: BM25 + dense vector + BGE reranking
  • Multi-source merge (all chunks >= 0.20, max 3)
  • Cost-aware retrieval routing (BM25Only / BM25Reranked / DenseFull)
  • RAG persistence with atomic writes
March 24, 2026 v1.4.0 Improvement

OpenRouter & Prompt Compression

  • OpenRouter provider with dedicated client
  • Prompt compression (42% reduction on verbose prompts)
  • 7 LLM providers with fallback chain
March 21, 2026 v1.3.0 Feature

Crate Decomposition & Multi-Agent Swarm

  • Crate decomposition: agent-core split into 6 focused crates
  • Multi-agent swarm with 5 specialist agents
  • IntentRouter keyword fast-path (56 keywords, bypass LLM)