v1.0.1

blackboardsh/electrobunv1.0.1May 13, 2026by cdoern

AI Summary

A patch release focusing on performance improvements and fixing async safety issues across storage, routing, and various AI providers.

Key Highlights

  • Parallelized health and vector store fan-out operations
  • Enhanced storage locking and expiration enforcement for SQL and MongoDB
  • Improved secret handling and passthrough fallbacks
  • Fixed async safety issues in routers, Redis KV reads, and multiple providers (Databricks, WatsonX, etc.)

Full Release Notes

## What's Changed
* chore: update ogx-client to ^1.0.0 in UI lockfile by @cdoern in https://github.com/ogx-ai/ogx/pull/5812
* perf(routers): parallelize health and vector store fan-out (backport #5802) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/5818
* fix(storage): asyncio.Lock for SQLStore and MongoDB expiration enforcement (backport #5803) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/5824
* fix: Harden secret handling and passthrough fallbacks (backport #5799) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/5825
* fix: improve async safety in routers and Redis KV reads (backport #5800) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/5823
* fix(providers): async safety fixes for Databricks, WatsonX, Bing, Tavily, OCI, OpenAI Files (backport #5828) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/5829
* fix(milvus): Handle missing collections in query/delete paths (backport #5836) by @mergify[bot] in https://github.com/ogx-ai/ogx/pull/5838


**Full Changelog**: https://github.com/ogx-ai/ogx/compare/v1.0.0...v1.0.1