March 13, 2026
v0.9.0-beta

Private Beta Launch

NEW NEW IMPROVED

The initial private beta release of RAGTrace is now available to approved whitelist members. This release includes the core tracing engine, .NET SDK, and Vue.js debug panel.

Key features in this release:

• Retrieval Path Traceback with full query-to-chunk visualization
• Embedding Capture for OpenAI, Azure OpenAI, and Cohere providers
• Vector database support for Pinecone, Qdrant, and pgvector
• Real-time Vue.js debug panel with dark theme
• REST API for programmatic access to trace data

March 6, 2026
v0.8.2-alpha

Prompt Tracing & Token Analysis

NEW FIXED

Added prompt tracing capabilities that capture the full assembled prompt template, mark context injection points, and track token distribution across sections.

• New TracePrompt() API for manual prompt instrumentation
• Token count visualization per prompt section
• Context window utilization metrics
• Fixed span timing accuracy for sub-millisecond operations

February 24, 2026
v0.8.0-alpha

Multi-Index Comparison Engine

NEW IMPROVED

Introduced the A/B testing framework for comparing different RAG configurations. Run side-by-side experiments across embedding models, chunking strategies, and retrieval parameters.

• Experiment creation and management API
• Statistical significance testing for retrieval quality metrics
• Visual diff reports in the dashboard
• Improved .NET middleware performance (40% less overhead)

February 10, 2026
v0.7.0-alpha

Vue.js Debug Panel

NEW

Released the first version of the embeddable Vue.js debug panel. Drop it into any Vue 3 application to get real-time visibility into RAG operations during development.

• Embeddable <RAGTracePanel> component
• Real-time span waterfall view
• Similarity score heatmaps
• Dark and light theme support

January 28, 2026
v0.6.0-alpha

Performance Monitoring Dashboard

NEW IMPROVED

Launched the performance monitoring dashboard with real-time metrics for retrieval latency, embedding throughput, and cache hit rates.

• Latency percentile tracking (P50, P95, P99)
• Throughput charts with configurable time windows
• Alert configuration for quality regression
• Webhook integrations for Slack and Discord

January 12, 2026
v0.5.0-alpha

Initial Alpha — Core Tracing Engine

NEW

The first internal alpha release with the core tracing infrastructure. Basic span capture, .NET middleware, and a minimal web dashboard.

• Core trace/span data model
• ASP.NET Core middleware with automatic instrumentation
• Pinecone integration (first supported vector DB)
• Basic trace list view in dashboard