This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+13 more
Affected surfaces
Summary
AI summaryAzureOpenAIChatGenerator now accepts a Secret for azure_endpoint and api_version enabling runtime resolution from environment variables.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
AzureOpenAIChatGenerator now accepts Secret for azure_endpoint and api_version parameters. AzureOpenAIChatGenerator now accepts Secret for azure_endpoint and api_version parameters. Source: llm_adapter@2026-06-09 Confidence: high |
— |
Full changelog
⚡️ Enhancement Notes
AzureOpenAIChatGeneratornow accepts aSecretfor theazure_endpointandapi_versionparameters in addition to a plain string. This makes it possible to resolve these values from environment variables at runtime, for example withSecret.from_env_var("AZURE_OPENAI_ENDPOINT"), so the same serialized pipeline can switch between environments (e.g. dev and prod) by changing environment variables instead of the pipeline definition.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About haystack
Open-source AI orchestration framework for building context-engineered, production-ready LLM applications. Design modular pipelines and agent workflows with explicit control over retrieval, routing, memory, and generation. Built for scalable agents, RAG, multimodal applications, semantic search, and conversational systems.
Related context
Related tools
Beta — feedback welcome: [email protected]