This month's release focuses on AI package reliability: closing gaps in evaluation scoring, hardening OpenAI image-option handling, and removing the deprecated OpenAI Assistants API support.
Experimental API Changes
Removed Experimental APIs
- OpenAI Assistants experimental APIs removed (was experimental under
OPENAI001) #7724
What's Changed
AI
- Remove OpenAI Assistants API support #7724 by @jozkee (co-authored by @Copilot)
- Update OpenAI package version to 2.13.0 #7726 by @jozkee
- OpenAI: Avoid null implicit conversions for image options #7727 by @jozkee (co-authored by @Copilot)
AI Evaluation
- Fail closed when a quality metric has no valid score #7735 by @thaildhe172591
- Validate path segments in Azure storage result store and response cache #7718 by @Lroca88
Repository Infrastructure Updates
- Add TfxInstaller for publishing #7695 by @peterwaltonwork
- Bump PowerShell from 7.6.4 to 7.6.5 #7702
- [Infrastructure] Update vulnerable npm dependencies #7705 by @wtgodbe
- Add Node installation for TfxInstaller #7703 by @peterwaltonwork
- Publish VSIX using publish task instead of output #7711 by @peterwaltonwork
- Bump dotnet-coverage from 18.9.0 to 18.10.0 #7708
- Do not validate extension during publish step #7725 by @peterwaltonwork
- Add skill for upgrading OpenAI #7728 by @jozkee
- Fix source indexer stage #7694 by @jjonescz
Acknowledgements
- @Lroca88 made their first contribution in #7718
- @thaildhe172591 made their first contribution in #7735
- @ANcpLua submitted issue #7665 (resolved by #7735)
- @jeffhandley @peterwald @shyamnamboodiripad reviewed pull requests
Full Changelog: v10.9.0...v10.10.0