Releases: Azure/contentflow
Releases · Azure/contentflow
ContentFlow v.0.1.2
ContentFlow v0.1.2 — Release Notes
Highlights
- Upgraded to agent-framework 1.0.0 — ContentFlow now depends on the stable 1.0.0 release of Microsoft Agent Framework, bringing improved reliability and performance across pipeline execution.
What's Changed
- agent-framework 1.0.0 dependency — Updated core dependency from pre-release to the stable agent-framework==1.0.0.
- Updated samples — Refreshed samples (AI agent analysis, blob input/output, GPT RAG ingestion, document analysis, spreadsheet pipeline, translation, table row splitter) to align with the new agent-framework APIs and conventions.
- Pipeline factory & executor updates — Refactored pipeline_factory.py and _pipeline_executor.py for compatibility with agent-framework 1.0.0.
- Azure OpenAI Agent executor — Updated azure_openai_agent_executor.py for the new framework version.
- Dependency refresh — Bumped all Python dependencies to latest compatible versions.
- Cleanup — Removed unused legacy files.
⚠️ Breaking Changes
- Azure OpenAI endpoint format — Executors that use an Azure OpenAI endpoint now expect the base endpoint only (e.g. https://.openai.azure.com/). Remove the /openai/v1/ suffix if your .env or configuration previously included it.