v0.6.5
quickwit-oss/quickwitv0.6.5Dec 11, 2023by github-actions[bot]
AI Summary
Bug fix release addressing metastore gRPC payload limits to handle larger workloads.
Key Highlights
- Increased metastore gRPC client payload limits to 20MiB.
New Features
- Increased gRPC payload limits
Full Release Notes
## Fixed - Increase the gRPC payload limits of the metastore gRPC client to 20MiB in commit [f76fcee](https://github.com/quickwit-oss/quickwit/commit/f76fcee76c6796392378b140258ceb7901240c8f) to fix [#4256](https://github.com/quickwit-oss/quickwit/issues/4256). It only partially solves the problem, as it will appear if the user has 4k or 5k indexes. This will be adequately solved in the 0.7 release.