Skip to content

0.8.0-beta - MAF 1.3.0 + MEAI 10.5.0 Compatibilit

Pre-release
Pre-release

Choose a tag to compare

@joslat joslat released this 28 Apr 23:09
· 227 commits to main since this release
3dd0825

Changed

  • MAF upgraded from 1.1.0 to 1.3.0 — All four MAF package references (Microsoft.Agents.AI, Microsoft.Agents.AI.OpenAI, Microsoft.Agents.AI.Workflows, Microsoft.Agents.AI.Workflows.Generators) bumped to 1.3.0. Verified via dotnet-inspect API diff: zero breaking changes in Microsoft.Agents.AI, Microsoft.Agents.AI.Abstractions, and Microsoft.Agents.AI.OpenAI. Two attribute types (StreamsMessageAttribute, YieldsMessageAttribute) were removed from Microsoft.Agents.AI.Workflows — AgentEval does not reference either, confirmed via repo-wide grep. New additive APIs (not consumed by AgentEval): AgentEvaluationExtensions, WorkflowEvaluationExtensions, IAgentEvaluator, AgentSkill*, A2A SDK v1 surfaces, server-side Foundry Toolbox.
  • MEAI upgraded from 10.4.0 to 10.5.0 — Cascading bump for Microsoft.Extensions.AI, Microsoft.Extensions.AI.OpenAI, Microsoft.Extensions.AI.Evaluation.Quality. Transitive dependency System.Numerics.Tensors bumped from 10.0.4 to 10.0.6 to satisfy the new MEAI minimum.
  • NuGetConsumer sample — Explicit version pins updated (CPM-disabled project).
  • NuGet metadata — reflects MAF 1.3.0 + MEAI 10.5.0.
  • README.md — MAF compatibility badge updated to 1.3.0.
  • docs/installation.md, docs/maf-memory-integration.md — Version references refreshed.
  • THIRD-PARTY-NOTICES.md — Package version table updated (7 MAF/MEAI rows + Tensors).