v1.1.1
mickael-kerjean/filestashv1.1.1Jun 15, 2026by cdoern
AI Summary
This release focuses on stability and compatibility improvements, including dependency updates, fixes for Milvus Lite 3.0 and Vertex AI, and performance optimizations in the file processor.
Key Highlights
- Performance optimization: Offloaded sync parsing to a thread pool to improve responsiveness.
- Database compatibility: Fixed Milvus Lite 3.0 compatibility issues.
- AI stability: Resolved RuntimeError in Vertex AI client initialization.
- Error handling: Improved error propagation in vector search operations.
- Dependency update: Updated OGX client to version 1.1.0.
Full Release Notes
## What's Changed * chore: update ogx-client to ^1.1.0 in UI lockfile by @cdoern in https://github.com/ogx-ai/ogx/pull/6085 * fix(file_processor): offload sync parsing to thread pool (backport #6095) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/6097 * fix(milvus): use explicit output_fields in query_vector for milvus-lite 3.0 compatibility (backport #6091) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/6096 * fix(vertexai): prevent RuntimeError from stale client after startup event loop (backport #6072) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/6105 * fix(vector_io): propagate search errors instead of returning empty results (backport #6093) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/6117 **Full Changelog**: https://github.com/ogx-ai/ogx/compare/v1.1.0...v1.1.1