Browse docs
--- title: "Changelogs" description: "Release history and version notes for Aurora." icon: "list-todo" ---
Changelogs
Version 0.2.0 (Latest)
Release Date: TBD
Features:
- Responses API with streaming, tool use, and file attachments
- Semantic response caching
- Pass-through provider API support (Anthropic SDK)
- Oracle Generative AI provider
- DeepSeek V4 reasoning effort mapping
- Enhanced routing scopes with user paths
- Prometheus metrics endpoint
- Benchmark suite with oha and official benchmark binary support
Improvements:
- Faster request body snapshot with minimal bench mode
- Connection pooling optimizations (4096 idle conns per host)
- Reduced memory usage under load (~50 MB avg at 500 req/s)
- Go 1.26 support with native h2c
Version 0.1.0
Release Date: Initial release
Features:
- OpenAI-compatible
/v1/chat/completionsand/v1/embeddings - Multi-provider support (OpenAI, Anthropic, Gemini, DeepSeek, Ollama, vLLM)
- Model management with aliases and access rules
- Provider pools and combos (fallback chains)
- Workflow-based routing policies
- Guardrails (system prompt, LLM-based, regex, PII redaction, length limits)
- Managed API keys with scoped permissions
- Token saver (output compression)
- Audit logging
- Admin dashboard
- Configuration via YAML and environment variables
- Docker and Helm deployment