All notable changes to the Inferr platform will be documented in this file.
- Kubernetes Deployment Manifests: Added full Kubernetes configuration files (
k8s/andkubernetes/) supportingDeployment,Service,Ingress,ConfigMap,Secret, andCronJobworkloads. - Minikube Support & Local Cluster Docs: Created local cluster setup guides and architecture diagrams for containerized deployment.
- Langfuse LLM Observability: Integrated Langfuse for real-time RAG execution tracing, query rewrite monitoring, cost/token metrics, and prompt versioning.
- OpenTelemetry (OTel) Integration: Added Node SDK auto-instrumentation and OTLP trace exporter for system-wide HTTP and database query tracing.
- MCP Tool Suite: Exposed platform actions (Tech Market reports, user interest management, article bookmarks) as standard MCP tools.
- Stateless OAuth 2.1 Server: Implemented OAuth 2.1 authorization server endpoints for secure agent integration.
- API Load Test Suite: Implemented
autocannonload testing suite inapps/api/test/load-test.tswithpnpm test:loadcommand. - Scraper Hardening: Added exponential retry logic, execution audit logging, and missed-job catchup schedulers.
- Article Retention: Switched article retention from hard limits to 45-day age-based pruning.