Product Changelog

New features, core infrastructure updates, and performance improvements for the RAGGED stack.

June 12, 2026

v2.1.0

Native MongoDB Vector Search Sink

  • addedIntroduction of the 'mongodb+vector' sink component for seamless integration with Atlas Vector Search.
  • addedSupport for dynamic metadata filtering in production search pipelines.
  • improvedEnhanced chunking logic to support nested Markdown headers and table preservation.

May 28, 2026

v2.0.4

Pipeline Latency Optimizations

  • improvedParallelized embedding generation for large document sets, reducing sync time by 40%.
  • fixedResolved a race condition in the incremental sync logic when handling deleted documents.
  • fixedOptimized cold-start times for serverless pipeline deployments.

May 10, 2026

v2.0.0

RAGGED Engine v2 Core

  • addedComplete rewrite of the core ingestion engine in Js for maximum throughput.
  • addedNew unified configuration schema for pipelines (YAML/JSON).
  • addedSupport for custom embedding provider plugins.