Changelog
Changelog
Section titled “Changelog”All notable changes to the SolidRusT AI API are documented here.
This changelog follows Keep a Changelog format and the API adheres to Semantic Versioning.
[Unreleased]
Section titled “[Unreleased]”Features and changes in development, not yet deployed to production.
[2026-01-19] - API Gateway Updates
Section titled “[2026-01-19] - API Gateway Updates”- New Privacy-focused analytics on documentation site
- New Comprehensive SEO metadata for all public sites
- New Sitemap generation for improved search indexing
Changed
Section titled “Changed”- Improved API documentation with interactive OpenAPI explorer
[2026-01-16] - Public Launch
Section titled “[2026-01-16] - Public Launch”- New API Gateway at
api.solidrust.ai- Public endpoint for all API calls - New Documentation Site at
docs.solidrust.ai- Comprehensive API documentation - New PAM Platform - API key management and billing via
console.solidrust.ai
API Endpoints
Section titled “API Endpoints”/v1/chat/completions- OpenAI-compatible chat completions/v1/embeddings- Vector embeddings using bge-m3 model/v1/models- List available models/data/v1/query/semantic- Semantic search (RAG)/data/v1/query/keyword- Keyword search (RAG)/data/v1/query/hybrid- Hybrid search (RAG)/v1/agent/chat- Tool-enabled agent conversations
[2025-12-01] - Infrastructure Foundation
Section titled “[2025-12-01] - Infrastructure Foundation”- Initial vLLM inference deployment with Qwen3-4B model
- LiteLLM proxy for OpenAI compatibility
- Embeddings service with bge-m3 model
Infrastructure
Section titled “Infrastructure”- Kubernetes cluster with 12 nodes (including 5 GPU nodes)
- Automatic failover to Claude Haiku when vLLM is unavailable
Legend
Section titled “Legend”| Badge | Meaning |
|---|---|
| New | New feature or endpoint |
| Changed | Changes to existing functionality |
| Deprecated | Feature scheduled for removal |
| Removed | Removed feature |
| Fixed | Bug fix |
| Security | Security-related change |
Subscribing to Updates
Section titled “Subscribing to Updates”- GitHub: Watch the solidrust-ai-docs.github.io repository
- RSS: Coming soon - RSS feed for changelog updates
Reporting Issues
Section titled “Reporting Issues”Found a bug or have a feature request? Open an issue on GitHub.