v1.0.1

ogx-ai/ogxv1.0.1May 13, 2026by cdoern

AI Summary

A patch release containing backported fixes for async safety, secret handling, storage expiration, and provider compatibility.

Key Highlights

  • Backported async safety improvements for routers and Redis KV reads
  • Backported secret handling and passthrough fallbacks
  • Backported storage expiration enforcement for SQLStore and MongoDB

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