v0.9.0
NodePassProject/Anywherev0.9.0Jul 25, 2026by github-actions[bot]
AI Summary
Quickwit 0.9.0 makes Ingest V2 the default, introduces AWS Lambda offloading for searchers, and adds Jaeger v2 support. It also introduces security features like mTLS and a dedicated health-check server.
Key Highlights
- Ingest V2 becomes the default ingest engine
- AWS Lambda integration for offloading leaf-search work
- New security features including mTLS validation and dedicated health-check server
Breaking Changes
- Requires backup of metastore before upgrading from 0.8.x as migration occurs on first write
New Features
- Ingest V2 default implementation
- AWS Lambda leaf-search offloading
- Jaeger v2 support
- Trino-compatible Elasticsearch endpoints
- Composite aggregations support
- SQS source integration
- mTLS validation for REST API
- Dedicated health-check HTTP server
Full Release Notes
Quickwit 0.9.0 makes Ingest V2 the default and delivers a broad set of search, observability, and deployment improvements.
### Highlights
- Ingest V2 now powers the existing `/api/v1/{index}/ingest` endpoint by default.
- Searchers can offload leaf-search work to AWS Lambda.
- New Jaeger v2 support, Trino-compatible Elasticsearch endpoints, composite aggregations, and an SQS source.
- Optional mTLS validation for the REST API and a dedicated health-check HTTP server.
- Numerous control-plane, storage, search scheduling, performance, and security fixes.
> [!NOTE]
> The Parquet metrics and DataFusion work in the source tree is an early prototype. It is not built into the v0.9.0 binaries or Docker images and is not a supported 0.9.0 feature.
> [!IMPORTANT]
> Before upgrading from 0.8.x, back up the metastore. Quickwit 0.9 migrates it on first write; rollback requires restoring that backup.
See the [upgrade guide](https://github.com/quickwit-oss/quickwit/blob/v0.9.0/docs/get-started/upgrade.md) and the [full changelog](https://github.com/quickwit-oss/quickwit/blob/main/CHANGELOG.md#090).