{"id":7561,"name":"Microsoft.Extensions.ServiceDiscovery","ecosystem":"nuget","repository_url":null,"issues_count":440,"created_at":"2025-06-06T22:12:19.429Z","updated_at":"2025-06-06T22:12:19.429Z","purl":"pkg:nuget/Microsoft.Extensions.ServiceDiscovery","unique_repositories_count":103,"unique_repositories_count_past_30_days":2,"recent_issues":[{"uuid":"4585209113","node_id":"PR_kwDOMSFJXs7ifwWs","number":1389,"state":"open","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.0.0 to 10.6.0","user":"dependabot[bot]","labels":["dependencies","skip-nuget-publish"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-06-04T02:17:53.000Z","updated_at":"2026-06-04T02:18:02.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.0.0","new_version":"10.6.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.0.0 to 10.6.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.6.0\n\nVersion 10.6.0 stabilizes the response continuation token and background-response APIs in Microsoft.Extensions.AI.Abstractions. Most other AI work for May shipped in 10.5.1; this monthly release rolls those changes up alongside dependency updates and a small Resource Monitoring cleanup.\n\n## Experimental API Changes\n\n### Now Stable\n\n* ResponseContinuationToken and background-response APIs are now stable (previously `MEAI001`) #​7512\n\n## What's Changed\n\n### AI\n\n* Stabilize ResponseContinuationToken / background-response APIs #​7512 by @​jozkee (co-authored by @​Copilot)\n\n## Repository Infrastructure Updates\n\n* Update version to 10.6.0 #​7458 by @​jeffhandley\n* [main] Update dependencies from dotnet/arcade #​7451\n* Bump follow-redirects from 1.15.11 to 1.16.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript/azure-devops-report/tasks/PublishAIEvaluationReport #​7469\n* Merge release/10.5 into main #​7470 by @​jeffhandley\n* Bump microsoft.visualstudio.slngen.tool from 12.0.13 to 12.0.32 #​7484\n* Bump postcss from 8.5.9 to 8.5.12 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7494\n* Bump dotnet-reportgenerator-globaltool from 5.5.7 to 5.5.9 #​7504\n* Rename release-notes skill to write-release-notes #​7511 by @​jeffhandley (co-authored by @​Copilot)\n\n## Acknowledgements\n\n* @​wtgodbe @​tarekgh @​peterwald @​JeremyLikness @​eiriktsarpalis @​ericstj @​evgenyfedorov2 reviewed pull requests\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.5.2...v10.6.0\n\n\n## 10.5.2\n\nThis patch release ships a single fix to `Microsoft.Extensions.VectorData.Abstractions`, correcting `StorageName` resolution when external serialization is enabled. `Microsoft.Extensions.VectorData.ConformanceTests`, `Microsoft.Extensions.AI.Abstractions`, `Microsoft.Extensions.AI`, and `Microsoft.Extensions.AI.OpenAI` are published alongside it for version coherency — they contain no code changes from 10.5.1.\n\n## Packages in this release\n\n| Package | Version |\n| --- | --- |\n| Microsoft.Extensions.VectorData.Abstractions | 10.5.2 |\n| Microsoft.Extensions.VectorData.ConformanceTests | 10.5.2 |\n| Microsoft.Extensions.AI.Abstractions | 10.5.2 |\n| Microsoft.Extensions.AI | 10.5.2 |\n| Microsoft.Extensions.AI.OpenAI | 10.5.2 |\n\n## What's Changed\n\n### Microsoft.Extensions.VectorData.Abstractions\n\n- Minor fixes to MEVD.Abstractions: correct `StorageName` behavior when external serialization is enabled, and disable a warning for `net462`. (by @​roji in [#​7475](https://github.com/dotnet/extensions/pull/7475))\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.5.1...v10.5.2\n\n\n## 10.5.1\n\nVersion 10.5.1 of the Microsoft.Extensions.AI packages stabilizes CodeInterpreter, WebSearch, and ImageGeneration tool content types. The release adds new experimental tool search and OpenAI request policy hooks. And the OpenTelemetry gen-ai semantic conventions are updated to align with v1.41.\n\nThe 'aiagent-webapi' project template in Microsoft.Agents.AI.ProjectTemplates is updated to align with v1.3.0 of Agent Framework, updating the OpenTelemetry dependencies within the template projects as well.\n\n## Packages in this release\n\n| Package | Version |\n|---------|---------|\n| Microsoft.Extensions.AI | 10.5.1 |\n| Microsoft.Extensions.AI.Abstractions | 10.5.1 |\n| Microsoft.Extensions.AI.OpenAI | 10.5.1 |\n| Microsoft.Extensions.AI.Templates | 10.5.1-preview.3.26251.3 |\n| Microsoft.Agents.AI.ProjectTemplates | 1.3.0-preview.1.26251.3 |\n\n## Experimental API Changes\n\n### Now Stable\n\nThe following types previously emitted the `MEAI001` experimental diagnostic and are now stable.\n\n* CodeInterpreter and WebSearch tool content types are now stable #​7493\n  * `CodeInterpreterToolCallContent`\n  * `CodeInterpreterToolResultContent`\n  * `WebSearchToolCallContent`\n  * `WebSearchToolResultContent`\n* ImageGeneration tool content types and tool are now stable #​7476\n  * `ImageGenerationToolCallContent`\n  * `ImageGenerationToolResultContent`\n  * `HostedImageGenerationTool`\n  * `ImageGenerationOptions`\n  * `ImageGenerationResponseFormat` (the `Hosted` enum value remains experimental)\n  * `IImageGenerator` and the rest of the image generation infrastructure also remain experimental\n\n### New Experimental APIs\n\nThe following new APIs emit the `MEAI001` experimental diagnostic.\n\n* New experimental API: `HostedToolSearchTool` with `DeferredTools` for tool-search-driven deferred tool loading #​7471\n* New experimental API: `OpenAIRequestPolicies` extension hook for appending `System.ClientModel.PipelinePolicy` instances to outgoing OpenAI requests #​7495\n\n### Breaking Changes to Experimental APIs\n\n* `WebSearchToolResultContent.Results` was renamed to `Outputs` as part of the stabilization in #​7493, aligning with `CodeInterpreterToolResultContent.Outputs`. The original `Results` property was included in version 10.4.0 and 10.5.0; this is a binary breaking change and consumers need to update to consume the updated property.\n\n  ```diff\n  WebSearchToolResultContent content = ...;\n  - IList\u003cAIContent\u003e? items = content.Results;\n  + IList\u003cAIContent\u003e? items = content.Outputs;\n  ```\n\n ... (truncated)\n\n## 10.5.0\n\nHTTP Logging Middleware APIs in `Microsoft.AspNetCore.Diagnostics.Middleware` are now stable. This release also transfers `Microsoft.Extensions.VectorData.Abstractions` and `Microsoft.Extensions.VectorData.ConformanceTests` from the [Semantic Kernel](https://github.com/microsoft/semantic-kernel) repository into dotnet/extensions, jumping from 10.1.0 to 10.5.0 for consistent versioning. The release also delivers fixes across the AI libraries, AI Evaluation, and Service Discovery.\n\n## Breaking Changes\n\n1. **Rename `VectorStoreVectorAttribute` constructor parameter #​7460**\n   * The `Dimensions` parameter was renamed to `dimensions` (lowercase). This is a source-breaking change only — binary compatibility is preserved.\n   * If you use the named argument syntax `new VectorStoreVectorAttribute(Dimensions: 1536)`, update it to `new VectorStoreVectorAttribute(dimensions: 1536)`.\n\n## Experimental API Changes\n\n### Now Stable\n\n* HTTP Logging Middleware APIs are now stable (previously `EXTEXP0013`): `AddHttpLogEnricher\u003cT\u003e`, `IHttpLogEnricher`, and `RequestHeadersLogEnricherOptions.HeadersDataClasses` #​7380\n\n## What's Changed\n\n### AI\n\n* Fix OpenAIResponsesChatClient to respect \"store\":false in responses #​7417 by @​stephentoub\n* Fix InvalidOperationException in CoalesceWebSearchToolCallContent #​7419 by @​stephentoub\n* Handle F# optional parameters in AIFunctionFactory schema generation #​7439 by @​eiriktsarpalis\n* Fix ComputerCallResponseItem using Item.Id instead of CallId #​7446 by @​jozkee\n* Fix HostedFileContent with image MIME type sent as input_file instead of input_image #​7438 by @​stephentoub (co-authored by @​copilot)\n* Guard Activity.Current restore with null check in OpenTelemetry streaming clients #​7443 by @​stephentoub (co-authored by @​copilot)\n* Enable stateless mode in remote MCP server template (released as v1.2.0 on 2026-04-01) #​7441 by @​jeffhandley\n\n### Vector Data\n\n* Move Microsoft.Extensions.VectorData.Abstractions over from Semantic Kernel #​7434 by @​roji\n* Rename VectorStoreVectorAttribute dimensions constructor parameter #​7460 by @​roji\n\n### AI Evaluation\n\n* Add Path Validation for DiskBasedResponseCache and DiskBasedResultStore #​7397 by @​peterwald\n* Update brace-expansion for CVE-2026-33750 #​7457 by @​SamMonoRT\n\n### ASP.NET Core Extensions\n\n* Removing experimental attribute from Http logging middleware #​7380 by @​mariamgerges\n\n### Service Discovery\n\n* Implement RFC6761 reserved DNS names handling #​6924 by @​rzikm\n\n## Documentation Updates\n\n* Remove per-library CHANGELOG.md files #​7413 by @​jeffhandley\n\n## Test Improvements\n\n ... (truncated)\n\n## 10.4.1\n\nThis release of the Microsoft.Extensions.AI packages adds new experimental APIs for Realtime client sessions and Text-to-Speech, along with OpenTelemetry and middleware improvements.\n\n## Packages in this release\n\n| Package | Version |\n|---------|---------|\n| Microsoft.Extensions.AI.Abstractions | 10.4.1 |\n| Microsoft.Extensions.AI | 10.4.1 |\n| Microsoft.Extensions.AI.OpenAI | 10.4.1 |\n\n## Experimental API Changes\n\n### New Experimental APIs\n\n* New experimental API: Realtime Client Sessions #​7285 and #​7399\n* New experimental API: Text-to-Speech Client #​7381\n\n### Changes to Experimental APIs\n\n* Hosted File Download Stream: write-path methods now explicitly throw `NotSupportedException` #​7394\n\n## What's Changed\n\n### AI\n\n* Add `ITextToSpeechClient` abstraction, middleware, and OpenAI implementation #​7381 by @​stephentoub\n* Realtime Client Proposal #​7285 by @​tarekgh\n* Add `VoiceActivityDetection` options to realtime session abstractions #​7399 by @​tarekgh\n* Make `UriContent` `mediaType` parameter optional with inference from URI file extension #​7398 by @​stephentoub (co-authored by @​Copilot)\n* Emit `gen_ai.client.operation.exception` via `ILogger LoggerMessage` on OpenTelemetry instrumentation classes #​7379 by @​stephentoub (co-authored by @​Copilot)\n* Support `invoke_workflow` as an equivalent parent span to `invoke_agent` in `FunctionInvokingChatClient` #​7382 by @​stephentoub (co-authored by @​Copilot)\n* Make `HostedFileDownloadStream` explicitly read-only #​7394 by @​stephentoub (co-authored by @​Copilot)\n\n## Documentation Updates\n\n* Document JSON schema derivation for return types in AIFunctionFactory #​7400 by @​stephentoub (co-authored by @​Copilot)\n\n## Test Improvements\n\n* Fix test warnings #​7369 by @​jozkee\n* Add tests for JSON deserialization of serializable types #​7373 by @​stephentoub (co-authored by @​Copilot)\n\n## Repository Infrastructure Updates\n\n* Update Package Validation Baseline to 10.4.0 #​7389 by @​jeffhandley (co-authored by @​Copilot)\n* Update ModelContextProtocol libraries to version 1.0.0 #​7340 by @​stephentoub (co-authored by @​Copilot)\n\n## Acknowledgements\n\n* @​eiriktsarpalis @​ericstj @​CodeBlanch @​lmolkova @​adamsitnik @​joperezr reviewed pull requests\n ... (truncated)\n\n## 10.4.0\n\nThis release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.\n\n## Experimental API Changes\n\n### Now Stable\n\n* MCP Server Tool Content and Function Call Approval APIs are now stable (previously `MEAI001`) #​7299\n* `FakeLogCollector.GetLogsAsync(CancellationToken)` is now stable (previously `EXTEXP0003`) #​7332\n\n### New Experimental APIs\n\n* New experimental `AddExtendedHttpClientLogging` overloads with `wrapHandlersPipeline` parameter (`EXTEXP0013`) #​7231\n\n### Removed Experimental APIs\n\n* AI Tool Reduction experimental APIs removed (was experimental under `MEAI001`) #​7353\n\n## What's Changed\n\n### AI\n\n* Add IHostedFileClient and friends #​7269 by @​stephentoub\n* Add web search tool call content #​7276 by @​stephentoub (co-authored by @​Copilot)\n* Surface OpenAI-compatible reasoning_content as TextReasoningContent #​7295 by @​stephentoub\n* MCP/Approvals/Tool Contents stabilization #​7299 by @​jozkee\n* Implement time_to_first_chunk and time_per_output_chunk streaming metrics in OpenTelemetryChatClient #​7325 by @​stephentoub (co-authored by @​Copilot)\n* Add openai.api.type telemetry attribute to OpenAI IChatClient implementations #​7316 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenTelemetry Gen AI semantic conventions to v1.40 #​7322 by @​stephentoub (co-authored by @​Copilot)\n* Fix tool definitions emission regardless of sensitivity setting #​7346 by @​stephentoub (co-authored by @​Copilot)\n* Honor [Required] attribute in AI function parameter JSON schema generation #​7272 by @​stephentoub (co-authored by @​Copilot)\n* AddAIContentType automatically registers content type against every base in the inheritance chain up to AIContent #​7358 by @​jozkee (co-authored by @​Copilot)\n* Auto-mark server-handled FunctionCallContent as InformationalOnly #​7314 by @​stephentoub (co-authored by @​Copilot)\n* Map ReasoningEffort.None and ExtraHigh to none and xhigh in OpenAI IChatClient implementations #​7319 by @​stephentoub (co-authored by @​Copilot)\n* Handle DynamicMethod reflection limitations in AIFunctionFactory #​7287 by @​stephentoub (co-authored by @​Copilot)\n* Fix Activity.Current nulled during streaming tool invocation #​7321 by @​flaviocdc (co-authored by @​Copilot)\n* Handle FunctionCallOutputResponseItem in streaming response conversion #​7307 by @​stephentoub (co-authored by @​Copilot)\n* Fix serialization of response continuation tokens #​7356 by @​stephentoub\n* Remove AI Tool Reduction experimental APIs #​7353 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenAI to 2.9.1 #​7349 by @​stephentoub\n\n### Telemetry and Observability\n\n* Introduce support for the Gauge metric type #​7203 by @​rainsxng\n* Update logging source generator to support generic methods #​7331 by @​svick (co-authored by @​Copilot)\n* Update logging source generator to match runtime PR #​124589 (ref readonly/params/scoped) #​7333 by @​svick (co-authored by @​Copilot)\n* Promote FakeLogCollector.GetLogsAsync(CancellationToken) from experimental to stable #​7332 by @​Demo30\n* Remove obsolete CS1591 warning suppression from generated file preamble #​7308 by @​luissena\n\n### HTTP Resilience and Diagnostics\n\n ... (truncated)\n\n## 10.3.0\n\n## Experimental API Changes\n\n### Now Stable\n\n* **`IChatReducer` interface** — graduated from experimental to stable. The interface is now stable; concrete implementations (`MessageCountingChatReducer`, `SummarizingChatReducer`, `ReducingChatClient`) remain experimental. #​7235 by @​jeffhandley\n* **`FunctionCallContent` and `FunctionResultContent` unsealed** — changed from `sealed class` to `class`, enabling derivation. #​7229 by @​stephentoub (co-authored by @​Copilot)\n\n### Breaking Changes to Experimental APIs\n\n* **Experimental diagnostic ID reorganization** — the blanket `MEAI001` diagnostic ID was split into feature-specific constants. OpenAI-specific experimental APIs now use `OPENAI001`, `OPENAI002`, or `SCME0001` instead of `MEAI001`. Consumers who suppressed `MEAI001` for OpenAI APIs may need to suppress `OPENAI001`/`OPENAI002` instead. #​7116 by @​jeffhandley (co-authored by @​Copilot), #​7235 by @​jeffhandley\n\n### New Experimental APIs\n\n* **Chat reduction implementations** — `MessageCountingChatReducer`, `SummarizingChatReducer`, `ReducingChatClient`, and `UseChatReducer` builder extension. #​7235 by @​jeffhandley\n* **OpenAI Responses/Assistants/Realtime/Image/Audio integrations** — assigned feature-specific experimental diagnostic IDs (`OPENAI001`, `OPENAI002`). #​7235 by @​jeffhandley\n* **`ImageGenerationToolCallContent` and `ImageGenerationToolResultContent`** — added to JSON serialization infrastructure. #​7275 by @​stephentoub (co-authored by @​Copilot)\n\n## What's Changed\n\n### AI\n\n* Add ReasoningOptions to ChatOptions #​7252 by @​stephentoub (co-authored by @​Copilot)\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent #​7159 by @​stephentoub (co-authored by @​Copilot)\n* Add FunctionCallContent.InformationalOnly property #​7126, #​7262 by @​stephentoub (co-authored by @​Copilot)\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions #​7240 by @​stephentoub (co-authored by @​Copilot)\n* Add ImageGenerationToolCallContent and ImageGenerationToolResultContent to JSON serialization infrastructure #​7275 by @​stephentoub (co-authored by @​Copilot)\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control #​7228 by @​stephentoub (co-authored by @​Copilot)\n* Allow FunctionResultContent pass-through when CallId matches #​7229 by @​stephentoub (co-authored by @​Copilot)\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient #​7207 by @​stephentoub (co-authored by @​Copilot)\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry #​7234 by @​stephentoub (co-authored by @​Copilot)\n* Categorize MEAI001 experimental APIs #​7116 by @​jeffhandley (co-authored by @​Copilot)\n* MEAI: Update Experimental / Preview Features #​7235 by @​jeffhandley\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse #​7194 by @​stephentoub (co-authored by @​Copilot)\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools #​7218 by @​stephentoub (co-authored by @​Copilot)\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter #​7224 by @​stephentoub (co-authored by @​Copilot)\n* Fix approval request/response correlation in FunctionInvokingChatClient #​7261 by @​stephentoub (co-authored by @​Copilot)\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 #​7247 by @​stephentoub (co-authored by @​Copilot)\n* Fix NRT resolution for AIFunction parameters #​7200 by @​eiriktsarpalis\n* Preserve extra JSON schema properties in ToolJson serialization #​7250 by @​stephentoub (co-authored by @​Copilot)\n* Fix token metric unit to use UCUM format {token} #​7241 by @​stephentoub\n* Fix OpenAI responses streaming to preserve encrypted reasoning content #​7266 by @​stephentoub\n* Update OpenAIResponsesChatClient to handle streaming code interpreter content #​7267 by @​stephentoub\n\n### Diagnostics, Health Checks, and Resource Monitoring\n\n* [5752] FakeLogCollector waiting capabilities #​6228 by @​Demo30\n* Bring new cpu.requests formula from Kubernetes #​7239 by @​amadeuszl\n\n### Service Discovery\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.0.0...v10.6.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/CommunityToolkit/Aspire/pull/1389","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommunityToolkit%2FAspire/issues/1389","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1389/packages"},{"uuid":"4436152903","node_id":"PR_kwDOAl3K1s7bBoc-","number":402,"state":"open","title":"chore(deps): Bump Microsoft.Extensions.ServiceDiscovery from 10.5.0 to 10.6.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":4,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-13T08:20:21.000Z","updated_at":"2026-05-13T08:25:33.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.5.0","new_version":"10.6.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"[//]: # (dependabot-start)\n⚠️  **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nUpdated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.5.0 to 10.6.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.6.0\n\nVersion 10.6.0 stabilizes the response continuation token and background-response APIs in Microsoft.Extensions.AI.Abstractions. Most other AI work for May shipped in 10.5.1; this monthly release rolls those changes up alongside dependency updates and a small Resource Monitoring cleanup.\n\n## Experimental API Changes\n\n### Now Stable\n\n* ResponseContinuationToken and background-response APIs are now stable (previously `MEAI001`) #​7512\n\n## What's Changed\n\n### AI\n\n* Stabilize ResponseContinuationToken / background-response APIs #​7512 by @​jozkee (co-authored by @​Copilot)\n\n## Repository Infrastructure Updates\n\n* Update version to 10.6.0 #​7458 by @​jeffhandley\n* [main] Update dependencies from dotnet/arcade #​7451\n* Bump follow-redirects from 1.15.11 to 1.16.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript/azure-devops-report/tasks/PublishAIEvaluationReport #​7469\n* Merge release/10.5 into main #​7470 by @​jeffhandley\n* Bump microsoft.visualstudio.slngen.tool from 12.0.13 to 12.0.32 #​7484\n* Bump postcss from 8.5.9 to 8.5.12 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7494\n* Bump dotnet-reportgenerator-globaltool from 5.5.7 to 5.5.9 #​7504\n* Rename release-notes skill to write-release-notes #​7511 by @​jeffhandley (co-authored by @​Copilot)\n\n## Acknowledgements\n\n* @​wtgodbe @​tarekgh @​peterwald @​JeremyLikness @​eiriktsarpalis @​ericstj @​evgenyfedorov2 reviewed pull requests\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.5.2...v10.6.0\n\n\n## 10.5.2\n\nThis patch release ships a single fix to `Microsoft.Extensions.VectorData.Abstractions`, correcting `StorageName` resolution when external serialization is enabled. `Microsoft.Extensions.VectorData.ConformanceTests`, `Microsoft.Extensions.AI.Abstractions`, `Microsoft.Extensions.AI`, and `Microsoft.Extensions.AI.OpenAI` are published alongside it for version coherency — they contain no code changes from 10.5.1.\n\n## Packages in this release\n\n| Package | Version |\n| --- | --- |\n| Microsoft.Extensions.VectorData.Abstractions | 10.5.2 |\n| Microsoft.Extensions.VectorData.ConformanceTests | 10.5.2 |\n| Microsoft.Extensions.AI.Abstractions | 10.5.2 |\n| Microsoft.Extensions.AI | 10.5.2 |\n| Microsoft.Extensions.AI.OpenAI | 10.5.2 |\n\n## What's Changed\n\n### Microsoft.Extensions.VectorData.Abstractions\n\n- Minor fixes to MEVD.Abstractions: correct `StorageName` behavior when external serialization is enabled, and disable a warning for `net462`. (by @​roji in [#​7475](https://github.com/dotnet/extensions/pull/7475))\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.5.1...v10.5.2\n\n\n## 10.5.1\n\nVersion 10.5.1 of the Microsoft.Extensions.AI packages stabilizes CodeInterpreter, WebSearch, and ImageGeneration tool content types. The release adds new experimental tool search and OpenAI request policy hooks. And the OpenTelemetry gen-ai semantic conventions are updated to align with v1.41.\n\nThe 'aiagent-webapi' project template in Microsoft.Agents.AI.ProjectTemplates is updated to align with v1.3.0 of Agent Framework, updating the OpenTelemetry dependencies within the template projects as well.\n\n## Packages in this release\n\n| Package | Version |\n|---------|---------|\n| Microsoft.Extensions.AI | 10.5.1 |\n| Microsoft.Extensions.AI.Abstractions | 10.5.1 |\n| Microsoft.Extensions.AI.OpenAI | 10.5.1 |\n| Microsoft.Extensions.AI.Templates | 10.5.1-preview.3.26251.3 |\n| Microsoft.Agents.AI.ProjectTemplates | 1.3.0-preview.1.26251.3 |\n\n## Experimental API Changes\n\n### Now Stable\n\nThe following types previously emitted the `MEAI001` experimental diagnostic and are now stable.\n\n* CodeInterpreter and WebSearch tool content types are now stable #​7493\n  * `CodeInterpreterToolCallContent`\n  * `CodeInterpreterToolResultContent`\n  * `WebSearchToolCallContent`\n  * `WebSearchToolResultContent`\n* ImageGeneration tool content types and tool are now stable #​7476\n  * `ImageGenerationToolCallContent`\n  * `ImageGenerationToolResultContent`\n  * `HostedImageGenerationTool`\n  * `ImageGenerationOptions`\n  * `ImageGenerationResponseFormat` (the `Hosted` enum value remains experimental)\n  * `IImageGenerator` and the rest of the image generation infrastructure also remain experimental\n\n### New Experimental APIs\n\nThe following new APIs emit the `MEAI001` experimental diagnostic.\n\n* New experimental API: `HostedToolSearchTool` with `DeferredTools` for tool-search-driven deferred tool loading #​7471\n* New experimental API: `OpenAIRequestPolicies` extension hook for appending `System.ClientModel.PipelinePolicy` instances to outgoing OpenAI requests #​7495\n\n### Breaking Changes to Experimental APIs\n\n* `WebSearchToolResultContent.Results` was renamed to `Outputs` as part of the stabilization in #​7493, aligning with `CodeInterpreterToolResultContent.Outputs`. The original `Results` property was included in version 10.4.0 and 10.5.0; this is a binary breaking change and consumers need to update to consume the updated property.\n\n  ```diff\n  WebSearchToolResultContent content = ...;\n  - IList\u003cAIContent\u003e? items = content.Results;\n  + IList\u003cAIContent\u003e? items = content.Outputs;\n  ```\n\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.5.0...v10.6.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.5.0\u0026new-version=10.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/petrsvihlik/WopiHost/pull/402","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/petrsvihlik%2FWopiHost/issues/402","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/402/packages"},{"uuid":"4340117458","node_id":"PR_kwDORIP3Rs7WLZ_n","number":117,"state":"open","title":"deps(nuget): Bump Microsoft.Extensions.ServiceDiscovery from 10.4.0 to 10.5.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-28T02:20:04.000Z","updated_at":"2026-04-28T02:23:01.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps(nuget): Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.4.0","new_version":"10.5.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.4.0 to 10.5.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.5.0\n\nHTTP Logging Middleware APIs in `Microsoft.AspNetCore.Diagnostics.Middleware` are now stable. This release also transfers `Microsoft.Extensions.VectorData.Abstractions` and `Microsoft.Extensions.VectorData.ConformanceTests` from the [Semantic Kernel](https://github.com/microsoft/semantic-kernel) repository into dotnet/extensions, jumping from 10.1.0 to 10.5.0 for consistent versioning. The release also delivers fixes across the AI libraries, AI Evaluation, and Service Discovery.\n\n## Breaking Changes\n\n1. **Rename `VectorStoreVectorAttribute` constructor parameter #​7460**\n   * The `Dimensions` parameter was renamed to `dimensions` (lowercase). This is a source-breaking change only — binary compatibility is preserved.\n   * If you use the named argument syntax `new VectorStoreVectorAttribute(Dimensions: 1536)`, update it to `new VectorStoreVectorAttribute(dimensions: 1536)`.\n\n## Experimental API Changes\n\n### Now Stable\n\n* HTTP Logging Middleware APIs are now stable (previously `EXTEXP0013`): `AddHttpLogEnricher\u003cT\u003e`, `IHttpLogEnricher`, and `RequestHeadersLogEnricherOptions.HeadersDataClasses` #​7380\n\n## What's Changed\n\n### AI\n\n* Fix OpenAIResponsesChatClient to respect \"store\":false in responses #​7417 by @​stephentoub\n* Fix InvalidOperationException in CoalesceWebSearchToolCallContent #​7419 by @​stephentoub\n* Handle F# optional parameters in AIFunctionFactory schema generation #​7439 by @​eiriktsarpalis\n* Fix ComputerCallResponseItem using Item.Id instead of CallId #​7446 by @​jozkee\n* Fix HostedFileContent with image MIME type sent as input_file instead of input_image #​7438 by @​stephentoub (co-authored by @​copilot)\n* Guard Activity.Current restore with null check in OpenTelemetry streaming clients #​7443 by @​stephentoub (co-authored by @​copilot)\n* Enable stateless mode in remote MCP server template (released as v1.2.0 on 2026-04-01) #​7441 by @​jeffhandley\n\n### Vector Data\n\n* Move Microsoft.Extensions.VectorData.Abstractions over from Semantic Kernel #​7434 by @​roji\n* Rename VectorStoreVectorAttribute dimensions constructor parameter #​7460 by @​roji\n\n### AI Evaluation\n\n* Add Path Validation for DiskBasedResponseCache and DiskBasedResultStore #​7397 by @​peterwald\n* Update brace-expansion for CVE-2026-33750 #​7457 by @​SamMonoRT\n\n### ASP.NET Core Extensions\n\n* Removing experimental attribute from Http logging middleware #​7380 by @​mariamgerges\n\n### Service Discovery\n\n* Implement RFC6761 reserved DNS names handling #​6924 by @​rzikm\n\n## Documentation Updates\n\n* Remove per-library CHANGELOG.md files #​7413 by @​jeffhandley\n\n## Test Improvements\n\n ... (truncated)\n\n## 10.4.1\n\nThis release of the Microsoft.Extensions.AI packages adds new experimental APIs for Realtime client sessions and Text-to-Speech, along with OpenTelemetry and middleware improvements.\n\n## Packages in this release\n\n| Package | Version |\n|---------|---------|\n| Microsoft.Extensions.AI.Abstractions | 10.4.1 |\n| Microsoft.Extensions.AI | 10.4.1 |\n| Microsoft.Extensions.AI.OpenAI | 10.4.1 |\n\n## Experimental API Changes\n\n### New Experimental APIs\n\n* New experimental API: Realtime Client Sessions #​7285 and #​7399\n* New experimental API: Text-to-Speech Client #​7381\n\n### Changes to Experimental APIs\n\n* Hosted File Download Stream: write-path methods now explicitly throw `NotSupportedException` #​7394\n\n## What's Changed\n\n### AI\n\n* Add `ITextToSpeechClient` abstraction, middleware, and OpenAI implementation #​7381 by @​stephentoub\n* Realtime Client Proposal #​7285 by @​tarekgh\n* Add `VoiceActivityDetection` options to realtime session abstractions #​7399 by @​tarekgh\n* Make `UriContent` `mediaType` parameter optional with inference from URI file extension #​7398 by @​stephentoub (co-authored by @​Copilot)\n* Emit `gen_ai.client.operation.exception` via `ILogger LoggerMessage` on OpenTelemetry instrumentation classes #​7379 by @​stephentoub (co-authored by @​Copilot)\n* Support `invoke_workflow` as an equivalent parent span to `invoke_agent` in `FunctionInvokingChatClient` #​7382 by @​stephentoub (co-authored by @​Copilot)\n* Make `HostedFileDownloadStream` explicitly read-only #​7394 by @​stephentoub (co-authored by @​Copilot)\n\n## Documentation Updates\n\n* Document JSON schema derivation for return types in AIFunctionFactory #​7400 by @​stephentoub (co-authored by @​Copilot)\n\n## Test Improvements\n\n* Fix test warnings #​7369 by @​jozkee\n* Add tests for JSON deserialization of serializable types #​7373 by @​stephentoub (co-authored by @​Copilot)\n\n## Repository Infrastructure Updates\n\n* Update Package Validation Baseline to 10.4.0 #​7389 by @​jeffhandley (co-authored by @​Copilot)\n* Update ModelContextProtocol libraries to version 1.0.0 #​7340 by @​stephentoub (co-authored by @​Copilot)\n\n## Acknowledgements\n\n* @​eiriktsarpalis @​ericstj @​CodeBlanch @​lmolkova @​adamsitnik @​joperezr reviewed pull requests\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.4.0...v10.5.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.4.0\u0026new-version=10.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e\n\n\u003c!-- Reviewable:start --\u003e\n- - -\nThis change is [\u003cimg src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/\u003e](https://reviewable.io/reviews/PlagueHO/prompt-babbler/117)\n\u003c!-- Reviewable:end --\u003e\n","html_url":"https://github.com/PlagueHO/prompt-babbler/pull/117","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlagueHO%2Fprompt-babbler/issues/117","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/117/packages"},{"uuid":"4208539248","node_id":"PR_kwDORbjHIc7QE6rV","number":25,"state":"open","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.3.0 to 10.4.0","user":"dependabot[bot]","labels":["size/xs","infra"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-05T20:44:51.000Z","updated_at":"2026-04-05T20:49:18.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.3.0","new_version":"10.4.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.3.0 to 10.4.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.4.0\n\nThis release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.\n\n## Experimental API Changes\n\n### Now Stable\n\n* MCP Server Tool Content and Function Call Approval APIs are now stable (previously `MEAI001`) #​7299\n* `FakeLogCollector.GetLogsAsync(CancellationToken)` is now stable (previously `EXTEXP0003`) #​7332\n\n### New Experimental APIs\n\n* New experimental `AddExtendedHttpClientLogging` overloads with `wrapHandlersPipeline` parameter (`EXTEXP0013`) #​7231\n\n### Removed Experimental APIs\n\n* AI Tool Reduction experimental APIs removed (was experimental under `MEAI001`) #​7353\n\n## What's Changed\n\n### AI\n\n* Add IHostedFileClient and friends #​7269 by @​stephentoub\n* Add web search tool call content #​7276 by @​stephentoub (co-authored by @​Copilot)\n* Surface OpenAI-compatible reasoning_content as TextReasoningContent #​7295 by @​stephentoub\n* MCP/Approvals/Tool Contents stabilization #​7299 by @​jozkee\n* Implement time_to_first_chunk and time_per_output_chunk streaming metrics in OpenTelemetryChatClient #​7325 by @​stephentoub (co-authored by @​Copilot)\n* Add openai.api.type telemetry attribute to OpenAI IChatClient implementations #​7316 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenTelemetry Gen AI semantic conventions to v1.40 #​7322 by @​stephentoub (co-authored by @​Copilot)\n* Fix tool definitions emission regardless of sensitivity setting #​7346 by @​stephentoub (co-authored by @​Copilot)\n* Honor [Required] attribute in AI function parameter JSON schema generation #​7272 by @​stephentoub (co-authored by @​Copilot)\n* AddAIContentType automatically registers content type against every base in the inheritance chain up to AIContent #​7358 by @​jozkee (co-authored by @​Copilot)\n* Auto-mark server-handled FunctionCallContent as InformationalOnly #​7314 by @​stephentoub (co-authored by @​Copilot)\n* Map ReasoningEffort.None and ExtraHigh to none and xhigh in OpenAI IChatClient implementations #​7319 by @​stephentoub (co-authored by @​Copilot)\n* Handle DynamicMethod reflection limitations in AIFunctionFactory #​7287 by @​stephentoub (co-authored by @​Copilot)\n* Fix Activity.Current nulled during streaming tool invocation #​7321 by @​flaviocdc (co-authored by @​Copilot)\n* Handle FunctionCallOutputResponseItem in streaming response conversion #​7307 by @​stephentoub (co-authored by @​Copilot)\n* Fix serialization of response continuation tokens #​7356 by @​stephentoub\n* Remove AI Tool Reduction experimental APIs #​7353 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenAI to 2.9.1 #​7349 by @​stephentoub\n\n### Telemetry and Observability\n\n* Introduce support for the Gauge metric type #​7203 by @​rainsxng\n* Update logging source generator to support generic methods #​7331 by @​svick (co-authored by @​Copilot)\n* Update logging source generator to match runtime PR #​124589 (ref readonly/params/scoped) #​7333 by @​svick (co-authored by @​Copilot)\n* Promote FakeLogCollector.GetLogsAsync(CancellationToken) from experimental to stable #​7332 by @​Demo30\n* Remove obsolete CS1591 warning suppression from generated file preamble #​7308 by @​luissena\n\n### HTTP Resilience and Diagnostics\n\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.3.0...v10.4.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.3.0\u0026new-version=10.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/JerrettDavis/JD.Writer/pull/25","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/JerrettDavis%2FJD.Writer/issues/25","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/25/packages"},{"uuid":"4174715889","node_id":"PR_kwDORIP3Rs7OyN4K","number":57,"state":"open","title":"deps(nuget): Bump Microsoft.Extensions.ServiceDiscovery from 10.3.0 to 10.4.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":7,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-30T23:46:43.000Z","updated_at":"2026-03-31T09:00:39.129Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps(nuget): Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.3.0","new_version":"10.4.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.3.0 to 10.4.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.4.0\n\nThis release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.\n\n## Experimental API Changes\n\n### Now Stable\n\n* MCP Server Tool Content and Function Call Approval APIs are now stable (previously `MEAI001`) #​7299\n* `FakeLogCollector.GetLogsAsync(CancellationToken)` is now stable (previously `EXTEXP0003`) #​7332\n\n### New Experimental APIs\n\n* New experimental `AddExtendedHttpClientLogging` overloads with `wrapHandlersPipeline` parameter (`EXTEXP0013`) #​7231\n\n### Removed Experimental APIs\n\n* AI Tool Reduction experimental APIs removed (was experimental under `MEAI001`) #​7353\n\n## What's Changed\n\n### AI\n\n* Add IHostedFileClient and friends #​7269 by @​stephentoub\n* Add web search tool call content #​7276 by @​stephentoub (co-authored by @​Copilot)\n* Surface OpenAI-compatible reasoning_content as TextReasoningContent #​7295 by @​stephentoub\n* MCP/Approvals/Tool Contents stabilization #​7299 by @​jozkee\n* Implement time_to_first_chunk and time_per_output_chunk streaming metrics in OpenTelemetryChatClient #​7325 by @​stephentoub (co-authored by @​Copilot)\n* Add openai.api.type telemetry attribute to OpenAI IChatClient implementations #​7316 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenTelemetry Gen AI semantic conventions to v1.40 #​7322 by @​stephentoub (co-authored by @​Copilot)\n* Fix tool definitions emission regardless of sensitivity setting #​7346 by @​stephentoub (co-authored by @​Copilot)\n* Honor [Required] attribute in AI function parameter JSON schema generation #​7272 by @​stephentoub (co-authored by @​Copilot)\n* AddAIContentType automatically registers content type against every base in the inheritance chain up to AIContent #​7358 by @​jozkee (co-authored by @​Copilot)\n* Auto-mark server-handled FunctionCallContent as InformationalOnly #​7314 by @​stephentoub (co-authored by @​Copilot)\n* Map ReasoningEffort.None and ExtraHigh to none and xhigh in OpenAI IChatClient implementations #​7319 by @​stephentoub (co-authored by @​Copilot)\n* Handle DynamicMethod reflection limitations in AIFunctionFactory #​7287 by @​stephentoub (co-authored by @​Copilot)\n* Fix Activity.Current nulled during streaming tool invocation #​7321 by @​flaviocdc (co-authored by @​Copilot)\n* Handle FunctionCallOutputResponseItem in streaming response conversion #​7307 by @​stephentoub (co-authored by @​Copilot)\n* Fix serialization of response continuation tokens #​7356 by @​stephentoub\n* Remove AI Tool Reduction experimental APIs #​7353 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenAI to 2.9.1 #​7349 by @​stephentoub\n\n### Telemetry and Observability\n\n* Introduce support for the Gauge metric type #​7203 by @​rainsxng\n* Update logging source generator to support generic methods #​7331 by @​svick (co-authored by @​Copilot)\n* Update logging source generator to match runtime PR #​124589 (ref readonly/params/scoped) #​7333 by @​svick (co-authored by @​Copilot)\n* Promote FakeLogCollector.GetLogsAsync(CancellationToken) from experimental to stable #​7332 by @​Demo30\n* Remove obsolete CS1591 warning suppression from generated file preamble #​7308 by @​luissena\n\n### HTTP Resilience and Diagnostics\n\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.3.0...v10.4.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.3.0\u0026new-version=10.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e\n\n\u003c!-- Reviewable:start --\u003e\n- - -\nThis change is [\u003cimg src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/\u003e](https://reviewable.io/reviews/PlagueHO/prompt-babbler/57)\n\u003c!-- Reviewable:end --\u003e\n","html_url":"https://github.com/PlagueHO/prompt-babbler/pull/57","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlagueHO%2Fprompt-babbler/issues/57","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/57/packages"},{"uuid":"4080927772","node_id":"PR_kwDOMFaRss7K15eT","number":921,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.0.0 to 10.4.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-16T08:16:05.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-16T08:15:51.000Z","updated_at":"2026-03-16T08:16:07.000Z","time_to_close":14,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.0.0","new_version":"10.4.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.0.0 to 10.4.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.4.0\n\nThis release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.\n\n## Experimental API Changes\n\n### Now Stable\n\n* MCP Server Tool Content and Function Call Approval APIs are now stable (previously `MEAI001`) #​7299\n* `FakeLogCollector.GetLogsAsync(CancellationToken)` is now stable (previously `EXTEXP0003`) #​7332\n\n### New Experimental APIs\n\n* New experimental `AddExtendedHttpClientLogging` overloads with `wrapHandlersPipeline` parameter (`EXTEXP0013`) #​7231\n\n### Removed Experimental APIs\n\n* AI Tool Reduction experimental APIs removed (was experimental under `MEAI001`) #​7353\n\n## What's Changed\n\n### AI\n\n* Add IHostedFileClient and friends #​7269 by @​stephentoub\n* Add web search tool call content #​7276 by @​stephentoub (co-authored by @​Copilot)\n* Surface OpenAI-compatible reasoning_content as TextReasoningContent #​7295 by @​stephentoub\n* MCP/Approvals/Tool Contents stabilization #​7299 by @​jozkee\n* Implement time_to_first_chunk and time_per_output_chunk streaming metrics in OpenTelemetryChatClient #​7325 by @​stephentoub (co-authored by @​Copilot)\n* Add openai.api.type telemetry attribute to OpenAI IChatClient implementations #​7316 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenTelemetry Gen AI semantic conventions to v1.40 #​7322 by @​stephentoub (co-authored by @​Copilot)\n* Fix tool definitions emission regardless of sensitivity setting #​7346 by @​stephentoub (co-authored by @​Copilot)\n* Honor [Required] attribute in AI function parameter JSON schema generation #​7272 by @​stephentoub (co-authored by @​Copilot)\n* AddAIContentType automatically registers content type against every base in the inheritance chain up to AIContent #​7358 by @​jozkee (co-authored by @​Copilot)\n* Auto-mark server-handled FunctionCallContent as InformationalOnly #​7314 by @​stephentoub (co-authored by @​Copilot)\n* Map ReasoningEffort.None and ExtraHigh to none and xhigh in OpenAI IChatClient implementations #​7319 by @​stephentoub (co-authored by @​Copilot)\n* Handle DynamicMethod reflection limitations in AIFunctionFactory #​7287 by @​stephentoub (co-authored by @​Copilot)\n* Fix Activity.Current nulled during streaming tool invocation #​7321 by @​flaviocdc (co-authored by @​Copilot)\n* Handle FunctionCallOutputResponseItem in streaming response conversion #​7307 by @​stephentoub (co-authored by @​Copilot)\n* Fix serialization of response continuation tokens #​7356 by @​stephentoub\n* Remove AI Tool Reduction experimental APIs #​7353 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenAI to 2.9.1 #​7349 by @​stephentoub\n\n### Telemetry and Observability\n\n* Introduce support for the Gauge metric type #​7203 by @​rainsxng\n* Update logging source generator to support generic methods #​7331 by @​svick (co-authored by @​Copilot)\n* Update logging source generator to match runtime PR #​124589 (ref readonly/params/scoped) #​7333 by @​svick (co-authored by @​Copilot)\n* Promote FakeLogCollector.GetLogsAsync(CancellationToken) from experimental to stable #​7332 by @​Demo30\n* Remove obsolete CS1591 warning suppression from generated file preamble #​7308 by @​luissena\n\n### HTTP Resilience and Diagnostics\n\n ... (truncated)\n\n## 10.3.0\n\n## Experimental API Changes\n\n### Now Stable\n\n* **`IChatReducer` interface** — graduated from experimental to stable. The interface is now stable; concrete implementations (`MessageCountingChatReducer`, `SummarizingChatReducer`, `ReducingChatClient`) remain experimental. #​7235 by @​jeffhandley\n* **`FunctionCallContent` and `FunctionResultContent` unsealed** — changed from `sealed class` to `class`, enabling derivation. #​7229 by @​stephentoub (co-authored by @​Copilot)\n\n### Breaking Changes to Experimental APIs\n\n* **Experimental diagnostic ID reorganization** — the blanket `MEAI001` diagnostic ID was split into feature-specific constants. OpenAI-specific experimental APIs now use `OPENAI001`, `OPENAI002`, or `SCME0001` instead of `MEAI001`. Consumers who suppressed `MEAI001` for OpenAI APIs may need to suppress `OPENAI001`/`OPENAI002` instead. #​7116 by @​jeffhandley (co-authored by @​Copilot), #​7235 by @​jeffhandley\n\n### New Experimental APIs\n\n* **Chat reduction implementations** — `MessageCountingChatReducer`, `SummarizingChatReducer`, `ReducingChatClient`, and `UseChatReducer` builder extension. #​7235 by @​jeffhandley\n* **OpenAI Responses/Assistants/Realtime/Image/Audio integrations** — assigned feature-specific experimental diagnostic IDs (`OPENAI001`, `OPENAI002`). #​7235 by @​jeffhandley\n* **`ImageGenerationToolCallContent` and `ImageGenerationToolResultContent`** — added to JSON serialization infrastructure. #​7275 by @​stephentoub (co-authored by @​Copilot)\n\n## What's Changed\n\n### AI\n\n* Add ReasoningOptions to ChatOptions #​7252 by @​stephentoub (co-authored by @​Copilot)\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent #​7159 by @​stephentoub (co-authored by @​Copilot)\n* Add FunctionCallContent.InformationalOnly property #​7126, #​7262 by @​stephentoub (co-authored by @​Copilot)\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions #​7240 by @​stephentoub (co-authored by @​Copilot)\n* Add ImageGenerationToolCallContent and ImageGenerationToolResultContent to JSON serialization infrastructure #​7275 by @​stephentoub (co-authored by @​Copilot)\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control #​7228 by @​stephentoub (co-authored by @​Copilot)\n* Allow FunctionResultContent pass-through when CallId matches #​7229 by @​stephentoub (co-authored by @​Copilot)\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient #​7207 by @​stephentoub (co-authored by @​Copilot)\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry #​7234 by @​stephentoub (co-authored by @​Copilot)\n* Categorize MEAI001 experimental APIs #​7116 by @​jeffhandley (co-authored by @​Copilot)\n* MEAI: Update Experimental / Preview Features #​7235 by @​jeffhandley\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse #​7194 by @​stephentoub (co-authored by @​Copilot)\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools #​7218 by @​stephentoub (co-authored by @​Copilot)\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter #​7224 by @​stephentoub (co-authored by @​Copilot)\n* Fix approval request/response correlation in FunctionInvokingChatClient #​7261 by @​stephentoub (co-authored by @​Copilot)\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 #​7247 by @​stephentoub (co-authored by @​Copilot)\n* Fix NRT resolution for AIFunction parameters #​7200 by @​eiriktsarpalis\n* Preserve extra JSON schema properties in ToolJson serialization #​7250 by @​stephentoub (co-authored by @​Copilot)\n* Fix token metric unit to use UCUM format {token} #​7241 by @​stephentoub\n* Fix OpenAI responses streaming to preserve encrypted reasoning content #​7266 by @​stephentoub\n* Update OpenAIResponsesChatClient to handle streaming code interpreter content #​7267 by @​stephentoub\n\n### Diagnostics, Health Checks, and Resource Monitoring\n\n* [5752] FakeLogCollector waiting capabilities #​6228 by @​Demo30\n* Bring new cpu.requests formula from Kubernetes #​7239 by @​amadeuszl\n\n### Service Discovery\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.0.0...v10.4.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet-presentations/dotnet-aspire-workshop/pull/921","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-presentations%2Fdotnet-aspire-workshop/issues/921","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/921/packages"},{"uuid":"4080340121","node_id":"PR_kwDORTzEic7K0CD5","number":33,"state":"open","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.1.0 to 10.4.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-16T05:36:32.000Z","updated_at":"2026-03-16T05:36:33.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.1.0","new_version":"10.4.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.1.0 to 10.4.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.4.0\n\nThis release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.\n\n## Experimental API Changes\n\n### Now Stable\n\n* MCP Server Tool Content and Function Call Approval APIs are now stable (previously `MEAI001`) #​7299\n* `FakeLogCollector.GetLogsAsync(CancellationToken)` is now stable (previously `EXTEXP0003`) #​7332\n\n### New Experimental APIs\n\n* New experimental `AddExtendedHttpClientLogging` overloads with `wrapHandlersPipeline` parameter (`EXTEXP0013`) #​7231\n\n### Removed Experimental APIs\n\n* AI Tool Reduction experimental APIs removed (was experimental under `MEAI001`) #​7353\n\n## What's Changed\n\n### AI\n\n* Add IHostedFileClient and friends #​7269 by @​stephentoub\n* Add web search tool call content #​7276 by @​stephentoub (co-authored by @​Copilot)\n* Surface OpenAI-compatible reasoning_content as TextReasoningContent #​7295 by @​stephentoub\n* MCP/Approvals/Tool Contents stabilization #​7299 by @​jozkee\n* Implement time_to_first_chunk and time_per_output_chunk streaming metrics in OpenTelemetryChatClient #​7325 by @​stephentoub (co-authored by @​Copilot)\n* Add openai.api.type telemetry attribute to OpenAI IChatClient implementations #​7316 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenTelemetry Gen AI semantic conventions to v1.40 #​7322 by @​stephentoub (co-authored by @​Copilot)\n* Fix tool definitions emission regardless of sensitivity setting #​7346 by @​stephentoub (co-authored by @​Copilot)\n* Honor [Required] attribute in AI function parameter JSON schema generation #​7272 by @​stephentoub (co-authored by @​Copilot)\n* AddAIContentType automatically registers content type against every base in the inheritance chain up to AIContent #​7358 by @​jozkee (co-authored by @​Copilot)\n* Auto-mark server-handled FunctionCallContent as InformationalOnly #​7314 by @​stephentoub (co-authored by @​Copilot)\n* Map ReasoningEffort.None and ExtraHigh to none and xhigh in OpenAI IChatClient implementations #​7319 by @​stephentoub (co-authored by @​Copilot)\n* Handle DynamicMethod reflection limitations in AIFunctionFactory #​7287 by @​stephentoub (co-authored by @​Copilot)\n* Fix Activity.Current nulled during streaming tool invocation #​7321 by @​flaviocdc (co-authored by @​Copilot)\n* Handle FunctionCallOutputResponseItem in streaming response conversion #​7307 by @​stephentoub (co-authored by @​Copilot)\n* Fix serialization of response continuation tokens #​7356 by @​stephentoub\n* Remove AI Tool Reduction experimental APIs #​7353 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenAI to 2.9.1 #​7349 by @​stephentoub\n\n### Telemetry and Observability\n\n* Introduce support for the Gauge metric type #​7203 by @​rainsxng\n* Update logging source generator to support generic methods #​7331 by @​svick (co-authored by @​Copilot)\n* Update logging source generator to match runtime PR #​124589 (ref readonly/params/scoped) #​7333 by @​svick (co-authored by @​Copilot)\n* Promote FakeLogCollector.GetLogsAsync(CancellationToken) from experimental to stable #​7332 by @​Demo30\n* Remove obsolete CS1591 warning suppression from generated file preamble #​7308 by @​luissena\n\n### HTTP Resilience and Diagnostics\n\n ... (truncated)\n\n## 10.3.0\n\n## Experimental API Changes\n\n### Now Stable\n\n* **`IChatReducer` interface** — graduated from experimental to stable. The interface is now stable; concrete implementations (`MessageCountingChatReducer`, `SummarizingChatReducer`, `ReducingChatClient`) remain experimental. #​7235 by @​jeffhandley\n* **`FunctionCallContent` and `FunctionResultContent` unsealed** — changed from `sealed class` to `class`, enabling derivation. #​7229 by @​stephentoub (co-authored by @​Copilot)\n\n### Breaking Changes to Experimental APIs\n\n* **Experimental diagnostic ID reorganization** — the blanket `MEAI001` diagnostic ID was split into feature-specific constants. OpenAI-specific experimental APIs now use `OPENAI001`, `OPENAI002`, or `SCME0001` instead of `MEAI001`. Consumers who suppressed `MEAI001` for OpenAI APIs may need to suppress `OPENAI001`/`OPENAI002` instead. #​7116 by @​jeffhandley (co-authored by @​Copilot), #​7235 by @​jeffhandley\n\n### New Experimental APIs\n\n* **Chat reduction implementations** — `MessageCountingChatReducer`, `SummarizingChatReducer`, `ReducingChatClient`, and `UseChatReducer` builder extension. #​7235 by @​jeffhandley\n* **OpenAI Responses/Assistants/Realtime/Image/Audio integrations** — assigned feature-specific experimental diagnostic IDs (`OPENAI001`, `OPENAI002`). #​7235 by @​jeffhandley\n* **`ImageGenerationToolCallContent` and `ImageGenerationToolResultContent`** — added to JSON serialization infrastructure. #​7275 by @​stephentoub (co-authored by @​Copilot)\n\n## What's Changed\n\n### AI\n\n* Add ReasoningOptions to ChatOptions #​7252 by @​stephentoub (co-authored by @​Copilot)\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent #​7159 by @​stephentoub (co-authored by @​Copilot)\n* Add FunctionCallContent.InformationalOnly property #​7126, #​7262 by @​stephentoub (co-authored by @​Copilot)\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions #​7240 by @​stephentoub (co-authored by @​Copilot)\n* Add ImageGenerationToolCallContent and ImageGenerationToolResultContent to JSON serialization infrastructure #​7275 by @​stephentoub (co-authored by @​Copilot)\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control #​7228 by @​stephentoub (co-authored by @​Copilot)\n* Allow FunctionResultContent pass-through when CallId matches #​7229 by @​stephentoub (co-authored by @​Copilot)\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient #​7207 by @​stephentoub (co-authored by @​Copilot)\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry #​7234 by @​stephentoub (co-authored by @​Copilot)\n* Categorize MEAI001 experimental APIs #​7116 by @​jeffhandley (co-authored by @​Copilot)\n* MEAI: Update Experimental / Preview Features #​7235 by @​jeffhandley\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse #​7194 by @​stephentoub (co-authored by @​Copilot)\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools #​7218 by @​stephentoub (co-authored by @​Copilot)\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter #​7224 by @​stephentoub (co-authored by @​Copilot)\n* Fix approval request/response correlation in FunctionInvokingChatClient #​7261 by @​stephentoub (co-authored by @​Copilot)\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 #​7247 by @​stephentoub (co-authored by @​Copilot)\n* Fix NRT resolution for AIFunction parameters #​7200 by @​eiriktsarpalis\n* Preserve extra JSON schema properties in ToolJson serialization #​7250 by @​stephentoub (co-authored by @​Copilot)\n* Fix token metric unit to use UCUM format {token} #​7241 by @​stephentoub\n* Fix OpenAI responses streaming to preserve encrypted reasoning content #​7266 by @​stephentoub\n* Update OpenAIResponsesChatClient to handle streaming code interpreter content #​7267 by @​stephentoub\n\n### Diagnostics, Health Checks, and Resource Monitoring\n\n* [5752] FakeLogCollector waiting capabilities #​6228 by @​Demo30\n* Bring new cpu.requests formula from Kubernetes #​7239 by @​amadeuszl\n\n### Service Discovery\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.1...v10.4.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.1.0\u0026new-version=10.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/arnaud-wissart-lab/Proba-loto-euromillions/pull/33","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnaud-wissart-lab%2FProba-loto-euromillions/issues/33","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/33/packages"},{"uuid":"4061146631","node_id":"PR_kwDOQql9Jc7J2_hQ","number":258,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.0.0 to 10.4.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-11T22:58:03.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-11T22:57:57.000Z","updated_at":"2026-03-11T22:58:05.000Z","time_to_close":6,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.0.0","new_version":"10.4.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.0.0 to 10.4.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/commits).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/notjakespencer/Aspire/pull/258","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/notjakespencer%2FAspire/issues/258","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/258/packages"},{"uuid":"4061143465","node_id":"PR_kwDOQql9Jc7J2-4y","number":243,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.0.0 to 10.4.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-11T22:57:08.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-11T22:56:51.000Z","updated_at":"2026-03-11T22:57:10.000Z","time_to_close":17,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.0.0","new_version":"10.4.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.0.0 to 10.4.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/commits).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/notjakespencer/Aspire/pull/243","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/notjakespencer%2FAspire/issues/243","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/243/packages"},{"uuid":"4056964916","node_id":"PR_kwDON_9-RM7JpQHP","number":39,"state":"closed","title":"chore: Bump Microsoft.Extensions.ServiceDiscovery from 10.3.0 to 10.4.0","user":"dependabot[bot]","labels":["size/S","dependencies","maintenance"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-11T10:44:24.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-11T09:21:14.000Z","updated_at":"2026-03-11T10:48:02.000Z","time_to_close":4990,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.3.0","new_version":"10.4.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.3.0 to 10.4.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\nNo release notes found for this version range.\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/commits).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.3.0\u0026new-version=10.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/philvessey/TramTimes.SouthYorkshire/pull/39","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/philvessey%2FTramTimes.SouthYorkshire/issues/39","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/39/packages"},{"uuid":"4043466379","node_id":"PR_kwDORTzEic7I9q7-","number":24,"state":"open","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.1.0 to 10.3.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-09T05:36:16.000Z","updated_at":"2026-03-09T05:36:16.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.1.0","new_version":"10.3.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.1.0 to 10.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.1...v10.3.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.1.0\u0026new-version=10.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/arnaud-wissart-lab/Proba-loto-euromillions/pull/24","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnaud-wissart-lab%2FProba-loto-euromillions/issues/24","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/24/packages"},{"uuid":"4020807489","node_id":"PR_kwDOReDXIc7H0SkI","number":9,"state":"open","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.0.0 to 10.3.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":5,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-04T08:43:42.000Z","updated_at":"2026-03-05T07:08:49.984Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.0.0","new_version":"10.3.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.0.0 to 10.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.0.0...v10.3.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/ankush-ajari/CleanArchitecture-Sample/pull/9","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankush-ajari%2FCleanArchitecture-Sample/issues/9","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/9/packages"},{"uuid":"4020583923","node_id":"PR_kwDORBGob87HzkEj","number":170,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 9.2.1 to 10.3.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":5,"pull_request":true,"closed_at":"2026-03-21T17:09:55.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-04T07:41:39.000Z","updated_at":"2026-03-21T17:09:55.000Z","time_to_close":1502896,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"9.2.1","new_version":"10.3.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 9.2.1 to 10.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\n## 10.0.0\n\n## What's Changed\n* Give FunctionInvokingChatClient span a more OTELy name by @​verdie-g in https://github.com/dotnet/extensions/pull/6911\n* Update repository branding from 9.10 to 10.0 by @​Copilot in https://github.com/dotnet/extensions/pull/6907\n* Clean up local function names in AIFunctionFactory by @​Copilot in https://github.com/dotnet/extensions/pull/6909\n* Update OpenTelemetryChatClient to output data on all tools by @​stephentoub in https://github.com/dotnet/extensions/pull/6906\n* Update ToChatResponse{Async} to also factor in AuthorName by @​stephentoub in https://github.com/dotnet/extensions/pull/6910\n* add support for background responses by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/6854\n* Fix `METGEN004` error message: print return type in `ErrorInvalidMethodReturnType` by @​eduherminio in https://github.com/dotnet/extensions/pull/6905\n* Fix OpenTelemetryChatClient failing on unknown content types by @​stephentoub in https://github.com/dotnet/extensions/pull/6915\n* Add support for Connector ID and other follow ups by @​jozkee in https://github.com/dotnet/extensions/pull/6881\n* Update AI lib changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/6920\n* Merge internal changes by @​joperezr in https://github.com/dotnet/extensions/pull/6921\n* Add Workstream, Stage, and PackageValidationBaselineVersion metadata to ServiceDiscovery libraries by @​Copilot in https://github.com/dotnet/extensions/pull/6919\n* Add back Uri ctor to HostedMcpServerTool by @​jozkee in https://github.com/dotnet/extensions/pull/6926\n* Set DisableNETStandardCompatErrors in ServiceDiscovery libraries by @​eerhardt in https://github.com/dotnet/extensions/pull/6927\n* Update Package validation baseline version to 9.10.0 by @​Copilot in https://github.com/dotnet/extensions/pull/6922\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/6802\n* Extend service discovery to support Consul-based DNS lookups: by @​bart-vmware in https://github.com/dotnet/extensions/pull/6914\n* Update AsOpenAIResponseItems to roundtrip User AIContent ResponseItems by @​stephentoub in https://github.com/dotnet/extensions/pull/6931\n* Special-case AIContent returned from AIFunctionFactory.Create AIFunctions to not be serialized by @​stephentoub in https://github.com/dotnet/extensions/pull/6935\n* Preserve function content in `SummarizingChatReducer` by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6908\n* Tool reduction by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6781\n* Fix coalescing of TextReasoningContent with ProtectedData by @​stephentoub in https://github.com/dotnet/extensions/pull/6936\n* Doc updates by @​gewarren in https://github.com/dotnet/extensions/pull/6930\n* Support DisplayNameAttribute for name resolution in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/6942\n* Fix EquivalenceEvaluator MaxOutputTokens to meet Azure OpenAI minimum requirement by @​Copilot in https://github.com/dotnet/extensions/pull/6948\n* Support DefaultValueAttribute in AIFunctionFactory parameter handling by @​Copilot in https://github.com/dotnet/extensions/pull/6947\n* Bump vite from 6.3.6 to 6.4.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/6938\n* Introduce Microsoft.Extensions.DataIngestion.Abstractions by @​adamsitnik in https://github.com/dotnet/extensions/pull/6949\n* Update to latest schema version (accepted by MCP registry) by @​joelverhagen in https://github.com/dotnet/extensions/pull/6956\n* Introduce IngestionChunkWriter build on top of MEVD by @​adamsitnik in https://github.com/dotnet/extensions/pull/6951\n* Update AI Chat Web dependencies by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6955\n* Add AITool -\u003e OpenAI.Responses.ResponseTool conversion utility by @​rogerbarreto in https://github.com/dotnet/extensions/pull/6958\n* Update AI changelogs for 9.10.1 by @​stephentoub in https://github.com/dotnet/extensions/pull/6950\n* Add Name property to OtelMessage to store ChatMessage.AuthorName per OpenTelemetry semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/6953\n* Fix serialization of UserInputRequest/ResponseContent by @​stephentoub in https://github.com/dotnet/extensions/pull/6962\n* Expose building blocks for external service discovery implementations by @​bart-vmware in https://github.com/dotnet/extensions/pull/6946\n* Bump validator from 13.15.0 to 13.15.20 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/6974\n* Add eng/sdl-tsa-vars.config for TSA integration by @​Copilot in https://github.com/dotnet/extensions/pull/6980\n* Add CodeInterpreterToolCall/ResultContent content types by @​stephentoub in https://github.com/dotnet/extensions/pull/6964\n* Update to 1.38 of the otel genai standard convention by @​stephentoub in https://github.com/dotnet/extensions/pull/6981\n* Introduce set of built-in Enrichers by @​adamsitnik in https://github.com/dotnet/extensions/pull/6957\n* Allow ChatOptions.ConversationId to be an OpenAI conversation ID with Responses by @​stephentoub in https://github.com/dotnet/extensions/pull/6960\n* Fix warning breaking official build, enable warningAsError in all pipelines by @​ericstj in https://github.com/dotnet/extensions/pull/6988\n* Introduce HeaderChunker by @​adamsitnik in https://github.com/dotnet/extensions/pull/6979\n* Introduce Markdown readers by @​adamsitnik in https://github.com/dotnet/extensions/pull/6969\n* Add usage telemetry for aieval dotnet tool by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6773\n* Update to OpenAI 2.6.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/6996\n* Don't specify MaxOutputTokens for EquivalenceEvaluator by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/7006\n* Fix Assert.Throws to validate parameter names by @​stephentoub in https://github.com/dotnet/extensions/pull/7007\n ... (truncated)\n\n## 9.10.0\n\n## What's Changed\n* Branding updates for 9.10 by @​Copilot in https://github.com/dotnet/extensions/pull/6769\n* Doc improvements by @​gewarren in https://github.com/dotnet/extensions/pull/6794\n* Bump vite from 6.3.5 to 6.3.6 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/6793\n* Updated changelogs for AI libs by @​stephentoub in https://github.com/dotnet/extensions/pull/6787\n* Update MCP server template by @​jeffkl in https://github.com/dotnet/extensions/pull/6772\n* Add support for using ConversationID for AzureOpenAI and OpenAI by @​ViveliDuCh in https://github.com/dotnet/extensions/pull/6770\n* Merging internal commits by @​joperezr in https://github.com/dotnet/extensions/pull/6801\n* Merge changes from release/9.9 branch by @​joperezr in https://github.com/dotnet/extensions/pull/6803\n* Support keyed HybridCache with keyed DistributedCaches and named options by @​kelly-yinn in https://github.com/dotnet/extensions/pull/6694\n* Inventory as code by @​wtgodbe in https://github.com/dotnet/extensions/pull/6820\n* Increase output token limit for EquivalenceEvaluator by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6835\n* Fix KeyNotFoundException on HttpRequestLatencyListener.OnEventWritten for uknown event sources by @​ssmelov in https://github.com/dotnet/extensions/pull/6821\n* Add project name normalization to match aspire's code generator logic by @​ViveliDuCh in https://github.com/dotnet/extensions/pull/6818\n* Disable really noisy analyzers, part 1 by @​stephentoub in https://github.com/dotnet/extensions/pull/6837\n* Fix `KeyNotFoundException` in `HttpRequestLatencyListener.OnEventWritten` by @​pentp in https://github.com/dotnet/extensions/pull/6823\n* Update global.json to use .NET 9.0.0 stable instead of RC 1 by @​Copilot in https://github.com/dotnet/extensions/pull/6846\n* Add measures and tags with mediator object to the HttpClientLatencyLogEnricher by @​rainsxng in https://github.com/dotnet/extensions/pull/6783\n* Add comprehensive .github/copilot-instructions.md for dotnet/extensions repository by @​Copilot in https://github.com/dotnet/extensions/pull/6792\n* Update to .NET 10 SDK by @​eerhardt in https://github.com/dotnet/extensions/pull/6863\n* Update Microsoft.Extensions.AI changelog files with current NuGet versions by @​Copilot in https://github.com/dotnet/extensions/pull/6849\n* Fix GenerateImagesAsync_SingleImageGeneration integration test by @​stephentoub in https://github.com/dotnet/extensions/pull/6843\n* Re-enable IDE0032 by @​stephentoub in https://github.com/dotnet/extensions/pull/6866\n* Add OpenTelemetrySpeechToTextClient and friends by @​stephentoub in https://github.com/dotnet/extensions/pull/6845\n* Update `ModelContextProtocol` version in MCP template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6870\n* Scope Ollama resilience settings to Web/Program.cs and restore ServiceDefaults by @​ViveliDuCh in https://github.com/dotnet/extensions/pull/6850\n* Update Aspire by @​Varorbc in https://github.com/dotnet/extensions/pull/6858\n* Update MCP template for new registry specification by @​Copilot in https://github.com/dotnet/extensions/pull/6796\n* Add support for `HostApplicationBuilder` in AmbientMetadata extension by @​eduherminio in https://github.com/dotnet/extensions/pull/6867\n* Fix mcpserver test baselines by @​jeffhandley in https://github.com/dotnet/extensions/pull/6874\n* Move Microsoft.Extensions.ServiceDiscovery to dotnet/extensions by @​eerhardt in https://github.com/dotnet/extensions/pull/6868\n* Add copy constructors to option types (ChatOptions, etc.) by @​stephentoub in https://github.com/dotnet/extensions/pull/6882\n* Fix ChatMessage.CreatedAt being always overwritten by the latest timestamp. by @​Copilot in https://github.com/dotnet/extensions/pull/6885\n* Small doc fixes by @​gewarren in https://github.com/dotnet/extensions/pull/6887\n* Update AI changelogs with some recent additions by @​stephentoub in https://github.com/dotnet/extensions/pull/6886\n* Fix Assistants IChatClient handling of unrelated tool calls in history by @​stephentoub in https://github.com/dotnet/extensions/pull/6891\n* Fix duplication between OpenAI Assistants pre-configured tools by @​stephentoub in https://github.com/dotnet/extensions/pull/6896\n* Update MCP Server Template to adhere to 2025-09-29 server.json schema by @​joelverhagen in https://github.com/dotnet/extensions/pull/6888\n* Remove Azure.AI.OpenAI dependency from templates and tests by @​Copilot in https://github.com/dotnet/extensions/pull/6873\n* Remove UnsafeRelaxedJsonEscaping by @​peterwald in https://github.com/dotnet/extensions/pull/6899\n* Fix bug to yield remaining buffered FCC by @​westey-m in https://github.com/dotnet/extensions/pull/6903\n* Fix serialization of [Experimental] AIContent-derived types by @​stephentoub in https://github.com/dotnet/extensions/pull/6900\n\n## New Contributors\n* @​westey-m made their first contribution in https://github.com/dotnet/extensions/pull/6745\n* @​jeffkl made their first contribution in https://github.com/dotnet/extensions/pull/6772\n* @​ViveliDuCh made their first contribution in https://github.com/dotnet/extensions/pull/6770\n* @​kelly-yinn made their first contribution in https://github.com/dotnet/extensions/pull/6694\n* @​ssmelov made their first contribution in https://github.com/dotnet/extensions/pull/6821\n* @​Varorbc made their first contribution in https://github.com/dotnet/extensions/pull/6858\n ... (truncated)\n\n## 9.9.0\n\n## Highlights\n\n### AI\n- Abstractions for **remote MCP servers**; response/approval flow support via new experimental types\n- **Function approvals** via new experimental types (e.g., `ApprovalRequiredAIFunction`, user input/approval request \u0026 response content).\n- **Reasoning text streaming** for OpenAI Responses ChatClient streaming.\n- **`AIFunction` split** into a base class to improve extensibility.\n- **`IChatReducer` moved** to `Microsoft.Extensions.AI.Abstractions`.\n- Updated to **OpenAI 2.4.0** and **genai standard convention 1.37**.\n- Coalescing logic now treats **`ChatMessage.Role` changes** as new messages.\n- **`GetResponseAsync\u003cT\u003e`** now reads only the **last** message (bug fix).\n- OpenTelemetry ChatClient/EmbeddingGenerator logs **raw additional properties** (no key mangling).\n- Fixed **empty annotated text chunk** handling in streaming with OpenAI Assistants.\n\n### Telemetry \u0026 Diagnostics\n- HTTP diagnostics log **query string params** with proper redaction (emitted on `url.query`).\n- `server.address` telemetry emits **host only** (per OpenTelemetry semantic conventions).\n- Heuristics added to detect **well-known model hosts**.\n- Resource monitoring can consider **`Environment.CpuUsage`**.\n\n## New Contributors\n* @​ykumashev made their first contribution in https://github.com/dotnet/extensions/pull/6696\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v9.8.0...v9.9.0\n\n## 9.8.0\n\n## What's Changed\n* Align EventId generation with M.E.Logging source-gen by @​xakep139 in https://github.com/dotnet/extensions/pull/6566\n* Add resiliency mechanism to CPU and memory utilization checks by @​amadeuszl in https://github.com/dotnet/extensions/pull/6528\n* Suppress flaky test until fixed by @​joelverhagen in https://github.com/dotnet/extensions/pull/6568\n* Create a project template for an MCP server by @​joelverhagen in https://github.com/dotnet/extensions/pull/6547\n* Use dnx instead of dotnet tool exec in MCP server template README by @​joelverhagen in https://github.com/dotnet/extensions/pull/6571\n* Add reporting tests that show NLP results. by @​peterwald in https://github.com/dotnet/extensions/pull/6574\n* Branding updates for 9.8.0 by @​joperezr in https://github.com/dotnet/extensions/pull/6573\n* Fix `ConfigureEvaluationTests.ps1` script when `$ConfigRoot` is not supplied by @​peterwald in https://github.com/dotnet/extensions/pull/6575\n* Refactor Resource Monitoring by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6554\n* Update McpServer template for 0.3.0-preview.2 by @​stephentoub in https://github.com/dotnet/extensions/pull/6578\n* Add container.cpu.time metric by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/5806\n* Add netstandard2.0 compatibility to Microsoft.Extensions.Diagnostics.Testing and dependencies by @​bdovaz in https://github.com/dotnet/extensions/pull/6219\n* Add netstandard2.0 compatibility to Microsoft.Extensions.Telemetry and dependencies by @​bdovaz in https://github.com/dotnet/extensions/pull/6218\n* Simplify Http.Diagnostics by @​pentp in https://github.com/dotnet/extensions/pull/6174\n* Add netstandard2.0 compatibility to Microsoft.Extensions.Http.Resilience and dependencies by @​bdovaz in https://github.com/dotnet/extensions/pull/6582\n* Ingore null loggers returned by LogProviders in ELoggerFactory by @​petrroll in https://github.com/dotnet/extensions/pull/6585\n* Merging changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/6588\n* [Logging] Fixes LogProperties and LogPropertyIgnore attributes to work if an object being logged resides in a different assembly than the logging method by @​iliar-turdushev in https://github.com/dotnet/extensions/pull/6600\n* Add memory usage metric by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6586\n* Add schema version to server.json in MCP template by @​joelverhagen in https://github.com/dotnet/extensions/pull/6606\n* Merge release/9.7 into main by @​joperezr in https://github.com/dotnet/extensions/pull/6589\n* Update MCP server template readme to show both VS Code and Visual Studio notes by @​Copilot in https://github.com/dotnet/extensions/pull/6591\n* Update Azure Open AI package referenced by eval integration tests by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6609\n* Target .NET 8 for more stable runtime requirement by @​joelverhagen in https://github.com/dotnet/extensions/pull/6617\n* Add support for new Azure AI Foundry project type for Safety evals by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6621\n* M.E.AI.AzureAIInference - Azure.AI.Inference Package Bump by @​rogerbarreto in https://github.com/dotnet/extensions/pull/6624\n* Add DataContent.Name property by @​stephentoub in https://github.com/dotnet/extensions/pull/6616\n* Fix handling of multiple responses messages by @​stephentoub in https://github.com/dotnet/extensions/pull/6627\n* Expose additional chat model conversion helpers by @​stephentoub in https://github.com/dotnet/extensions/pull/6629\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/6633\n* [Http.Resilience] The DisableFor method should try to retrieve the request object from the resilience context by @​iliar-turdushev in https://github.com/dotnet/extensions/pull/6618\n* Bump Package validation baseline version to 9.7.0 by @​Copilot in https://github.com/dotnet/extensions/pull/6650\n* Fix internal package version detection for project templates by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6651\n* Remove `Microsoft.Extensions.AI.Ollama` by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6655\n* Fix M.E.AI package refs by @​stephentoub in https://github.com/dotnet/extensions/pull/6654\n* Add [Description] to DataContent.Uri by @​stephentoub in https://github.com/dotnet/extensions/pull/6615\n* Fix duplicate solution file when creating an AI Chat Web app from VS by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6653\n* Add ChatMessage.CreatedAt by @​stephentoub in https://github.com/dotnet/extensions/pull/6657\n* Add TextContent.Annotations by @​stephentoub in https://github.com/dotnet/extensions/pull/6619\n* Add FunctionInvokingChatClient.AdditionalTools by @​stephentoub in https://github.com/dotnet/extensions/pull/6661\n* Fix unintentional test env var change by @​stephentoub in https://github.com/dotnet/extensions/pull/6660\n* Add more openai conversion helpers by @​stephentoub in https://github.com/dotnet/extensions/pull/6662\n* Add OriginalRepoCommitHash to assemblies by @​BrennanConroy in https://github.com/dotnet/extensions/pull/6667\n* Include a trivial items keyword if missing. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6669\n* Add resolution of function parameter level data annotation attributes. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6671\n* Fix issue with NetSourceIndexStage1 for dependency conflict versions by @​joperezr in https://github.com/dotnet/extensions/pull/6672\n* Expose streaming conversion utility methods by @​stephentoub in https://github.com/dotnet/extensions/pull/6636\n* Couple of fixes for MEAI.Evaluation by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6673\n* Fix one more version conflict on the docs transport package by @​joperezr in https://github.com/dotnet/extensions/pull/6675\n ... (truncated)\n\n## 9.7.2\n\n## Packages Released\n\n* [Microsoft.Extensions.AI.Templates 9.7.2-preview.3.25366.2](https://www.nuget.org/packages/Microsoft.Extensions.AI.Templates/9.7.2-preview.3.25366.2)\n\n## What's Changed\n\n* Target .NET 8 for more stable runtime requirement by @​joelverhagen in #​6617\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v9.7.1...v9.7.2\n\n## 9.7.1\n\n## Packages Released\n\n* [Microsoft.Extensions.AI 9.7.1](https://www.nuget.org/packages/Microsoft.Extensions.AI/9.7.1)\n* [Microsoft.Extensions.AI.Abstractions 9.7.1](https://www.nuget.org/packages/Microsoft.Extensions.AI.Abstractions/9.7.1)\n* [Microsoft.Extensions.AI.OpenAI 9.7.1-preview.1.25365.4](https://www.nuget.org/packages/Microsoft.Extensions.AI.OpenAI/9.7.1-preview.1.25365.4)\n* [Microsoft.Extensions.AI.AzureAIInference 9.7.1-preview.1.25365.4](https://www.nuget.org/packages/Microsoft.Extensions.AI.AzureAIInference/9.7.1-preview.1.25365.4)\n* [Microsoft.Extensions.AI.Templates 9.7.1-preview.3.25365.4](https://www.nuget.org/packages/Microsoft.Extensions.AI.Templates/9.7.1-preview.3.25365.4)\n\n## What's Changed\n\n* Merging changes from internal by @​joperezr in #​6588\n* Bump FunctionInvokingChatClient.MaximumIterationsPerRequest from 10 to 40 by @​stephentoub in #​6599\n* Expose M.E.AI.OpenAI input message conversions by @​stephentoub in #​6601\n* Add schema version to server.json in MCP template by @​joelverhagen in #​6606\n* Update MCP server template readme to show both VS Code and Visual Studio notes by @​jeffhandley in #​6591\n* Fix schema generation for Nullable\u003cT\u003e function parameters. by @​eiriktsarpalis in #​6596\n* Branding updates for 9.7.1 by @​joperezr in https://github.com/dotnet/extensions/pull/6611\n* Add DelegatingAIFunction by @​stephentoub in https://github.com/dotnet/extensions/pull/6565\n* Add FunctionInvokingChatClient.FunctionInvoker delegate by @​stephentoub in https://github.com/dotnet/extensions/pull/6564\n* Enable specifying \"strict\" for OpenAI clients via ChatOptions by @​stephentoub in https://github.com/dotnet/extensions/pull/6552\n* AIFunctionFactory: tolerate JSON string function parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6572\n* AIFunctionFactory: add test coverage for JSON comments. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6576\n* Update M.E.AI.OpenAI for latest OpenAI release by @​stephentoub in https://github.com/dotnet/extensions/pull/6577\n* Update OpenTelemetry semantic conventions version from 1.35 to 1.36 by @​Copilot in https://github.com/dotnet/extensions/pull/6579\n* AIFunctionFactory: add a flag for disabling return schema generation. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6551\n* Bump FunctionInvokingChatClient.MaximumIterationsPerRequest from 10 to 40 by @​stephentoub in https://github.com/dotnet/extensions/pull/6599\n* Expose M.E.AI.OpenAI input message conversions by @​stephentoub in https://github.com/dotnet/extensions/pull/6601\n* Fix schema generation for Nullable\u003cT\u003e function parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6596\n\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v9.7.0...v9.7.1\n\n## 9.7.0\n\n## What's Changed\n* Branding updates for 9.7 by @​joperezr in https://github.com/dotnet/extensions/pull/6495\n* Fix name of genai input/output tokens tag by @​stephentoub in https://github.com/dotnet/extensions/pull/6494\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/6503\n* Improve handling of RawRepresentation in OpenAI{Response}ChatClient by @​stephentoub in https://github.com/dotnet/extensions/pull/6500\n* Bring back AsIChatClient for OpenAI AssistantClient by @​stephentoub in https://github.com/dotnet/extensions/pull/6501\n* Add resiliency to Resource Monitoring in Linux by @​amadeuszl in https://github.com/dotnet/extensions/pull/6489\n* Merging changes from the internal fork by @​joperezr in https://github.com/dotnet/extensions/pull/6508\n* Workaround OpenAI assistant's RunCreationOption's tools override by @​stephentoub in https://github.com/dotnet/extensions/pull/6512\n* Add ChatOptions.Instructions by @​stephentoub in https://github.com/dotnet/extensions/pull/6505\n* Introduce evaluators for agentic workflows by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6514\n* Allow a CachingChatClient to control per-request caching by @​stephentoub in https://github.com/dotnet/extensions/pull/6524\n* Tweak OpenAI JSON schema transforms by @​stephentoub in https://github.com/dotnet/extensions/pull/6523\n* Merging changes from release/9.6 branch by @​joperezr in https://github.com/dotnet/extensions/pull/6516\n* Augment AIJsonUtilities.CreateJsonSchema for more types and annotations by @​stephentoub in https://github.com/dotnet/extensions/pull/6540\n* Added conversions from AIFunction to various OpenAI tools by @​KrzysztofCwalina in https://github.com/dotnet/extensions/pull/6539\n* Add SpeechToTextResponse.Usage by @​stephentoub in https://github.com/dotnet/extensions/pull/6546\n* Implement BLEU score evaluation for NLP tests by @​peterwald in https://github.com/dotnet/extensions/pull/6537\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/6553\n* #​5962 Change to early return of OS instead of throwing by @​juliankock in https://github.com/dotnet/extensions/pull/5963\n* Mark log sampling \u0026 buffering API as stable by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6534\n* Update GenAI otel impl for v1.35 by @​stephentoub in https://github.com/dotnet/extensions/pull/6557\n* Implement GLEU and F1 NLP evaluators by @​peterwald in https://github.com/dotnet/extensions/pull/6555\n* Update tokenizer algorithm to use is [..] by @​peterwald in https://github.com/dotnet/extensions/pull/6561\n* Rename some constants to match convention by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6562\n* Add DistributedCachingChatClient/EmbeddingGenerator.AdditionalCacheKeyValues by @​stephentoub in https://github.com/dotnet/extensions/pull/6558\n\n## New Contributors\n* @​KrzysztofCwalina made their first contribution in https://github.com/dotnet/extensions/pull/6539\n* @​juliankock made their first contribution in https://github.com/dotnet/extensions/pull/5963\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v9.6.0...v9.7.0\n\n## 9.6.0\n\n## What's Changed\n* Branding updates for 9.6.0 by @​joperezr in https://github.com/dotnet/extensions/pull/6399\n* Add log buffering info to README.md by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6403\n* Fix dynamic config update for log buffering by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6435\n* Remove unused select param from CreateRecordsForDocumentAsync by @​jongalloway in https://github.com/dotnet/extensions/pull/6341\n* Merge internal changes by @​joperezr in https://github.com/dotnet/extensions/pull/6437\n* Reduce per-lookup overhead from key validation in HybridCache by @​MihaZupan in https://github.com/dotnet/extensions/pull/6441\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/extensions/pull/6443\n* Merge release/9.5 into main by @​joperezr in https://github.com/dotnet/extensions/pull/6448\n* Fix up comments in eval API json files by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6452\n* Remove preview tag on Azure DevOps extension by @​peterwald in https://github.com/dotnet/extensions/pull/6456\n* Bump PackageValidation against 9.5.0 and enable for stable MEAI packages by @​joperezr in https://github.com/dotnet/extensions/pull/6458\n* Fix paramref tag by @​gewarren in https://github.com/dotnet/extensions/pull/6459\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/extensions/pull/6462\n* Add a script to diff the contents of folders that match a specific pattern across two branches by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6453\n* Remove `title` and `description` keywords from root-level schemas in AIFunctionFactory. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6465\n* Replace JSON vector store with SQLite by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6438\n* Update chat template `Microsoft.SemanticKernel` dependency to 1.53.0 by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6470\n* Update chat template external dependencies by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6471\n* Exclude provider URI from cache key computation by default by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6473\n* Make hashing stable w.r.t. indentation settings and property ordering. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6476\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/extensions/pull/6481\n* Add default value for namedArg in Microsoft.Gen.Metrics.parser by @​BowenYang666 in https://github.com/dotnet/extensions/pull/6238\n* Update OpenTelemetryChatClient to 1.34 by @​stephentoub in https://github.com/dotnet/extensions/pull/6466\n* Delete M.E.AI changelog files by @​stephentoub in https://github.com/dotnet/extensions/pull/6467\n* Add comma to remarks by @​gewarren in https://github.com/dotnet/extensions/pull/6485\n* Implement disk io metrics for linux by @​makazeu in https://github.com/dotnet/extensions/pull/6374\n* Add `AIFunction.ReturnJsonSchema` by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6447\n\n## New Contributors\n* @​MihaZupan made their first contribution in https://github.com/dotnet/extensions/pull/6441\n* @​BowenYang666 made their first contribution in https://github.com/dotnet/extensions/pull/6238\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v9.5.0...v9.6.0\n\n## 9.5.0\n\n## What's Changed\n* Add TextReasoningContent by @​stephentoub in https://github.com/dotnet/extensions/pull/6222\n* Use ErrorContent in OpenAIResponseChatClient by @​stephentoub in https://github.com/dotnet/extensions/pull/6231\n* OpenAI: Parse detail additional property by @​jozkee in https://github.com/dotnet/extensions/pull/6225\n* Branding updates for 9.5 by @​joperezr in https://github.com/dotnet/extensions/pull/6233\n* In telemetry, treat AdditionalProperties as sensitive by @​SteveSandersonMS in https://github.com/dotnet/extensions/pull/6239\n* Use SHA384 and make key more explicit by @​SteveSandersonMS in https://github.com/dotnet/extensions/pull/6237\n* Disable STJ default reflection and fix a number of failing tests. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6241\n* Add button to report to download dataset as JSON by @​peterwald in https://github.com/dotnet/extensions/pull/6243\n* Introduce Content Safety evaluators by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6223\n* Bump vite from 6.2.4 to 6.2.5 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot in https://github.com/dotnet/extensions/pull/6249\n* Only display tags from the latest execution by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6251\n* Avoid duplicate data in downloaded report file by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6252\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/extensions/pull/6253\n* Remove use of ConfigureAwait from Microsoft.Extensions.AI.dll for AIFunction invocations by @​stephentoub in https://github.com/dotnet/extensions/pull/6250\n* Update dev-server data import to reflect runtime import quirks by @​peterwald in https://github.com/dotnet/extensions/pull/6257\n* [release/9.2] Merging internal changes by @​joperezr in https://github.com/dotnet/extensions/pull/6263\n* Merging release/9.4 changes by @​joperezr in https://github.com/dotnet/extensions/pull/6264\n* Add logging buffering by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/5635\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/extensions/pull/6270\n* Add test for optional parameters being required with RequireAllProperties by @​jozkee in https://github.com/dotnet/extensions/pull/6265\n* Add fuzzy filtering to the evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/6262\n* Updating package validation version to 9.4.0 by @​joperezr in https://github.com/dotnet/extensions/pull/6272\n* Adding reference to an unsupported built-in tool on OpenAI Chat API no longer throws by @​artl93 in https://github.com/dotnet/extensions/pull/6276\n* Update M.E.AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/6269\n* Add missing reference to M.E.AI.OpenAI in chat template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6275\n* Fix two paramref tags by @​gewarren in https://github.com/dotnet/extensions/pull/6281\n* Support response caching for safety evaluators by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6277\n* Bump vite from 6.2.5 to 6.2.6 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot in https://github.com/dotnet/extensions/pull/6287\n* Display images in conversation for report by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6286\n* Augment UseDistributedCache XML docs by @​stephentoub in https://github.com/dotnet/extensions/pull/6256\n* Update README.md with keyless auth guidance by @​jmatthiesen in https://github.com/dotnet/extensions/pull/6261\n* Augment AIFunctionFactory.Create XML docs by @​stephentoub in https://github.com/dotnet/extensions/pull/6255\n* Rename EmbeddingGeneratorExtensions.GenerateEmbedding extension methods by @​roji in https://github.com/dotnet/extensions/pull/6295\n* Augment FunctionInvokingChatClient's span with token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/6296\n* Rename ChatThreadId to ConversationId by @​SteveSandersonMS in https://github.com/dotnet/extensions/pull/6300\n* Repackage azure-devops-extensions-api to fix Azure DevOps report plugin by @​peterwald in https://github.com/dotnet/extensions/pull/6299\n* Fix build error by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6301\n* Add note on extending timeout for Ollama client by @​jongalloway in https://github.com/dotnet/extensions/pull/6258\n* Improve CPU metrics calculations for CgroupV2 by @​nivebb8 in https://github.com/dotnet/extensions/pull/6289\n* Restore deleted members as obsolete by @​jeffhandley in https://github.com/dotnet/extensions/pull/6304\n* move to AwesomeAssertions by @​danmoseley in https://github.com/dotnet/extensions/pull/6308\n* Update chat template dependencies, fix OpenAI/Aspire config, and address build warnings by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6280\n* Support [FromKeyedServices] in AIFunctionFactory by @​stephentoub in https://github.com/dotnet/extensions/pull/6310\n* Introduce Context property on EvaluationMetric by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6316\n* Utilize IServiceProviderIsService in AIFunctionFactory by @​stephentoub in https://github.com/dotnet/extensions/pull/6317\n* Fix Process Metric calculation in CgroupsV2 by @​nivebb8 in https://github.com/dotnet/extensions/pull/6321\n* Remove the abstraction for token counting from the main evaluation API by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6320\n* Remove AsChatClient/AsEmbeddingGenerator APIs by @​jeffhandley in https://github.com/dotnet/extensions/pull/6327\n* Add ChatOptions.AllowMultipleToolCalls by @​SteveSandersonMS in https://github.com/dotnet/extensions/pull/6326\n ... (truncated)\n\n## 9.4.0\n\n## What's Changed\n* Fix various build failures by @​RussKie in https://github.com/dotnet/extensions/pull/6039\n* Proposal for tweaks to IChatClient contract by @​stephentoub in https://github.com/dotnet/extensions/pull/5998\n* Onboard dotnet/issue-labeler workflows for automated area labels by @​jeffhandley in https://github.com/dotnet/extensions/pull/6047\n* Only predict area labels for PRs into main and dev by @​jeffhandley in https://github.com/dotnet/extensions/pull/6049\n* Upgrade workflows to issue-labeler v1.0.1 by @​jeffhandley in https://github.com/dotnet/extensions/pull/6050\n* Fix evaluation report generation by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6061\n* Automatically add 'untriaged' label to new issues without milestones by @​jeffhandley in https://github.com/dotnet/extensions/pull/6060\n* Address M.E.VectorData feedback for IEmbeddingGenerator by @​stephentoub in https://github.com/dotnet/extensions/pull/6058\n* Fix grouping of ChatResponseUpdate into ChatMessage by @​SteveSandersonMS in https://github.com/dotnet/extensions/pull/6074\n* Fix handling of empty messages in AzureAIInferenceChatClient by @​stephentoub in https://github.com/dotnet/extensions/pull/6072\n* Update OpenTelemetryChatClient/EmbeddingGenerator to v1.31 of genai standard convention by @​stephentoub in https://github.com/dotnet/extensions/pull/6073\n* Merging internal changes by @​joperezr in https://github.com/dotnet/extensions/pull/6081\n* Merging release/9.3 branch into main by @​joperezr in https://github.com/dotnet/extensions/pull/6082\n* Update ordering in CODEOWNERS by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6085\n* Bump Package Validation by @​joperezr in https://github.com/dotnet/extensions/pull/6084\n* Add types from AIJsonUtilities.JsonContext to reporting JsonContext by @​peterwald in https://github.com/dotnet/extensions/pull/6078\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/extensions/pull/6097\n* Introduce Reason property on EvaluationMetric by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6087\n* [AI Evaluation] Add versioning to reporting and caching by @​peterwald in https://github.com/dotnet/extensions/pull/6070\n* Add assignments for @​dotnet/dotnet-extensions-ai-templates by @​RussKie in https://github.com/dotnet/extensions/pull/6105\n* Test templates by @​RussKie in https://github.com/dotnet/extensions/pull/6086\n* Add favicon for AiChatWeb template by @​makazeu in https://github.com/dotnet/extensions/pull/6104\n* Move manual dependencies in correct group to reduce conflicts by @​RussKie in https://github.com/dotnet/extensions/pull/6108\n* Memory usage in CG Slice path could be 0 by @​makazeu in https://github.com/dotnet/extensions/pull/6110\n* Add an option to log unsupported route  by @​amadeuszl in https://github.com/dotnet/extensions/pull/6077\n* Fix tree expansion in evaluation report by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6107\n* Use just-built packages in the AI chat template by default by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6096\n* Avoid multiple enumerations of messages in FunctionInvokingChatClient by @​stephentoub in https://github.com/dotnet/extensions/pull/6119\n* Add AsChatClient for OpenAIResponseClient by @​stephentoub in https://github.com/dotnet/extensions/pull/6103\n* [AI extensions] Add jsonSchemaIsStrict option to OpenAI options mapping by @​danielwinkler in https://github.com/dotnet/extensions/pull/6064\n* pin actions by @​danmoseley in https://github.com/dotnet/extensions/pull/6123\n* Expose failed Verify asserts as CI artifacts by @​RussKie in https://github.com/dotnet/extensions/pull/6129\n* Create a directory for the AIChatWeb template if name is specified by @​makazeu in https://github.com/dotnet/extensions/pull/6122\n* Add AIJsonSchemaCreateOptions.IncludeParameter filter by @​stephentoub in https://github.com/dotnet/extensions/pull/6125\n* Update html-reporting package dependencies by @​peterwald in https://github.com/dotnet/extensions/pull/6115\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/extensions/pull/6131\n* Fix AIFunctionFactory functions to fail for missing required parameters by @​stephentoub in https://github.com/dotnet/extensions/pull/6135\n* Update changelogs for M.E.AI by @​stephentoub in https://github.com/dotnet/extensions/pull/6079\n* Fix chat template test version scrubbing by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6140\n* [Telemetry, Logging] Emit {OriginalFormat} as the last property of the log record by @​iliar-turdushev in https://github.com/dotnet/extensions/pull/6111\n* HybridCache: richer detection for field-only types (ref STJ) by @​mgravell in https://github.com/dotnet/extensions/pull/6118\n* [Http Resilience] Update instructions how to fix a compatibility issue with App Insights by @​iliar-turdushev in https://github.com/dotnet/extensions/pull/6147\n* Fix indentation in chat template readme by @​SteveSandersonMS in https://github.com/dotnet/extensions/pull/6134\n* In chat template, display preformatted/code snippet outputs sensibly by @​SteveSandersonMS in https://github.com/dotnet/extensions/pull/6137\n* Use only a single TFM for M.E.AI.Eval.Reporting.Console by @​peterwald in https://github.com/dotnet/extensions/pull/6148\n* Update algorithm spelling in /// by @​gewarren in https://github.com/dotnet/extensions/pull/6149\n* Fix to show AI template config options in VS Code - Update framework symbol casing in chat template by @​timheuer in https://github.com/dotnet/extensions/pull/6117\n* Extend M.E.AI.Evaluation.Console to support Azure Storage options by @​peterwald in https://github.com/dotnet/extensions/pull/6152\n* Add license info to the Azure DevOps package by @​peterwald in https://github.com/dotnet/extensions/pull/6160\n ... (truncated)\n\n## 9.3.0\n\n## What's Changed\n* Move ResourceUtilizationInstruments to Shared project by @​amadeuszl in https://github.com/dotnet/extensions/pull/5844\n* Remove Tailwind and NPM dependency from chat template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/5846\n* Branding updates for 9.3 by @​joperezr in https://github.com/dotnet/extensions/pull/5847\n* Use an environment variable for configuring Ollama integration tests by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/5851\n* Use unsafe relaxed escaping in `AIJsonUtilities.DefaultOptions`. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/5850\n* Move AIFunction parameter schematization from parameter level to function level. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/5826\n* Fix IChatClient integration tests after relaxed JSON update by @​stephentoub in https://github.com/dotnet/extensions/pull/5859\n* Automate chat template JS dependency updates by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/5853\n* Address M.E.AI API feedback by @​stephentoub in https://github.com/dotnet/extensions/pull/5860\n* Add AsChatClient for OpenAI's AssistantClient by @​stephentoub in https://github.com/dotnet/extensions/pull/5852\n* Some docs fixes by @​gewarren in https://github.com/dotnet/extensions/pull/5861\n* AI Templates - Fixes for Ollama and OpenAI scenarios by @​jmatthiesen in https://github.com/dotnet/extensions/pull/5855\n* Update CODEOWNERS in preparation for upcoming MEAI.Evaluation libraries by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/5872\n* Update to {Azure.AI.}OpenAI 2.2.0-beta.1 by @​stephentoub in https://github.com/dotnet/extensions/pull/5869\n* Rename IChatClient members and corresponding types by @​stephentoub in https://github.com/dotnet/extensions/pull/5870\n* Fix up a few more stale references to Complete{Streaming}Async (mainly tests) by @​stephentoub in https://github.com/dotnet/extensions/pull/5876\n* Update test app for OpenAI NativeAOT support by @​stephentoub in https://github.com/dotnet/extensions/pull/5877\n* Make IEmbeddingGenerator contravariant on TInput by @​stephentoub in https://github.com/dotnet/extensions/pull/5879\n* Fix a few more straggler \"Complete\" references by @​stephentoub in https://github.com/dotnet/extensions/pull/5881\n* Add .npmrc file by @​wtgodbe in https://github.com/dotnet/extensions/pull/5878\n* Merge internal changes by @​RussKie in https://github.com/dotnet/extensions/pull/5883\n* Enable API compat validation by @​RussKie in https://github.com/dotnet/extensions/pull/5871\n* Generalise how package version isn't stabilized for dev/preview stages by @​RussKie in https://github.com/dotnet/extensions/pull/5864\n* Use UseZeroToOneRangeForMetrics in Health Checks by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/5849\n* Add service lifetime support to DI helpers. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/5880\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/extensions/pull/5890\n* Add MEAI.Evaluation libraries by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/5873\n* Remove the `ref int` parameter from `ChatConversationEvaluator.CanRenderAsync()`  by @​peterwald in https://github.com/dotnet/extensions/pull/5896\n* Replace `AIFunctionParameterMetadata` with `MethodInfo` by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/5886\n* Fix propagation of ChatThreadId in ToChatResponse{Async} by @​stephentoub in https://github.com/dotnet/extensions/pull/5899\n* Couple of minor changes around doc comments by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/5902\n* Build evaluation report in CI and when enabled by @​peterwald in https://github.com/dotnet/extensions/pull/5903\n* Rename AIFunctionFactoryOptions and make all properties nullable. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/5906\n* Update Azure.AI.Inference to 1.0.0-beta.3 by @​stephentoub in https://github.com/dotnet/extensions/pull/5904\n* Add marker AITool for enabling code interpreters by @​stephentoub in https://github.com/dotnet/extensions/pull/5898\n* Fix analyzer reference in AuditReports package by @​dariusclay in https://github.com/dotnet/extensions/pull/5894\n* Pre-Build TypeScript packages before CI builds by @​peterwald in https://github.com/dotnet/extensions/pull/5907\n* Reset code coverage baselines by @​stephentoub in https://github.com/dotnet/extensions/pull/5912\n* Update CHANGELOGs for next release by @​stephentoub in https://github.com/dotnet/extensions/pull/5911\n* Use Environment.WorkingSet in WindowsSnapshotProvider by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/5874\n* Tweak a comment in FunctionInvokingChatClient by @​stephentoub in https://github.com/dotnet/extensions/pull/5910\n* Remove unnecessary compilations causing duplicate metric generators by @​dariusclay in https://github.com/dotnet/extensions/pull/5916\n* Update baseline by @​RussKie in https://github.com/dotnet/extensions/pull/5918\n* Make MetadataExtractor \u0026 MetricsReports in Microsoft.Extensions.AuditReports create directories [Same as ComplianceReport] by @​IbrahimMNada in https://github.com/dotnet/extensions/pull/5919\n* Update template to newest M.E.AI version by @​stephentoub in https://github.com/dotnet/extensions/pull/5923\n* Introduce type converter for DataClassification by @​dariusclay in https://github.com/dotnet/extensions/pull/5887\n* Reinstate caching in schema generation by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/5908\n* Add GetRequiredService extension for IChatClient/EmbeddingGenerator by @​stephentoub in https://github.com/dotnet/extensions/pull/5930\n* Update M.E.AI READMEs by @​stephentoub in https://github.com/dotnet/extensions/pull/5925\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/commits/v10.3.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=9.2.1\u0026new-version=10.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dwight000/session-sight/pull/170","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwight000%2Fsession-sight/issues/170","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/170/packages"},{"uuid":"4006021512","node_id":"PR_kwDORbeZ-M7HEUSb","number":12,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.1.0 to 10.3.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-04-02T03:12:03.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-01T02:30:26.000Z","updated_at":"2026-04-02T03:12:11.000Z","time_to_close":2767297,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.1.0","new_version":"10.3.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.1.0 to 10.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.1...v10.3.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.1.0\u0026new-version=10.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/codywilliamson/shockstack/pull/12","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/codywilliamson%2Fshockstack/issues/12","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/12/packages"},{"uuid":"3982662755","node_id":"PR_kwDOQw6aLc7F4K5f","number":30,"state":"open","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.2.0 to 10.3.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-24T09:57:57.000Z","updated_at":"2026-02-24T09:58:43.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.2.0","new_version":"10.3.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.2.0 to 10.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.2.0...v10.3.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.2.0\u0026new-version=10.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MarkMenchavez/Playground/pull/30","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkMenchavez%2FPlayground/issues/30","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/30/packages"},{"uuid":"3948063772","node_id":"PR_kwDOOf0fxc7EHU_B","number":341,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.0.0 to 10.3.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-02-16T14:33:26.000Z","author_association":null,"state_reason":null,"created_at":"2026-02-16T14:33:06.000Z","updated_at":"2026-02-16T14:33:27.000Z","time_to_close":20,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.0.0","new_version":"10.3.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.0.0 to 10.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.0.0...v10.3.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet-presentations/ai-workshop/pull/341","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-presentations%2Fai-workshop/issues/341","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/341/packages"},{"uuid":"3946495122","node_id":"PR_kwDOMFaRss7ECH1w","number":893,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.0.0 to 10.3.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-16T04:12:16.000Z","author_association":null,"state_reason":null,"created_at":"2026-02-16T08:20:23.000Z","updated_at":"2026-03-16T04:12:17.000Z","time_to_close":2404313,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.0.0","new_version":"10.3.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.0.0 to 10.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.0.0...v10.3.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet-presentations/dotnet-aspire-workshop/pull/893","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-presentations%2Fdotnet-aspire-workshop/issues/893","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/893/packages"},{"uuid":"3946488233","node_id":"PR_kwDOMFaRss7ECGZy","number":863,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.0.0 to 10.3.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-02-16T08:18:43.000Z","author_association":null,"state_reason":null,"created_at":"2026-02-16T08:18:29.000Z","updated_at":"2026-02-16T08:18:45.000Z","time_to_close":14,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.0.0","new_version":"10.3.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.0.0 to 10.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.0.0...v10.3.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet-presentations/dotnet-aspire-workshop/pull/863","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-presentations%2Fdotnet-aspire-workshop/issues/863","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/863/packages"},{"uuid":"3885948333","node_id":"PR_kwDOO64X3M7A6kBE","number":40,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.1.0 to 10.2.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-04T10:10:37.000Z","author_association":null,"state_reason":null,"created_at":"2026-02-02T13:30:41.000Z","updated_at":"2026-03-04T10:10:37.000Z","time_to_close":2579996,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.1.0","new_version":"10.2.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.1.0 to 10.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.1...v10.2.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.1.0\u0026new-version=10.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/henrikhimself/DotNet-ReverseProxy/pull/40","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrikhimself%2FDotNet-ReverseProxy/issues/40","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/40/packages"},{"uuid":"3883797461","node_id":"PR_kwDOO86n1s7AzcE6","number":50,"state":"open","title":"chore: Bump Microsoft.Extensions.ServiceDiscovery from 10.1.0 to 10.2.0","user":"dependabot[bot]","labels":[],"assignees":["philcarbone"],"locked":false,"comments_count":4,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-02T03:48:18.000Z","updated_at":"2026-02-03T00:13:35.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.1.0","new_version":"10.2.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.1.0 to 10.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.1...v10.2.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.1.0\u0026new-version=10.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/whizbang-lib/whizbang/pull/50","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/whizbang-lib%2Fwhizbang/issues/50","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/50/packages"}],"issue_packages":[{"old_version":"10.0.0","new_version":"10.6.0","update_type":"minor","path":null,"pr_created_at":"2026-06-04T02:17:53.000Z","version_change":"10.0.0 → 10.6.0","issue":{"uuid":"4585209113","node_id":"PR_kwDOMSFJXs7ifwWs","number":1389,"state":"open","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.0.0 to 10.6.0","user":"dependabot[bot]","labels":["dependencies","skip-nuget-publish"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-06-04T02:17:53.000Z","updated_at":"2026-06-04T02:18:02.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.0.0","new_version":"10.6.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.0.0 to 10.6.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.6.0\n\nVersion 10.6.0 stabilizes the response continuation token and background-response APIs in Microsoft.Extensions.AI.Abstractions. Most other AI work for May shipped in 10.5.1; this monthly release rolls those changes up alongside dependency updates and a small Resource Monitoring cleanup.\n\n## Experimental API Changes\n\n### Now Stable\n\n* ResponseContinuationToken and background-response APIs are now stable (previously `MEAI001`) #​7512\n\n## What's Changed\n\n### AI\n\n* Stabilize ResponseContinuationToken / background-response APIs #​7512 by @​jozkee (co-authored by @​Copilot)\n\n## Repository Infrastructure Updates\n\n* Update version to 10.6.0 #​7458 by @​jeffhandley\n* [main] Update dependencies from dotnet/arcade #​7451\n* Bump follow-redirects from 1.15.11 to 1.16.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript/azure-devops-report/tasks/PublishAIEvaluationReport #​7469\n* Merge release/10.5 into main #​7470 by @​jeffhandley\n* Bump microsoft.visualstudio.slngen.tool from 12.0.13 to 12.0.32 #​7484\n* Bump postcss from 8.5.9 to 8.5.12 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7494\n* Bump dotnet-reportgenerator-globaltool from 5.5.7 to 5.5.9 #​7504\n* Rename release-notes skill to write-release-notes #​7511 by @​jeffhandley (co-authored by @​Copilot)\n\n## Acknowledgements\n\n* @​wtgodbe @​tarekgh @​peterwald @​JeremyLikness @​eiriktsarpalis @​ericstj @​evgenyfedorov2 reviewed pull requests\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.5.2...v10.6.0\n\n\n## 10.5.2\n\nThis patch release ships a single fix to `Microsoft.Extensions.VectorData.Abstractions`, correcting `StorageName` resolution when external serialization is enabled. `Microsoft.Extensions.VectorData.ConformanceTests`, `Microsoft.Extensions.AI.Abstractions`, `Microsoft.Extensions.AI`, and `Microsoft.Extensions.AI.OpenAI` are published alongside it for version coherency — they contain no code changes from 10.5.1.\n\n## Packages in this release\n\n| Package | Version |\n| --- | --- |\n| Microsoft.Extensions.VectorData.Abstractions | 10.5.2 |\n| Microsoft.Extensions.VectorData.ConformanceTests | 10.5.2 |\n| Microsoft.Extensions.AI.Abstractions | 10.5.2 |\n| Microsoft.Extensions.AI | 10.5.2 |\n| Microsoft.Extensions.AI.OpenAI | 10.5.2 |\n\n## What's Changed\n\n### Microsoft.Extensions.VectorData.Abstractions\n\n- Minor fixes to MEVD.Abstractions: correct `StorageName` behavior when external serialization is enabled, and disable a warning for `net462`. (by @​roji in [#​7475](https://github.com/dotnet/extensions/pull/7475))\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.5.1...v10.5.2\n\n\n## 10.5.1\n\nVersion 10.5.1 of the Microsoft.Extensions.AI packages stabilizes CodeInterpreter, WebSearch, and ImageGeneration tool content types. The release adds new experimental tool search and OpenAI request policy hooks. And the OpenTelemetry gen-ai semantic conventions are updated to align with v1.41.\n\nThe 'aiagent-webapi' project template in Microsoft.Agents.AI.ProjectTemplates is updated to align with v1.3.0 of Agent Framework, updating the OpenTelemetry dependencies within the template projects as well.\n\n## Packages in this release\n\n| Package | Version |\n|---------|---------|\n| Microsoft.Extensions.AI | 10.5.1 |\n| Microsoft.Extensions.AI.Abstractions | 10.5.1 |\n| Microsoft.Extensions.AI.OpenAI | 10.5.1 |\n| Microsoft.Extensions.AI.Templates | 10.5.1-preview.3.26251.3 |\n| Microsoft.Agents.AI.ProjectTemplates | 1.3.0-preview.1.26251.3 |\n\n## Experimental API Changes\n\n### Now Stable\n\nThe following types previously emitted the `MEAI001` experimental diagnostic and are now stable.\n\n* CodeInterpreter and WebSearch tool content types are now stable #​7493\n  * `CodeInterpreterToolCallContent`\n  * `CodeInterpreterToolResultContent`\n  * `WebSearchToolCallContent`\n  * `WebSearchToolResultContent`\n* ImageGeneration tool content types and tool are now stable #​7476\n  * `ImageGenerationToolCallContent`\n  * `ImageGenerationToolResultContent`\n  * `HostedImageGenerationTool`\n  * `ImageGenerationOptions`\n  * `ImageGenerationResponseFormat` (the `Hosted` enum value remains experimental)\n  * `IImageGenerator` and the rest of the image generation infrastructure also remain experimental\n\n### New Experimental APIs\n\nThe following new APIs emit the `MEAI001` experimental diagnostic.\n\n* New experimental API: `HostedToolSearchTool` with `DeferredTools` for tool-search-driven deferred tool loading #​7471\n* New experimental API: `OpenAIRequestPolicies` extension hook for appending `System.ClientModel.PipelinePolicy` instances to outgoing OpenAI requests #​7495\n\n### Breaking Changes to Experimental APIs\n\n* `WebSearchToolResultContent.Results` was renamed to `Outputs` as part of the stabilization in #​7493, aligning with `CodeInterpreterToolResultContent.Outputs`. The original `Results` property was included in version 10.4.0 and 10.5.0; this is a binary breaking change and consumers need to update to consume the updated property.\n\n  ```diff\n  WebSearchToolResultContent content = ...;\n  - IList\u003cAIContent\u003e? items = content.Results;\n  + IList\u003cAIContent\u003e? items = content.Outputs;\n  ```\n\n ... (truncated)\n\n## 10.5.0\n\nHTTP Logging Middleware APIs in `Microsoft.AspNetCore.Diagnostics.Middleware` are now stable. This release also transfers `Microsoft.Extensions.VectorData.Abstractions` and `Microsoft.Extensions.VectorData.ConformanceTests` from the [Semantic Kernel](https://github.com/microsoft/semantic-kernel) repository into dotnet/extensions, jumping from 10.1.0 to 10.5.0 for consistent versioning. The release also delivers fixes across the AI libraries, AI Evaluation, and Service Discovery.\n\n## Breaking Changes\n\n1. **Rename `VectorStoreVectorAttribute` constructor parameter #​7460**\n   * The `Dimensions` parameter was renamed to `dimensions` (lowercase). This is a source-breaking change only — binary compatibility is preserved.\n   * If you use the named argument syntax `new VectorStoreVectorAttribute(Dimensions: 1536)`, update it to `new VectorStoreVectorAttribute(dimensions: 1536)`.\n\n## Experimental API Changes\n\n### Now Stable\n\n* HTTP Logging Middleware APIs are now stable (previously `EXTEXP0013`): `AddHttpLogEnricher\u003cT\u003e`, `IHttpLogEnricher`, and `RequestHeadersLogEnricherOptions.HeadersDataClasses` #​7380\n\n## What's Changed\n\n### AI\n\n* Fix OpenAIResponsesChatClient to respect \"store\":false in responses #​7417 by @​stephentoub\n* Fix InvalidOperationException in CoalesceWebSearchToolCallContent #​7419 by @​stephentoub\n* Handle F# optional parameters in AIFunctionFactory schema generation #​7439 by @​eiriktsarpalis\n* Fix ComputerCallResponseItem using Item.Id instead of CallId #​7446 by @​jozkee\n* Fix HostedFileContent with image MIME type sent as input_file instead of input_image #​7438 by @​stephentoub (co-authored by @​copilot)\n* Guard Activity.Current restore with null check in OpenTelemetry streaming clients #​7443 by @​stephentoub (co-authored by @​copilot)\n* Enable stateless mode in remote MCP server template (released as v1.2.0 on 2026-04-01) #​7441 by @​jeffhandley\n\n### Vector Data\n\n* Move Microsoft.Extensions.VectorData.Abstractions over from Semantic Kernel #​7434 by @​roji\n* Rename VectorStoreVectorAttribute dimensions constructor parameter #​7460 by @​roji\n\n### AI Evaluation\n\n* Add Path Validation for DiskBasedResponseCache and DiskBasedResultStore #​7397 by @​peterwald\n* Update brace-expansion for CVE-2026-33750 #​7457 by @​SamMonoRT\n\n### ASP.NET Core Extensions\n\n* Removing experimental attribute from Http logging middleware #​7380 by @​mariamgerges\n\n### Service Discovery\n\n* Implement RFC6761 reserved DNS names handling #​6924 by @​rzikm\n\n## Documentation Updates\n\n* Remove per-library CHANGELOG.md files #​7413 by @​jeffhandley\n\n## Test Improvements\n\n ... (truncated)\n\n## 10.4.1\n\nThis release of the Microsoft.Extensions.AI packages adds new experimental APIs for Realtime client sessions and Text-to-Speech, along with OpenTelemetry and middleware improvements.\n\n## Packages in this release\n\n| Package | Version |\n|---------|---------|\n| Microsoft.Extensions.AI.Abstractions | 10.4.1 |\n| Microsoft.Extensions.AI | 10.4.1 |\n| Microsoft.Extensions.AI.OpenAI | 10.4.1 |\n\n## Experimental API Changes\n\n### New Experimental APIs\n\n* New experimental API: Realtime Client Sessions #​7285 and #​7399\n* New experimental API: Text-to-Speech Client #​7381\n\n### Changes to Experimental APIs\n\n* Hosted File Download Stream: write-path methods now explicitly throw `NotSupportedException` #​7394\n\n## What's Changed\n\n### AI\n\n* Add `ITextToSpeechClient` abstraction, middleware, and OpenAI implementation #​7381 by @​stephentoub\n* Realtime Client Proposal #​7285 by @​tarekgh\n* Add `VoiceActivityDetection` options to realtime session abstractions #​7399 by @​tarekgh\n* Make `UriContent` `mediaType` parameter optional with inference from URI file extension #​7398 by @​stephentoub (co-authored by @​Copilot)\n* Emit `gen_ai.client.operation.exception` via `ILogger LoggerMessage` on OpenTelemetry instrumentation classes #​7379 by @​stephentoub (co-authored by @​Copilot)\n* Support `invoke_workflow` as an equivalent parent span to `invoke_agent` in `FunctionInvokingChatClient` #​7382 by @​stephentoub (co-authored by @​Copilot)\n* Make `HostedFileDownloadStream` explicitly read-only #​7394 by @​stephentoub (co-authored by @​Copilot)\n\n## Documentation Updates\n\n* Document JSON schema derivation for return types in AIFunctionFactory #​7400 by @​stephentoub (co-authored by @​Copilot)\n\n## Test Improvements\n\n* Fix test warnings #​7369 by @​jozkee\n* Add tests for JSON deserialization of serializable types #​7373 by @​stephentoub (co-authored by @​Copilot)\n\n## Repository Infrastructure Updates\n\n* Update Package Validation Baseline to 10.4.0 #​7389 by @​jeffhandley (co-authored by @​Copilot)\n* Update ModelContextProtocol libraries to version 1.0.0 #​7340 by @​stephentoub (co-authored by @​Copilot)\n\n## Acknowledgements\n\n* @​eiriktsarpalis @​ericstj @​CodeBlanch @​lmolkova @​adamsitnik @​joperezr reviewed pull requests\n ... (truncated)\n\n## 10.4.0\n\nThis release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.\n\n## Experimental API Changes\n\n### Now Stable\n\n* MCP Server Tool Content and Function Call Approval APIs are now stable (previously `MEAI001`) #​7299\n* `FakeLogCollector.GetLogsAsync(CancellationToken)` is now stable (previously `EXTEXP0003`) #​7332\n\n### New Experimental APIs\n\n* New experimental `AddExtendedHttpClientLogging` overloads with `wrapHandlersPipeline` parameter (`EXTEXP0013`) #​7231\n\n### Removed Experimental APIs\n\n* AI Tool Reduction experimental APIs removed (was experimental under `MEAI001`) #​7353\n\n## What's Changed\n\n### AI\n\n* Add IHostedFileClient and friends #​7269 by @​stephentoub\n* Add web search tool call content #​7276 by @​stephentoub (co-authored by @​Copilot)\n* Surface OpenAI-compatible reasoning_content as TextReasoningContent #​7295 by @​stephentoub\n* MCP/Approvals/Tool Contents stabilization #​7299 by @​jozkee\n* Implement time_to_first_chunk and time_per_output_chunk streaming metrics in OpenTelemetryChatClient #​7325 by @​stephentoub (co-authored by @​Copilot)\n* Add openai.api.type telemetry attribute to OpenAI IChatClient implementations #​7316 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenTelemetry Gen AI semantic conventions to v1.40 #​7322 by @​stephentoub (co-authored by @​Copilot)\n* Fix tool definitions emission regardless of sensitivity setting #​7346 by @​stephentoub (co-authored by @​Copilot)\n* Honor [Required] attribute in AI function parameter JSON schema generation #​7272 by @​stephentoub (co-authored by @​Copilot)\n* AddAIContentType automatically registers content type against every base in the inheritance chain up to AIContent #​7358 by @​jozkee (co-authored by @​Copilot)\n* Auto-mark server-handled FunctionCallContent as InformationalOnly #​7314 by @​stephentoub (co-authored by @​Copilot)\n* Map ReasoningEffort.None and ExtraHigh to none and xhigh in OpenAI IChatClient implementations #​7319 by @​stephentoub (co-authored by @​Copilot)\n* Handle DynamicMethod reflection limitations in AIFunctionFactory #​7287 by @​stephentoub (co-authored by @​Copilot)\n* Fix Activity.Current nulled during streaming tool invocation #​7321 by @​flaviocdc (co-authored by @​Copilot)\n* Handle FunctionCallOutputResponseItem in streaming response conversion #​7307 by @​stephentoub (co-authored by @​Copilot)\n* Fix serialization of response continuation tokens #​7356 by @​stephentoub\n* Remove AI Tool Reduction experimental APIs #​7353 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenAI to 2.9.1 #​7349 by @​stephentoub\n\n### Telemetry and Observability\n\n* Introduce support for the Gauge metric type #​7203 by @​rainsxng\n* Update logging source generator to support generic methods #​7331 by @​svick (co-authored by @​Copilot)\n* Update logging source generator to match runtime PR #​124589 (ref readonly/params/scoped) #​7333 by @​svick (co-authored by @​Copilot)\n* Promote FakeLogCollector.GetLogsAsync(CancellationToken) from experimental to stable #​7332 by @​Demo30\n* Remove obsolete CS1591 warning suppression from generated file preamble #​7308 by @​luissena\n\n### HTTP Resilience and Diagnostics\n\n ... (truncated)\n\n## 10.3.0\n\n## Experimental API Changes\n\n### Now Stable\n\n* **`IChatReducer` interface** — graduated from experimental to stable. The interface is now stable; concrete implementations (`MessageCountingChatReducer`, `SummarizingChatReducer`, `ReducingChatClient`) remain experimental. #​7235 by @​jeffhandley\n* **`FunctionCallContent` and `FunctionResultContent` unsealed** — changed from `sealed class` to `class`, enabling derivation. #​7229 by @​stephentoub (co-authored by @​Copilot)\n\n### Breaking Changes to Experimental APIs\n\n* **Experimental diagnostic ID reorganization** — the blanket `MEAI001` diagnostic ID was split into feature-specific constants. OpenAI-specific experimental APIs now use `OPENAI001`, `OPENAI002`, or `SCME0001` instead of `MEAI001`. Consumers who suppressed `MEAI001` for OpenAI APIs may need to suppress `OPENAI001`/`OPENAI002` instead. #​7116 by @​jeffhandley (co-authored by @​Copilot), #​7235 by @​jeffhandley\n\n### New Experimental APIs\n\n* **Chat reduction implementations** — `MessageCountingChatReducer`, `SummarizingChatReducer`, `ReducingChatClient`, and `UseChatReducer` builder extension. #​7235 by @​jeffhandley\n* **OpenAI Responses/Assistants/Realtime/Image/Audio integrations** — assigned feature-specific experimental diagnostic IDs (`OPENAI001`, `OPENAI002`). #​7235 by @​jeffhandley\n* **`ImageGenerationToolCallContent` and `ImageGenerationToolResultContent`** — added to JSON serialization infrastructure. #​7275 by @​stephentoub (co-authored by @​Copilot)\n\n## What's Changed\n\n### AI\n\n* Add ReasoningOptions to ChatOptions #​7252 by @​stephentoub (co-authored by @​Copilot)\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent #​7159 by @​stephentoub (co-authored by @​Copilot)\n* Add FunctionCallContent.InformationalOnly property #​7126, #​7262 by @​stephentoub (co-authored by @​Copilot)\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions #​7240 by @​stephentoub (co-authored by @​Copilot)\n* Add ImageGenerationToolCallContent and ImageGenerationToolResultContent to JSON serialization infrastructure #​7275 by @​stephentoub (co-authored by @​Copilot)\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control #​7228 by @​stephentoub (co-authored by @​Copilot)\n* Allow FunctionResultContent pass-through when CallId matches #​7229 by @​stephentoub (co-authored by @​Copilot)\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient #​7207 by @​stephentoub (co-authored by @​Copilot)\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry #​7234 by @​stephentoub (co-authored by @​Copilot)\n* Categorize MEAI001 experimental APIs #​7116 by @​jeffhandley (co-authored by @​Copilot)\n* MEAI: Update Experimental / Preview Features #​7235 by @​jeffhandley\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse #​7194 by @​stephentoub (co-authored by @​Copilot)\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools #​7218 by @​stephentoub (co-authored by @​Copilot)\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter #​7224 by @​stephentoub (co-authored by @​Copilot)\n* Fix approval request/response correlation in FunctionInvokingChatClient #​7261 by @​stephentoub (co-authored by @​Copilot)\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 #​7247 by @​stephentoub (co-authored by @​Copilot)\n* Fix NRT resolution for AIFunction parameters #​7200 by @​eiriktsarpalis\n* Preserve extra JSON schema properties in ToolJson serialization #​7250 by @​stephentoub (co-authored by @​Copilot)\n* Fix token metric unit to use UCUM format {token} #​7241 by @​stephentoub\n* Fix OpenAI responses streaming to preserve encrypted reasoning content #​7266 by @​stephentoub\n* Update OpenAIResponsesChatClient to handle streaming code interpreter content #​7267 by @​stephentoub\n\n### Diagnostics, Health Checks, and Resource Monitoring\n\n* [5752] FakeLogCollector waiting capabilities #​6228 by @​Demo30\n* Bring new cpu.requests formula from Kubernetes #​7239 by @​amadeuszl\n\n### Service Discovery\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.0.0...v10.6.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/CommunityToolkit/Aspire/pull/1389","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/CommunityToolkit%2FAspire/issues/1389","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1389/packages"}},{"old_version":"10.5.0","new_version":"10.6.0","update_type":"minor","path":null,"pr_created_at":"2026-05-13T08:20:21.000Z","version_change":"10.5.0 → 10.6.0","issue":{"uuid":"4436152903","node_id":"PR_kwDOAl3K1s7bBoc-","number":402,"state":"open","title":"chore(deps): Bump Microsoft.Extensions.ServiceDiscovery from 10.5.0 to 10.6.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":4,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-13T08:20:21.000Z","updated_at":"2026-05-13T08:25:33.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.5.0","new_version":"10.6.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"[//]: # (dependabot-start)\n⚠️  **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nUpdated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.5.0 to 10.6.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.6.0\n\nVersion 10.6.0 stabilizes the response continuation token and background-response APIs in Microsoft.Extensions.AI.Abstractions. Most other AI work for May shipped in 10.5.1; this monthly release rolls those changes up alongside dependency updates and a small Resource Monitoring cleanup.\n\n## Experimental API Changes\n\n### Now Stable\n\n* ResponseContinuationToken and background-response APIs are now stable (previously `MEAI001`) #​7512\n\n## What's Changed\n\n### AI\n\n* Stabilize ResponseContinuationToken / background-response APIs #​7512 by @​jozkee (co-authored by @​Copilot)\n\n## Repository Infrastructure Updates\n\n* Update version to 10.6.0 #​7458 by @​jeffhandley\n* [main] Update dependencies from dotnet/arcade #​7451\n* Bump follow-redirects from 1.15.11 to 1.16.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript/azure-devops-report/tasks/PublishAIEvaluationReport #​7469\n* Merge release/10.5 into main #​7470 by @​jeffhandley\n* Bump microsoft.visualstudio.slngen.tool from 12.0.13 to 12.0.32 #​7484\n* Bump postcss from 8.5.9 to 8.5.12 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript #​7494\n* Bump dotnet-reportgenerator-globaltool from 5.5.7 to 5.5.9 #​7504\n* Rename release-notes skill to write-release-notes #​7511 by @​jeffhandley (co-authored by @​Copilot)\n\n## Acknowledgements\n\n* @​wtgodbe @​tarekgh @​peterwald @​JeremyLikness @​eiriktsarpalis @​ericstj @​evgenyfedorov2 reviewed pull requests\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.5.2...v10.6.0\n\n\n## 10.5.2\n\nThis patch release ships a single fix to `Microsoft.Extensions.VectorData.Abstractions`, correcting `StorageName` resolution when external serialization is enabled. `Microsoft.Extensions.VectorData.ConformanceTests`, `Microsoft.Extensions.AI.Abstractions`, `Microsoft.Extensions.AI`, and `Microsoft.Extensions.AI.OpenAI` are published alongside it for version coherency — they contain no code changes from 10.5.1.\n\n## Packages in this release\n\n| Package | Version |\n| --- | --- |\n| Microsoft.Extensions.VectorData.Abstractions | 10.5.2 |\n| Microsoft.Extensions.VectorData.ConformanceTests | 10.5.2 |\n| Microsoft.Extensions.AI.Abstractions | 10.5.2 |\n| Microsoft.Extensions.AI | 10.5.2 |\n| Microsoft.Extensions.AI.OpenAI | 10.5.2 |\n\n## What's Changed\n\n### Microsoft.Extensions.VectorData.Abstractions\n\n- Minor fixes to MEVD.Abstractions: correct `StorageName` behavior when external serialization is enabled, and disable a warning for `net462`. (by @​roji in [#​7475](https://github.com/dotnet/extensions/pull/7475))\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.5.1...v10.5.2\n\n\n## 10.5.1\n\nVersion 10.5.1 of the Microsoft.Extensions.AI packages stabilizes CodeInterpreter, WebSearch, and ImageGeneration tool content types. The release adds new experimental tool search and OpenAI request policy hooks. And the OpenTelemetry gen-ai semantic conventions are updated to align with v1.41.\n\nThe 'aiagent-webapi' project template in Microsoft.Agents.AI.ProjectTemplates is updated to align with v1.3.0 of Agent Framework, updating the OpenTelemetry dependencies within the template projects as well.\n\n## Packages in this release\n\n| Package | Version |\n|---------|---------|\n| Microsoft.Extensions.AI | 10.5.1 |\n| Microsoft.Extensions.AI.Abstractions | 10.5.1 |\n| Microsoft.Extensions.AI.OpenAI | 10.5.1 |\n| Microsoft.Extensions.AI.Templates | 10.5.1-preview.3.26251.3 |\n| Microsoft.Agents.AI.ProjectTemplates | 1.3.0-preview.1.26251.3 |\n\n## Experimental API Changes\n\n### Now Stable\n\nThe following types previously emitted the `MEAI001` experimental diagnostic and are now stable.\n\n* CodeInterpreter and WebSearch tool content types are now stable #​7493\n  * `CodeInterpreterToolCallContent`\n  * `CodeInterpreterToolResultContent`\n  * `WebSearchToolCallContent`\n  * `WebSearchToolResultContent`\n* ImageGeneration tool content types and tool are now stable #​7476\n  * `ImageGenerationToolCallContent`\n  * `ImageGenerationToolResultContent`\n  * `HostedImageGenerationTool`\n  * `ImageGenerationOptions`\n  * `ImageGenerationResponseFormat` (the `Hosted` enum value remains experimental)\n  * `IImageGenerator` and the rest of the image generation infrastructure also remain experimental\n\n### New Experimental APIs\n\nThe following new APIs emit the `MEAI001` experimental diagnostic.\n\n* New experimental API: `HostedToolSearchTool` with `DeferredTools` for tool-search-driven deferred tool loading #​7471\n* New experimental API: `OpenAIRequestPolicies` extension hook for appending `System.ClientModel.PipelinePolicy` instances to outgoing OpenAI requests #​7495\n\n### Breaking Changes to Experimental APIs\n\n* `WebSearchToolResultContent.Results` was renamed to `Outputs` as part of the stabilization in #​7493, aligning with `CodeInterpreterToolResultContent.Outputs`. The original `Results` property was included in version 10.4.0 and 10.5.0; this is a binary breaking change and consumers need to update to consume the updated property.\n\n  ```diff\n  WebSearchToolResultContent content = ...;\n  - IList\u003cAIContent\u003e? items = content.Results;\n  + IList\u003cAIContent\u003e? items = content.Outputs;\n  ```\n\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.5.0...v10.6.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.5.0\u0026new-version=10.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/petrsvihlik/WopiHost/pull/402","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/petrsvihlik%2FWopiHost/issues/402","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/402/packages"}},{"old_version":"10.4.0","new_version":"10.5.0","update_type":"minor","path":null,"pr_created_at":"2026-04-28T02:20:04.000Z","version_change":"10.4.0 → 10.5.0","issue":{"uuid":"4340117458","node_id":"PR_kwDORIP3Rs7WLZ_n","number":117,"state":"open","title":"deps(nuget): Bump Microsoft.Extensions.ServiceDiscovery from 10.4.0 to 10.5.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-28T02:20:04.000Z","updated_at":"2026-04-28T02:23:01.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps(nuget): Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.4.0","new_version":"10.5.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.4.0 to 10.5.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.5.0\n\nHTTP Logging Middleware APIs in `Microsoft.AspNetCore.Diagnostics.Middleware` are now stable. This release also transfers `Microsoft.Extensions.VectorData.Abstractions` and `Microsoft.Extensions.VectorData.ConformanceTests` from the [Semantic Kernel](https://github.com/microsoft/semantic-kernel) repository into dotnet/extensions, jumping from 10.1.0 to 10.5.0 for consistent versioning. The release also delivers fixes across the AI libraries, AI Evaluation, and Service Discovery.\n\n## Breaking Changes\n\n1. **Rename `VectorStoreVectorAttribute` constructor parameter #​7460**\n   * The `Dimensions` parameter was renamed to `dimensions` (lowercase). This is a source-breaking change only — binary compatibility is preserved.\n   * If you use the named argument syntax `new VectorStoreVectorAttribute(Dimensions: 1536)`, update it to `new VectorStoreVectorAttribute(dimensions: 1536)`.\n\n## Experimental API Changes\n\n### Now Stable\n\n* HTTP Logging Middleware APIs are now stable (previously `EXTEXP0013`): `AddHttpLogEnricher\u003cT\u003e`, `IHttpLogEnricher`, and `RequestHeadersLogEnricherOptions.HeadersDataClasses` #​7380\n\n## What's Changed\n\n### AI\n\n* Fix OpenAIResponsesChatClient to respect \"store\":false in responses #​7417 by @​stephentoub\n* Fix InvalidOperationException in CoalesceWebSearchToolCallContent #​7419 by @​stephentoub\n* Handle F# optional parameters in AIFunctionFactory schema generation #​7439 by @​eiriktsarpalis\n* Fix ComputerCallResponseItem using Item.Id instead of CallId #​7446 by @​jozkee\n* Fix HostedFileContent with image MIME type sent as input_file instead of input_image #​7438 by @​stephentoub (co-authored by @​copilot)\n* Guard Activity.Current restore with null check in OpenTelemetry streaming clients #​7443 by @​stephentoub (co-authored by @​copilot)\n* Enable stateless mode in remote MCP server template (released as v1.2.0 on 2026-04-01) #​7441 by @​jeffhandley\n\n### Vector Data\n\n* Move Microsoft.Extensions.VectorData.Abstractions over from Semantic Kernel #​7434 by @​roji\n* Rename VectorStoreVectorAttribute dimensions constructor parameter #​7460 by @​roji\n\n### AI Evaluation\n\n* Add Path Validation for DiskBasedResponseCache and DiskBasedResultStore #​7397 by @​peterwald\n* Update brace-expansion for CVE-2026-33750 #​7457 by @​SamMonoRT\n\n### ASP.NET Core Extensions\n\n* Removing experimental attribute from Http logging middleware #​7380 by @​mariamgerges\n\n### Service Discovery\n\n* Implement RFC6761 reserved DNS names handling #​6924 by @​rzikm\n\n## Documentation Updates\n\n* Remove per-library CHANGELOG.md files #​7413 by @​jeffhandley\n\n## Test Improvements\n\n ... (truncated)\n\n## 10.4.1\n\nThis release of the Microsoft.Extensions.AI packages adds new experimental APIs for Realtime client sessions and Text-to-Speech, along with OpenTelemetry and middleware improvements.\n\n## Packages in this release\n\n| Package | Version |\n|---------|---------|\n| Microsoft.Extensions.AI.Abstractions | 10.4.1 |\n| Microsoft.Extensions.AI | 10.4.1 |\n| Microsoft.Extensions.AI.OpenAI | 10.4.1 |\n\n## Experimental API Changes\n\n### New Experimental APIs\n\n* New experimental API: Realtime Client Sessions #​7285 and #​7399\n* New experimental API: Text-to-Speech Client #​7381\n\n### Changes to Experimental APIs\n\n* Hosted File Download Stream: write-path methods now explicitly throw `NotSupportedException` #​7394\n\n## What's Changed\n\n### AI\n\n* Add `ITextToSpeechClient` abstraction, middleware, and OpenAI implementation #​7381 by @​stephentoub\n* Realtime Client Proposal #​7285 by @​tarekgh\n* Add `VoiceActivityDetection` options to realtime session abstractions #​7399 by @​tarekgh\n* Make `UriContent` `mediaType` parameter optional with inference from URI file extension #​7398 by @​stephentoub (co-authored by @​Copilot)\n* Emit `gen_ai.client.operation.exception` via `ILogger LoggerMessage` on OpenTelemetry instrumentation classes #​7379 by @​stephentoub (co-authored by @​Copilot)\n* Support `invoke_workflow` as an equivalent parent span to `invoke_agent` in `FunctionInvokingChatClient` #​7382 by @​stephentoub (co-authored by @​Copilot)\n* Make `HostedFileDownloadStream` explicitly read-only #​7394 by @​stephentoub (co-authored by @​Copilot)\n\n## Documentation Updates\n\n* Document JSON schema derivation for return types in AIFunctionFactory #​7400 by @​stephentoub (co-authored by @​Copilot)\n\n## Test Improvements\n\n* Fix test warnings #​7369 by @​jozkee\n* Add tests for JSON deserialization of serializable types #​7373 by @​stephentoub (co-authored by @​Copilot)\n\n## Repository Infrastructure Updates\n\n* Update Package Validation Baseline to 10.4.0 #​7389 by @​jeffhandley (co-authored by @​Copilot)\n* Update ModelContextProtocol libraries to version 1.0.0 #​7340 by @​stephentoub (co-authored by @​Copilot)\n\n## Acknowledgements\n\n* @​eiriktsarpalis @​ericstj @​CodeBlanch @​lmolkova @​adamsitnik @​joperezr reviewed pull requests\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.4.0...v10.5.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.4.0\u0026new-version=10.5.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e\n\n\u003c!-- Reviewable:start --\u003e\n- - -\nThis change is [\u003cimg src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/\u003e](https://reviewable.io/reviews/PlagueHO/prompt-babbler/117)\n\u003c!-- Reviewable:end --\u003e\n","html_url":"https://github.com/PlagueHO/prompt-babbler/pull/117","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlagueHO%2Fprompt-babbler/issues/117","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/117/packages"}},{"old_version":"10.3.0","new_version":"10.4.0","update_type":"minor","path":null,"pr_created_at":"2026-04-05T20:44:51.000Z","version_change":"10.3.0 → 10.4.0","issue":{"uuid":"4208539248","node_id":"PR_kwDORbjHIc7QE6rV","number":25,"state":"open","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.3.0 to 10.4.0","user":"dependabot[bot]","labels":["size/xs","infra"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-05T20:44:51.000Z","updated_at":"2026-04-05T20:49:18.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.3.0","new_version":"10.4.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.3.0 to 10.4.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.4.0\n\nThis release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.\n\n## Experimental API Changes\n\n### Now Stable\n\n* MCP Server Tool Content and Function Call Approval APIs are now stable (previously `MEAI001`) #​7299\n* `FakeLogCollector.GetLogsAsync(CancellationToken)` is now stable (previously `EXTEXP0003`) #​7332\n\n### New Experimental APIs\n\n* New experimental `AddExtendedHttpClientLogging` overloads with `wrapHandlersPipeline` parameter (`EXTEXP0013`) #​7231\n\n### Removed Experimental APIs\n\n* AI Tool Reduction experimental APIs removed (was experimental under `MEAI001`) #​7353\n\n## What's Changed\n\n### AI\n\n* Add IHostedFileClient and friends #​7269 by @​stephentoub\n* Add web search tool call content #​7276 by @​stephentoub (co-authored by @​Copilot)\n* Surface OpenAI-compatible reasoning_content as TextReasoningContent #​7295 by @​stephentoub\n* MCP/Approvals/Tool Contents stabilization #​7299 by @​jozkee\n* Implement time_to_first_chunk and time_per_output_chunk streaming metrics in OpenTelemetryChatClient #​7325 by @​stephentoub (co-authored by @​Copilot)\n* Add openai.api.type telemetry attribute to OpenAI IChatClient implementations #​7316 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenTelemetry Gen AI semantic conventions to v1.40 #​7322 by @​stephentoub (co-authored by @​Copilot)\n* Fix tool definitions emission regardless of sensitivity setting #​7346 by @​stephentoub (co-authored by @​Copilot)\n* Honor [Required] attribute in AI function parameter JSON schema generation #​7272 by @​stephentoub (co-authored by @​Copilot)\n* AddAIContentType automatically registers content type against every base in the inheritance chain up to AIContent #​7358 by @​jozkee (co-authored by @​Copilot)\n* Auto-mark server-handled FunctionCallContent as InformationalOnly #​7314 by @​stephentoub (co-authored by @​Copilot)\n* Map ReasoningEffort.None and ExtraHigh to none and xhigh in OpenAI IChatClient implementations #​7319 by @​stephentoub (co-authored by @​Copilot)\n* Handle DynamicMethod reflection limitations in AIFunctionFactory #​7287 by @​stephentoub (co-authored by @​Copilot)\n* Fix Activity.Current nulled during streaming tool invocation #​7321 by @​flaviocdc (co-authored by @​Copilot)\n* Handle FunctionCallOutputResponseItem in streaming response conversion #​7307 by @​stephentoub (co-authored by @​Copilot)\n* Fix serialization of response continuation tokens #​7356 by @​stephentoub\n* Remove AI Tool Reduction experimental APIs #​7353 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenAI to 2.9.1 #​7349 by @​stephentoub\n\n### Telemetry and Observability\n\n* Introduce support for the Gauge metric type #​7203 by @​rainsxng\n* Update logging source generator to support generic methods #​7331 by @​svick (co-authored by @​Copilot)\n* Update logging source generator to match runtime PR #​124589 (ref readonly/params/scoped) #​7333 by @​svick (co-authored by @​Copilot)\n* Promote FakeLogCollector.GetLogsAsync(CancellationToken) from experimental to stable #​7332 by @​Demo30\n* Remove obsolete CS1591 warning suppression from generated file preamble #​7308 by @​luissena\n\n### HTTP Resilience and Diagnostics\n\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.3.0...v10.4.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.3.0\u0026new-version=10.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/JerrettDavis/JD.Writer/pull/25","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/JerrettDavis%2FJD.Writer/issues/25","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/25/packages"}},{"old_version":"10.3.0","new_version":"10.4.0","update_type":"minor","path":null,"pr_created_at":"2026-03-30T23:46:43.000Z","version_change":"10.3.0 → 10.4.0","issue":{"uuid":"4174715889","node_id":"PR_kwDORIP3Rs7OyN4K","number":57,"state":"open","title":"deps(nuget): Bump Microsoft.Extensions.ServiceDiscovery from 10.3.0 to 10.4.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":7,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-30T23:46:43.000Z","updated_at":"2026-03-31T09:00:39.129Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps(nuget): Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.3.0","new_version":"10.4.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.3.0 to 10.4.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.4.0\n\nThis release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.\n\n## Experimental API Changes\n\n### Now Stable\n\n* MCP Server Tool Content and Function Call Approval APIs are now stable (previously `MEAI001`) #​7299\n* `FakeLogCollector.GetLogsAsync(CancellationToken)` is now stable (previously `EXTEXP0003`) #​7332\n\n### New Experimental APIs\n\n* New experimental `AddExtendedHttpClientLogging` overloads with `wrapHandlersPipeline` parameter (`EXTEXP0013`) #​7231\n\n### Removed Experimental APIs\n\n* AI Tool Reduction experimental APIs removed (was experimental under `MEAI001`) #​7353\n\n## What's Changed\n\n### AI\n\n* Add IHostedFileClient and friends #​7269 by @​stephentoub\n* Add web search tool call content #​7276 by @​stephentoub (co-authored by @​Copilot)\n* Surface OpenAI-compatible reasoning_content as TextReasoningContent #​7295 by @​stephentoub\n* MCP/Approvals/Tool Contents stabilization #​7299 by @​jozkee\n* Implement time_to_first_chunk and time_per_output_chunk streaming metrics in OpenTelemetryChatClient #​7325 by @​stephentoub (co-authored by @​Copilot)\n* Add openai.api.type telemetry attribute to OpenAI IChatClient implementations #​7316 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenTelemetry Gen AI semantic conventions to v1.40 #​7322 by @​stephentoub (co-authored by @​Copilot)\n* Fix tool definitions emission regardless of sensitivity setting #​7346 by @​stephentoub (co-authored by @​Copilot)\n* Honor [Required] attribute in AI function parameter JSON schema generation #​7272 by @​stephentoub (co-authored by @​Copilot)\n* AddAIContentType automatically registers content type against every base in the inheritance chain up to AIContent #​7358 by @​jozkee (co-authored by @​Copilot)\n* Auto-mark server-handled FunctionCallContent as InformationalOnly #​7314 by @​stephentoub (co-authored by @​Copilot)\n* Map ReasoningEffort.None and ExtraHigh to none and xhigh in OpenAI IChatClient implementations #​7319 by @​stephentoub (co-authored by @​Copilot)\n* Handle DynamicMethod reflection limitations in AIFunctionFactory #​7287 by @​stephentoub (co-authored by @​Copilot)\n* Fix Activity.Current nulled during streaming tool invocation #​7321 by @​flaviocdc (co-authored by @​Copilot)\n* Handle FunctionCallOutputResponseItem in streaming response conversion #​7307 by @​stephentoub (co-authored by @​Copilot)\n* Fix serialization of response continuation tokens #​7356 by @​stephentoub\n* Remove AI Tool Reduction experimental APIs #​7353 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenAI to 2.9.1 #​7349 by @​stephentoub\n\n### Telemetry and Observability\n\n* Introduce support for the Gauge metric type #​7203 by @​rainsxng\n* Update logging source generator to support generic methods #​7331 by @​svick (co-authored by @​Copilot)\n* Update logging source generator to match runtime PR #​124589 (ref readonly/params/scoped) #​7333 by @​svick (co-authored by @​Copilot)\n* Promote FakeLogCollector.GetLogsAsync(CancellationToken) from experimental to stable #​7332 by @​Demo30\n* Remove obsolete CS1591 warning suppression from generated file preamble #​7308 by @​luissena\n\n### HTTP Resilience and Diagnostics\n\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.3.0...v10.4.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.3.0\u0026new-version=10.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e\n\n\u003c!-- Reviewable:start --\u003e\n- - -\nThis change is [\u003cimg src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/\u003e](https://reviewable.io/reviews/PlagueHO/prompt-babbler/57)\n\u003c!-- Reviewable:end --\u003e\n","html_url":"https://github.com/PlagueHO/prompt-babbler/pull/57","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlagueHO%2Fprompt-babbler/issues/57","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/57/packages"}},{"old_version":"10.0.0","new_version":"10.4.0","update_type":"minor","path":null,"pr_created_at":"2026-03-16T08:15:51.000Z","version_change":"10.0.0 → 10.4.0","issue":{"uuid":"4080927772","node_id":"PR_kwDOMFaRss7K15eT","number":921,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.0.0 to 10.4.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-16T08:16:05.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-16T08:15:51.000Z","updated_at":"2026-03-16T08:16:07.000Z","time_to_close":14,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.0.0","new_version":"10.4.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.0.0 to 10.4.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.4.0\n\nThis release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.\n\n## Experimental API Changes\n\n### Now Stable\n\n* MCP Server Tool Content and Function Call Approval APIs are now stable (previously `MEAI001`) #​7299\n* `FakeLogCollector.GetLogsAsync(CancellationToken)` is now stable (previously `EXTEXP0003`) #​7332\n\n### New Experimental APIs\n\n* New experimental `AddExtendedHttpClientLogging` overloads with `wrapHandlersPipeline` parameter (`EXTEXP0013`) #​7231\n\n### Removed Experimental APIs\n\n* AI Tool Reduction experimental APIs removed (was experimental under `MEAI001`) #​7353\n\n## What's Changed\n\n### AI\n\n* Add IHostedFileClient and friends #​7269 by @​stephentoub\n* Add web search tool call content #​7276 by @​stephentoub (co-authored by @​Copilot)\n* Surface OpenAI-compatible reasoning_content as TextReasoningContent #​7295 by @​stephentoub\n* MCP/Approvals/Tool Contents stabilization #​7299 by @​jozkee\n* Implement time_to_first_chunk and time_per_output_chunk streaming metrics in OpenTelemetryChatClient #​7325 by @​stephentoub (co-authored by @​Copilot)\n* Add openai.api.type telemetry attribute to OpenAI IChatClient implementations #​7316 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenTelemetry Gen AI semantic conventions to v1.40 #​7322 by @​stephentoub (co-authored by @​Copilot)\n* Fix tool definitions emission regardless of sensitivity setting #​7346 by @​stephentoub (co-authored by @​Copilot)\n* Honor [Required] attribute in AI function parameter JSON schema generation #​7272 by @​stephentoub (co-authored by @​Copilot)\n* AddAIContentType automatically registers content type against every base in the inheritance chain up to AIContent #​7358 by @​jozkee (co-authored by @​Copilot)\n* Auto-mark server-handled FunctionCallContent as InformationalOnly #​7314 by @​stephentoub (co-authored by @​Copilot)\n* Map ReasoningEffort.None and ExtraHigh to none and xhigh in OpenAI IChatClient implementations #​7319 by @​stephentoub (co-authored by @​Copilot)\n* Handle DynamicMethod reflection limitations in AIFunctionFactory #​7287 by @​stephentoub (co-authored by @​Copilot)\n* Fix Activity.Current nulled during streaming tool invocation #​7321 by @​flaviocdc (co-authored by @​Copilot)\n* Handle FunctionCallOutputResponseItem in streaming response conversion #​7307 by @​stephentoub (co-authored by @​Copilot)\n* Fix serialization of response continuation tokens #​7356 by @​stephentoub\n* Remove AI Tool Reduction experimental APIs #​7353 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenAI to 2.9.1 #​7349 by @​stephentoub\n\n### Telemetry and Observability\n\n* Introduce support for the Gauge metric type #​7203 by @​rainsxng\n* Update logging source generator to support generic methods #​7331 by @​svick (co-authored by @​Copilot)\n* Update logging source generator to match runtime PR #​124589 (ref readonly/params/scoped) #​7333 by @​svick (co-authored by @​Copilot)\n* Promote FakeLogCollector.GetLogsAsync(CancellationToken) from experimental to stable #​7332 by @​Demo30\n* Remove obsolete CS1591 warning suppression from generated file preamble #​7308 by @​luissena\n\n### HTTP Resilience and Diagnostics\n\n ... (truncated)\n\n## 10.3.0\n\n## Experimental API Changes\n\n### Now Stable\n\n* **`IChatReducer` interface** — graduated from experimental to stable. The interface is now stable; concrete implementations (`MessageCountingChatReducer`, `SummarizingChatReducer`, `ReducingChatClient`) remain experimental. #​7235 by @​jeffhandley\n* **`FunctionCallContent` and `FunctionResultContent` unsealed** — changed from `sealed class` to `class`, enabling derivation. #​7229 by @​stephentoub (co-authored by @​Copilot)\n\n### Breaking Changes to Experimental APIs\n\n* **Experimental diagnostic ID reorganization** — the blanket `MEAI001` diagnostic ID was split into feature-specific constants. OpenAI-specific experimental APIs now use `OPENAI001`, `OPENAI002`, or `SCME0001` instead of `MEAI001`. Consumers who suppressed `MEAI001` for OpenAI APIs may need to suppress `OPENAI001`/`OPENAI002` instead. #​7116 by @​jeffhandley (co-authored by @​Copilot), #​7235 by @​jeffhandley\n\n### New Experimental APIs\n\n* **Chat reduction implementations** — `MessageCountingChatReducer`, `SummarizingChatReducer`, `ReducingChatClient`, and `UseChatReducer` builder extension. #​7235 by @​jeffhandley\n* **OpenAI Responses/Assistants/Realtime/Image/Audio integrations** — assigned feature-specific experimental diagnostic IDs (`OPENAI001`, `OPENAI002`). #​7235 by @​jeffhandley\n* **`ImageGenerationToolCallContent` and `ImageGenerationToolResultContent`** — added to JSON serialization infrastructure. #​7275 by @​stephentoub (co-authored by @​Copilot)\n\n## What's Changed\n\n### AI\n\n* Add ReasoningOptions to ChatOptions #​7252 by @​stephentoub (co-authored by @​Copilot)\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent #​7159 by @​stephentoub (co-authored by @​Copilot)\n* Add FunctionCallContent.InformationalOnly property #​7126, #​7262 by @​stephentoub (co-authored by @​Copilot)\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions #​7240 by @​stephentoub (co-authored by @​Copilot)\n* Add ImageGenerationToolCallContent and ImageGenerationToolResultContent to JSON serialization infrastructure #​7275 by @​stephentoub (co-authored by @​Copilot)\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control #​7228 by @​stephentoub (co-authored by @​Copilot)\n* Allow FunctionResultContent pass-through when CallId matches #​7229 by @​stephentoub (co-authored by @​Copilot)\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient #​7207 by @​stephentoub (co-authored by @​Copilot)\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry #​7234 by @​stephentoub (co-authored by @​Copilot)\n* Categorize MEAI001 experimental APIs #​7116 by @​jeffhandley (co-authored by @​Copilot)\n* MEAI: Update Experimental / Preview Features #​7235 by @​jeffhandley\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse #​7194 by @​stephentoub (co-authored by @​Copilot)\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools #​7218 by @​stephentoub (co-authored by @​Copilot)\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter #​7224 by @​stephentoub (co-authored by @​Copilot)\n* Fix approval request/response correlation in FunctionInvokingChatClient #​7261 by @​stephentoub (co-authored by @​Copilot)\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 #​7247 by @​stephentoub (co-authored by @​Copilot)\n* Fix NRT resolution for AIFunction parameters #​7200 by @​eiriktsarpalis\n* Preserve extra JSON schema properties in ToolJson serialization #​7250 by @​stephentoub (co-authored by @​Copilot)\n* Fix token metric unit to use UCUM format {token} #​7241 by @​stephentoub\n* Fix OpenAI responses streaming to preserve encrypted reasoning content #​7266 by @​stephentoub\n* Update OpenAIResponsesChatClient to handle streaming code interpreter content #​7267 by @​stephentoub\n\n### Diagnostics, Health Checks, and Resource Monitoring\n\n* [5752] FakeLogCollector waiting capabilities #​6228 by @​Demo30\n* Bring new cpu.requests formula from Kubernetes #​7239 by @​amadeuszl\n\n### Service Discovery\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.0.0...v10.4.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet-presentations/dotnet-aspire-workshop/pull/921","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-presentations%2Fdotnet-aspire-workshop/issues/921","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/921/packages"}},{"old_version":"10.1.0","new_version":"10.4.0","update_type":"minor","path":null,"pr_created_at":"2026-03-16T05:36:32.000Z","version_change":"10.1.0 → 10.4.0","issue":{"uuid":"4080340121","node_id":"PR_kwDORTzEic7K0CD5","number":33,"state":"open","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.1.0 to 10.4.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-16T05:36:32.000Z","updated_at":"2026-03-16T05:36:33.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.1.0","new_version":"10.4.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.1.0 to 10.4.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.4.0\n\nThis release advances the AI abstractions with new hosted file, web search, and reasoning content types, stabilizes MCP and tool approval APIs, adds streaming latency metrics to OpenTelemetry instrumentation, and delivers bug fixes across caching, data ingestion, and resource monitoring.\n\n## Experimental API Changes\n\n### Now Stable\n\n* MCP Server Tool Content and Function Call Approval APIs are now stable (previously `MEAI001`) #​7299\n* `FakeLogCollector.GetLogsAsync(CancellationToken)` is now stable (previously `EXTEXP0003`) #​7332\n\n### New Experimental APIs\n\n* New experimental `AddExtendedHttpClientLogging` overloads with `wrapHandlersPipeline` parameter (`EXTEXP0013`) #​7231\n\n### Removed Experimental APIs\n\n* AI Tool Reduction experimental APIs removed (was experimental under `MEAI001`) #​7353\n\n## What's Changed\n\n### AI\n\n* Add IHostedFileClient and friends #​7269 by @​stephentoub\n* Add web search tool call content #​7276 by @​stephentoub (co-authored by @​Copilot)\n* Surface OpenAI-compatible reasoning_content as TextReasoningContent #​7295 by @​stephentoub\n* MCP/Approvals/Tool Contents stabilization #​7299 by @​jozkee\n* Implement time_to_first_chunk and time_per_output_chunk streaming metrics in OpenTelemetryChatClient #​7325 by @​stephentoub (co-authored by @​Copilot)\n* Add openai.api.type telemetry attribute to OpenAI IChatClient implementations #​7316 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenTelemetry Gen AI semantic conventions to v1.40 #​7322 by @​stephentoub (co-authored by @​Copilot)\n* Fix tool definitions emission regardless of sensitivity setting #​7346 by @​stephentoub (co-authored by @​Copilot)\n* Honor [Required] attribute in AI function parameter JSON schema generation #​7272 by @​stephentoub (co-authored by @​Copilot)\n* AddAIContentType automatically registers content type against every base in the inheritance chain up to AIContent #​7358 by @​jozkee (co-authored by @​Copilot)\n* Auto-mark server-handled FunctionCallContent as InformationalOnly #​7314 by @​stephentoub (co-authored by @​Copilot)\n* Map ReasoningEffort.None and ExtraHigh to none and xhigh in OpenAI IChatClient implementations #​7319 by @​stephentoub (co-authored by @​Copilot)\n* Handle DynamicMethod reflection limitations in AIFunctionFactory #​7287 by @​stephentoub (co-authored by @​Copilot)\n* Fix Activity.Current nulled during streaming tool invocation #​7321 by @​flaviocdc (co-authored by @​Copilot)\n* Handle FunctionCallOutputResponseItem in streaming response conversion #​7307 by @​stephentoub (co-authored by @​Copilot)\n* Fix serialization of response continuation tokens #​7356 by @​stephentoub\n* Remove AI Tool Reduction experimental APIs #​7353 by @​stephentoub (co-authored by @​Copilot)\n* Update OpenAI to 2.9.1 #​7349 by @​stephentoub\n\n### Telemetry and Observability\n\n* Introduce support for the Gauge metric type #​7203 by @​rainsxng\n* Update logging source generator to support generic methods #​7331 by @​svick (co-authored by @​Copilot)\n* Update logging source generator to match runtime PR #​124589 (ref readonly/params/scoped) #​7333 by @​svick (co-authored by @​Copilot)\n* Promote FakeLogCollector.GetLogsAsync(CancellationToken) from experimental to stable #​7332 by @​Demo30\n* Remove obsolete CS1591 warning suppression from generated file preamble #​7308 by @​luissena\n\n### HTTP Resilience and Diagnostics\n\n ... (truncated)\n\n## 10.3.0\n\n## Experimental API Changes\n\n### Now Stable\n\n* **`IChatReducer` interface** — graduated from experimental to stable. The interface is now stable; concrete implementations (`MessageCountingChatReducer`, `SummarizingChatReducer`, `ReducingChatClient`) remain experimental. #​7235 by @​jeffhandley\n* **`FunctionCallContent` and `FunctionResultContent` unsealed** — changed from `sealed class` to `class`, enabling derivation. #​7229 by @​stephentoub (co-authored by @​Copilot)\n\n### Breaking Changes to Experimental APIs\n\n* **Experimental diagnostic ID reorganization** — the blanket `MEAI001` diagnostic ID was split into feature-specific constants. OpenAI-specific experimental APIs now use `OPENAI001`, `OPENAI002`, or `SCME0001` instead of `MEAI001`. Consumers who suppressed `MEAI001` for OpenAI APIs may need to suppress `OPENAI001`/`OPENAI002` instead. #​7116 by @​jeffhandley (co-authored by @​Copilot), #​7235 by @​jeffhandley\n\n### New Experimental APIs\n\n* **Chat reduction implementations** — `MessageCountingChatReducer`, `SummarizingChatReducer`, `ReducingChatClient`, and `UseChatReducer` builder extension. #​7235 by @​jeffhandley\n* **OpenAI Responses/Assistants/Realtime/Image/Audio integrations** — assigned feature-specific experimental diagnostic IDs (`OPENAI001`, `OPENAI002`). #​7235 by @​jeffhandley\n* **`ImageGenerationToolCallContent` and `ImageGenerationToolResultContent`** — added to JSON serialization infrastructure. #​7275 by @​stephentoub (co-authored by @​Copilot)\n\n## What's Changed\n\n### AI\n\n* Add ReasoningOptions to ChatOptions #​7252 by @​stephentoub (co-authored by @​Copilot)\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent #​7159 by @​stephentoub (co-authored by @​Copilot)\n* Add FunctionCallContent.InformationalOnly property #​7126, #​7262 by @​stephentoub (co-authored by @​Copilot)\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions #​7240 by @​stephentoub (co-authored by @​Copilot)\n* Add ImageGenerationToolCallContent and ImageGenerationToolResultContent to JSON serialization infrastructure #​7275 by @​stephentoub (co-authored by @​Copilot)\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control #​7228 by @​stephentoub (co-authored by @​Copilot)\n* Allow FunctionResultContent pass-through when CallId matches #​7229 by @​stephentoub (co-authored by @​Copilot)\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient #​7207 by @​stephentoub (co-authored by @​Copilot)\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry #​7234 by @​stephentoub (co-authored by @​Copilot)\n* Categorize MEAI001 experimental APIs #​7116 by @​jeffhandley (co-authored by @​Copilot)\n* MEAI: Update Experimental / Preview Features #​7235 by @​jeffhandley\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse #​7194 by @​stephentoub (co-authored by @​Copilot)\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools #​7218 by @​stephentoub (co-authored by @​Copilot)\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter #​7224 by @​stephentoub (co-authored by @​Copilot)\n* Fix approval request/response correlation in FunctionInvokingChatClient #​7261 by @​stephentoub (co-authored by @​Copilot)\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 #​7247 by @​stephentoub (co-authored by @​Copilot)\n* Fix NRT resolution for AIFunction parameters #​7200 by @​eiriktsarpalis\n* Preserve extra JSON schema properties in ToolJson serialization #​7250 by @​stephentoub (co-authored by @​Copilot)\n* Fix token metric unit to use UCUM format {token} #​7241 by @​stephentoub\n* Fix OpenAI responses streaming to preserve encrypted reasoning content #​7266 by @​stephentoub\n* Update OpenAIResponsesChatClient to handle streaming code interpreter content #​7267 by @​stephentoub\n\n### Diagnostics, Health Checks, and Resource Monitoring\n\n* [5752] FakeLogCollector waiting capabilities #​6228 by @​Demo30\n* Bring new cpu.requests formula from Kubernetes #​7239 by @​amadeuszl\n\n### Service Discovery\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.1...v10.4.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.1.0\u0026new-version=10.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/arnaud-wissart-lab/Proba-loto-euromillions/pull/33","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnaud-wissart-lab%2FProba-loto-euromillions/issues/33","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/33/packages"}},{"old_version":"10.0.0","new_version":"10.4.0","update_type":"minor","path":null,"pr_created_at":"2026-03-11T22:57:57.000Z","version_change":"10.0.0 → 10.4.0","issue":{"uuid":"4061146631","node_id":"PR_kwDOQql9Jc7J2_hQ","number":258,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.0.0 to 10.4.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-11T22:58:03.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-11T22:57:57.000Z","updated_at":"2026-03-11T22:58:05.000Z","time_to_close":6,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.0.0","new_version":"10.4.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.0.0 to 10.4.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/commits).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/notjakespencer/Aspire/pull/258","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/notjakespencer%2FAspire/issues/258","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/258/packages"}},{"old_version":"10.0.0","new_version":"10.4.0","update_type":"minor","path":null,"pr_created_at":"2026-03-11T22:56:51.000Z","version_change":"10.0.0 → 10.4.0","issue":{"uuid":"4061143465","node_id":"PR_kwDOQql9Jc7J2-4y","number":243,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.0.0 to 10.4.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-11T22:57:08.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-11T22:56:51.000Z","updated_at":"2026-03-11T22:57:10.000Z","time_to_close":17,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.0.0","new_version":"10.4.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.0.0 to 10.4.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/commits).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/notjakespencer/Aspire/pull/243","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/notjakespencer%2FAspire/issues/243","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/243/packages"}},{"old_version":"10.3.0","new_version":"10.4.0","update_type":"minor","path":null,"pr_created_at":"2026-03-11T09:21:14.000Z","version_change":"10.3.0 → 10.4.0","issue":{"uuid":"4056964916","node_id":"PR_kwDON_9-RM7JpQHP","number":39,"state":"closed","title":"chore: Bump Microsoft.Extensions.ServiceDiscovery from 10.3.0 to 10.4.0","user":"dependabot[bot]","labels":["size/S","dependencies","maintenance"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-11T10:44:24.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-11T09:21:14.000Z","updated_at":"2026-03-11T10:48:02.000Z","time_to_close":4990,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.3.0","new_version":"10.4.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.3.0 to 10.4.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\nNo release notes found for this version range.\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/commits).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.3.0\u0026new-version=10.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/philvessey/TramTimes.SouthYorkshire/pull/39","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/philvessey%2FTramTimes.SouthYorkshire/issues/39","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/39/packages"}},{"old_version":"10.1.0","new_version":"10.3.0","update_type":"minor","path":null,"pr_created_at":"2026-03-09T05:36:16.000Z","version_change":"10.1.0 → 10.3.0","issue":{"uuid":"4043466379","node_id":"PR_kwDORTzEic7I9q7-","number":24,"state":"open","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.1.0 to 10.3.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-09T05:36:16.000Z","updated_at":"2026-03-09T05:36:16.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.1.0","new_version":"10.3.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.1.0 to 10.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.1...v10.3.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.1.0\u0026new-version=10.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/arnaud-wissart-lab/Proba-loto-euromillions/pull/24","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnaud-wissart-lab%2FProba-loto-euromillions/issues/24","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/24/packages"}},{"old_version":"10.0.0","new_version":"10.3.0","update_type":"minor","path":null,"pr_created_at":"2026-03-04T08:43:42.000Z","version_change":"10.0.0 → 10.3.0","issue":{"uuid":"4020807489","node_id":"PR_kwDOReDXIc7H0SkI","number":9,"state":"open","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.0.0 to 10.3.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":5,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-04T08:43:42.000Z","updated_at":"2026-03-05T07:08:49.984Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.0.0","new_version":"10.3.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.0.0 to 10.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.0.0...v10.3.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/ankush-ajari/CleanArchitecture-Sample/pull/9","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankush-ajari%2FCleanArchitecture-Sample/issues/9","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/9/packages"}},{"old_version":"9.2.1","new_version":"10.3.0","update_type":"major","path":null,"pr_created_at":"2026-03-04T07:41:39.000Z","version_change":"9.2.1 → 10.3.0","issue":{"uuid":"4020583923","node_id":"PR_kwDORBGob87HzkEj","number":170,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 9.2.1 to 10.3.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":5,"pull_request":true,"closed_at":"2026-03-21T17:09:55.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-04T07:41:39.000Z","updated_at":"2026-03-21T17:09:55.000Z","time_to_close":1502896,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"9.2.1","new_version":"10.3.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 9.2.1 to 10.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\n## 10.0.0\n\n## What's Changed\n* Give FunctionInvokingChatClient span a more OTELy name by @​verdie-g in https://github.com/dotnet/extensions/pull/6911\n* Update repository branding from 9.10 to 10.0 by @​Copilot in https://github.com/dotnet/extensions/pull/6907\n* Clean up local function names in AIFunctionFactory by @​Copilot in https://github.com/dotnet/extensions/pull/6909\n* Update OpenTelemetryChatClient to output data on all tools by @​stephentoub in https://github.com/dotnet/extensions/pull/6906\n* Update ToChatResponse{Async} to also factor in AuthorName by @​stephentoub in https://github.com/dotnet/extensions/pull/6910\n* add support for background responses by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/6854\n* Fix `METGEN004` error message: print return type in `ErrorInvalidMethodReturnType` by @​eduherminio in https://github.com/dotnet/extensions/pull/6905\n* Fix OpenTelemetryChatClient failing on unknown content types by @​stephentoub in https://github.com/dotnet/extensions/pull/6915\n* Add support for Connector ID and other follow ups by @​jozkee in https://github.com/dotnet/extensions/pull/6881\n* Update AI lib changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/6920\n* Merge internal changes by @​joperezr in https://github.com/dotnet/extensions/pull/6921\n* Add Workstream, Stage, and PackageValidationBaselineVersion metadata to ServiceDiscovery libraries by @​Copilot in https://github.com/dotnet/extensions/pull/6919\n* Add back Uri ctor to HostedMcpServerTool by @​jozkee in https://github.com/dotnet/extensions/pull/6926\n* Set DisableNETStandardCompatErrors in ServiceDiscovery libraries by @​eerhardt in https://github.com/dotnet/extensions/pull/6927\n* Update Package validation baseline version to 9.10.0 by @​Copilot in https://github.com/dotnet/extensions/pull/6922\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/6802\n* Extend service discovery to support Consul-based DNS lookups: by @​bart-vmware in https://github.com/dotnet/extensions/pull/6914\n* Update AsOpenAIResponseItems to roundtrip User AIContent ResponseItems by @​stephentoub in https://github.com/dotnet/extensions/pull/6931\n* Special-case AIContent returned from AIFunctionFactory.Create AIFunctions to not be serialized by @​stephentoub in https://github.com/dotnet/extensions/pull/6935\n* Preserve function content in `SummarizingChatReducer` by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6908\n* Tool reduction by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6781\n* Fix coalescing of TextReasoningContent with ProtectedData by @​stephentoub in https://github.com/dotnet/extensions/pull/6936\n* Doc updates by @​gewarren in https://github.com/dotnet/extensions/pull/6930\n* Support DisplayNameAttribute for name resolution in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/6942\n* Fix EquivalenceEvaluator MaxOutputTokens to meet Azure OpenAI minimum requirement by @​Copilot in https://github.com/dotnet/extensions/pull/6948\n* Support DefaultValueAttribute in AIFunctionFactory parameter handling by @​Copilot in https://github.com/dotnet/extensions/pull/6947\n* Bump vite from 6.3.6 to 6.4.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/6938\n* Introduce Microsoft.Extensions.DataIngestion.Abstractions by @​adamsitnik in https://github.com/dotnet/extensions/pull/6949\n* Update to latest schema version (accepted by MCP registry) by @​joelverhagen in https://github.com/dotnet/extensions/pull/6956\n* Introduce IngestionChunkWriter build on top of MEVD by @​adamsitnik in https://github.com/dotnet/extensions/pull/6951\n* Update AI Chat Web dependencies by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6955\n* Add AITool -\u003e OpenAI.Responses.ResponseTool conversion utility by @​rogerbarreto in https://github.com/dotnet/extensions/pull/6958\n* Update AI changelogs for 9.10.1 by @​stephentoub in https://github.com/dotnet/extensions/pull/6950\n* Add Name property to OtelMessage to store ChatMessage.AuthorName per OpenTelemetry semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/6953\n* Fix serialization of UserInputRequest/ResponseContent by @​stephentoub in https://github.com/dotnet/extensions/pull/6962\n* Expose building blocks for external service discovery implementations by @​bart-vmware in https://github.com/dotnet/extensions/pull/6946\n* Bump validator from 13.15.0 to 13.15.20 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/6974\n* Add eng/sdl-tsa-vars.config for TSA integration by @​Copilot in https://github.com/dotnet/extensions/pull/6980\n* Add CodeInterpreterToolCall/ResultContent content types by @​stephentoub in https://github.com/dotnet/extensions/pull/6964\n* Update to 1.38 of the otel genai standard convention by @​stephentoub in https://github.com/dotnet/extensions/pull/6981\n* Introduce set of built-in Enrichers by @​adamsitnik in https://github.com/dotnet/extensions/pull/6957\n* Allow ChatOptions.ConversationId to be an OpenAI conversation ID with Responses by @​stephentoub in https://github.com/dotnet/extensions/pull/6960\n* Fix warning breaking official build, enable warningAsError in all pipelines by @​ericstj in https://github.com/dotnet/extensions/pull/6988\n* Introduce HeaderChunker by @​adamsitnik in https://github.com/dotnet/extensions/pull/6979\n* Introduce Markdown readers by @​adamsitnik in https://github.com/dotnet/extensions/pull/6969\n* Add usage telemetry for aieval dotnet tool by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6773\n* Update to OpenAI 2.6.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/6996\n* Don't specify MaxOutputTokens for EquivalenceEvaluator by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/7006\n* Fix Assert.Throws to validate parameter names by @​stephentoub in https://github.com/dotnet/extensions/pull/7007\n ... (truncated)\n\n## 9.10.0\n\n## What's Changed\n* Branding updates for 9.10 by @​Copilot in https://github.com/dotnet/extensions/pull/6769\n* Doc improvements by @​gewarren in https://github.com/dotnet/extensions/pull/6794\n* Bump vite from 6.3.5 to 6.3.6 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/6793\n* Updated changelogs for AI libs by @​stephentoub in https://github.com/dotnet/extensions/pull/6787\n* Update MCP server template by @​jeffkl in https://github.com/dotnet/extensions/pull/6772\n* Add support for using ConversationID for AzureOpenAI and OpenAI by @​ViveliDuCh in https://github.com/dotnet/extensions/pull/6770\n* Merging internal commits by @​joperezr in https://github.com/dotnet/extensions/pull/6801\n* Merge changes from release/9.9 branch by @​joperezr in https://github.com/dotnet/extensions/pull/6803\n* Support keyed HybridCache with keyed DistributedCaches and named options by @​kelly-yinn in https://github.com/dotnet/extensions/pull/6694\n* Inventory as code by @​wtgodbe in https://github.com/dotnet/extensions/pull/6820\n* Increase output token limit for EquivalenceEvaluator by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6835\n* Fix KeyNotFoundException on HttpRequestLatencyListener.OnEventWritten for uknown event sources by @​ssmelov in https://github.com/dotnet/extensions/pull/6821\n* Add project name normalization to match aspire's code generator logic by @​ViveliDuCh in https://github.com/dotnet/extensions/pull/6818\n* Disable really noisy analyzers, part 1 by @​stephentoub in https://github.com/dotnet/extensions/pull/6837\n* Fix `KeyNotFoundException` in `HttpRequestLatencyListener.OnEventWritten` by @​pentp in https://github.com/dotnet/extensions/pull/6823\n* Update global.json to use .NET 9.0.0 stable instead of RC 1 by @​Copilot in https://github.com/dotnet/extensions/pull/6846\n* Add measures and tags with mediator object to the HttpClientLatencyLogEnricher by @​rainsxng in https://github.com/dotnet/extensions/pull/6783\n* Add comprehensive .github/copilot-instructions.md for dotnet/extensions repository by @​Copilot in https://github.com/dotnet/extensions/pull/6792\n* Update to .NET 10 SDK by @​eerhardt in https://github.com/dotnet/extensions/pull/6863\n* Update Microsoft.Extensions.AI changelog files with current NuGet versions by @​Copilot in https://github.com/dotnet/extensions/pull/6849\n* Fix GenerateImagesAsync_SingleImageGeneration integration test by @​stephentoub in https://github.com/dotnet/extensions/pull/6843\n* Re-enable IDE0032 by @​stephentoub in https://github.com/dotnet/extensions/pull/6866\n* Add OpenTelemetrySpeechToTextClient and friends by @​stephentoub in https://github.com/dotnet/extensions/pull/6845\n* Update `ModelContextProtocol` version in MCP template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6870\n* Scope Ollama resilience settings to Web/Program.cs and restore ServiceDefaults by @​ViveliDuCh in https://github.com/dotnet/extensions/pull/6850\n* Update Aspire by @​Varorbc in https://github.com/dotnet/extensions/pull/6858\n* Update MCP template for new registry specification by @​Copilot in https://github.com/dotnet/extensions/pull/6796\n* Add support for `HostApplicationBuilder` in AmbientMetadata extension by @​eduherminio in https://github.com/dotnet/extensions/pull/6867\n* Fix mcpserver test baselines by @​jeffhandley in https://github.com/dotnet/extensions/pull/6874\n* Move Microsoft.Extensions.ServiceDiscovery to dotnet/extensions by @​eerhardt in https://github.com/dotnet/extensions/pull/6868\n* Add copy constructors to option types (ChatOptions, etc.) by @​stephentoub in https://github.com/dotnet/extensions/pull/6882\n* Fix ChatMessage.CreatedAt being always overwritten by the latest timestamp. by @​Copilot in https://github.com/dotnet/extensions/pull/6885\n* Small doc fixes by @​gewarren in https://github.com/dotnet/extensions/pull/6887\n* Update AI changelogs with some recent additions by @​stephentoub in https://github.com/dotnet/extensions/pull/6886\n* Fix Assistants IChatClient handling of unrelated tool calls in history by @​stephentoub in https://github.com/dotnet/extensions/pull/6891\n* Fix duplication between OpenAI Assistants pre-configured tools by @​stephentoub in https://github.com/dotnet/extensions/pull/6896\n* Update MCP Server Template to adhere to 2025-09-29 server.json schema by @​joelverhagen in https://github.com/dotnet/extensions/pull/6888\n* Remove Azure.AI.OpenAI dependency from templates and tests by @​Copilot in https://github.com/dotnet/extensions/pull/6873\n* Remove UnsafeRelaxedJsonEscaping by @​peterwald in https://github.com/dotnet/extensions/pull/6899\n* Fix bug to yield remaining buffered FCC by @​westey-m in https://github.com/dotnet/extensions/pull/6903\n* Fix serialization of [Experimental] AIContent-derived types by @​stephentoub in https://github.com/dotnet/extensions/pull/6900\n\n## New Contributors\n* @​westey-m made their first contribution in https://github.com/dotnet/extensions/pull/6745\n* @​jeffkl made their first contribution in https://github.com/dotnet/extensions/pull/6772\n* @​ViveliDuCh made their first contribution in https://github.com/dotnet/extensions/pull/6770\n* @​kelly-yinn made their first contribution in https://github.com/dotnet/extensions/pull/6694\n* @​ssmelov made their first contribution in https://github.com/dotnet/extensions/pull/6821\n* @​Varorbc made their first contribution in https://github.com/dotnet/extensions/pull/6858\n ... (truncated)\n\n## 9.9.0\n\n## Highlights\n\n### AI\n- Abstractions for **remote MCP servers**; response/approval flow support via new experimental types\n- **Function approvals** via new experimental types (e.g., `ApprovalRequiredAIFunction`, user input/approval request \u0026 response content).\n- **Reasoning text streaming** for OpenAI Responses ChatClient streaming.\n- **`AIFunction` split** into a base class to improve extensibility.\n- **`IChatReducer` moved** to `Microsoft.Extensions.AI.Abstractions`.\n- Updated to **OpenAI 2.4.0** and **genai standard convention 1.37**.\n- Coalescing logic now treats **`ChatMessage.Role` changes** as new messages.\n- **`GetResponseAsync\u003cT\u003e`** now reads only the **last** message (bug fix).\n- OpenTelemetry ChatClient/EmbeddingGenerator logs **raw additional properties** (no key mangling).\n- Fixed **empty annotated text chunk** handling in streaming with OpenAI Assistants.\n\n### Telemetry \u0026 Diagnostics\n- HTTP diagnostics log **query string params** with proper redaction (emitted on `url.query`).\n- `server.address` telemetry emits **host only** (per OpenTelemetry semantic conventions).\n- Heuristics added to detect **well-known model hosts**.\n- Resource monitoring can consider **`Environment.CpuUsage`**.\n\n## New Contributors\n* @​ykumashev made their first contribution in https://github.com/dotnet/extensions/pull/6696\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v9.8.0...v9.9.0\n\n## 9.8.0\n\n## What's Changed\n* Align EventId generation with M.E.Logging source-gen by @​xakep139 in https://github.com/dotnet/extensions/pull/6566\n* Add resiliency mechanism to CPU and memory utilization checks by @​amadeuszl in https://github.com/dotnet/extensions/pull/6528\n* Suppress flaky test until fixed by @​joelverhagen in https://github.com/dotnet/extensions/pull/6568\n* Create a project template for an MCP server by @​joelverhagen in https://github.com/dotnet/extensions/pull/6547\n* Use dnx instead of dotnet tool exec in MCP server template README by @​joelverhagen in https://github.com/dotnet/extensions/pull/6571\n* Add reporting tests that show NLP results. by @​peterwald in https://github.com/dotnet/extensions/pull/6574\n* Branding updates for 9.8.0 by @​joperezr in https://github.com/dotnet/extensions/pull/6573\n* Fix `ConfigureEvaluationTests.ps1` script when `$ConfigRoot` is not supplied by @​peterwald in https://github.com/dotnet/extensions/pull/6575\n* Refactor Resource Monitoring by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6554\n* Update McpServer template for 0.3.0-preview.2 by @​stephentoub in https://github.com/dotnet/extensions/pull/6578\n* Add container.cpu.time metric by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/5806\n* Add netstandard2.0 compatibility to Microsoft.Extensions.Diagnostics.Testing and dependencies by @​bdovaz in https://github.com/dotnet/extensions/pull/6219\n* Add netstandard2.0 compatibility to Microsoft.Extensions.Telemetry and dependencies by @​bdovaz in https://github.com/dotnet/extensions/pull/6218\n* Simplify Http.Diagnostics by @​pentp in https://github.com/dotnet/extensions/pull/6174\n* Add netstandard2.0 compatibility to Microsoft.Extensions.Http.Resilience and dependencies by @​bdovaz in https://github.com/dotnet/extensions/pull/6582\n* Ingore null loggers returned by LogProviders in ELoggerFactory by @​petrroll in https://github.com/dotnet/extensions/pull/6585\n* Merging changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/6588\n* [Logging] Fixes LogProperties and LogPropertyIgnore attributes to work if an object being logged resides in a different assembly than the logging method by @​iliar-turdushev in https://github.com/dotnet/extensions/pull/6600\n* Add memory usage metric by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6586\n* Add schema version to server.json in MCP template by @​joelverhagen in https://github.com/dotnet/extensions/pull/6606\n* Merge release/9.7 into main by @​joperezr in https://github.com/dotnet/extensions/pull/6589\n* Update MCP server template readme to show both VS Code and Visual Studio notes by @​Copilot in https://github.com/dotnet/extensions/pull/6591\n* Update Azure Open AI package referenced by eval integration tests by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6609\n* Target .NET 8 for more stable runtime requirement by @​joelverhagen in https://github.com/dotnet/extensions/pull/6617\n* Add support for new Azure AI Foundry project type for Safety evals by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6621\n* M.E.AI.AzureAIInference - Azure.AI.Inference Package Bump by @​rogerbarreto in https://github.com/dotnet/extensions/pull/6624\n* Add DataContent.Name property by @​stephentoub in https://github.com/dotnet/extensions/pull/6616\n* Fix handling of multiple responses messages by @​stephentoub in https://github.com/dotnet/extensions/pull/6627\n* Expose additional chat model conversion helpers by @​stephentoub in https://github.com/dotnet/extensions/pull/6629\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/6633\n* [Http.Resilience] The DisableFor method should try to retrieve the request object from the resilience context by @​iliar-turdushev in https://github.com/dotnet/extensions/pull/6618\n* Bump Package validation baseline version to 9.7.0 by @​Copilot in https://github.com/dotnet/extensions/pull/6650\n* Fix internal package version detection for project templates by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6651\n* Remove `Microsoft.Extensions.AI.Ollama` by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6655\n* Fix M.E.AI package refs by @​stephentoub in https://github.com/dotnet/extensions/pull/6654\n* Add [Description] to DataContent.Uri by @​stephentoub in https://github.com/dotnet/extensions/pull/6615\n* Fix duplicate solution file when creating an AI Chat Web app from VS by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6653\n* Add ChatMessage.CreatedAt by @​stephentoub in https://github.com/dotnet/extensions/pull/6657\n* Add TextContent.Annotations by @​stephentoub in https://github.com/dotnet/extensions/pull/6619\n* Add FunctionInvokingChatClient.AdditionalTools by @​stephentoub in https://github.com/dotnet/extensions/pull/6661\n* Fix unintentional test env var change by @​stephentoub in https://github.com/dotnet/extensions/pull/6660\n* Add more openai conversion helpers by @​stephentoub in https://github.com/dotnet/extensions/pull/6662\n* Add OriginalRepoCommitHash to assemblies by @​BrennanConroy in https://github.com/dotnet/extensions/pull/6667\n* Include a trivial items keyword if missing. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6669\n* Add resolution of function parameter level data annotation attributes. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6671\n* Fix issue with NetSourceIndexStage1 for dependency conflict versions by @​joperezr in https://github.com/dotnet/extensions/pull/6672\n* Expose streaming conversion utility methods by @​stephentoub in https://github.com/dotnet/extensions/pull/6636\n* Couple of fixes for MEAI.Evaluation by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6673\n* Fix one more version conflict on the docs transport package by @​joperezr in https://github.com/dotnet/extensions/pull/6675\n ... (truncated)\n\n## 9.7.2\n\n## Packages Released\n\n* [Microsoft.Extensions.AI.Templates 9.7.2-preview.3.25366.2](https://www.nuget.org/packages/Microsoft.Extensions.AI.Templates/9.7.2-preview.3.25366.2)\n\n## What's Changed\n\n* Target .NET 8 for more stable runtime requirement by @​joelverhagen in #​6617\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v9.7.1...v9.7.2\n\n## 9.7.1\n\n## Packages Released\n\n* [Microsoft.Extensions.AI 9.7.1](https://www.nuget.org/packages/Microsoft.Extensions.AI/9.7.1)\n* [Microsoft.Extensions.AI.Abstractions 9.7.1](https://www.nuget.org/packages/Microsoft.Extensions.AI.Abstractions/9.7.1)\n* [Microsoft.Extensions.AI.OpenAI 9.7.1-preview.1.25365.4](https://www.nuget.org/packages/Microsoft.Extensions.AI.OpenAI/9.7.1-preview.1.25365.4)\n* [Microsoft.Extensions.AI.AzureAIInference 9.7.1-preview.1.25365.4](https://www.nuget.org/packages/Microsoft.Extensions.AI.AzureAIInference/9.7.1-preview.1.25365.4)\n* [Microsoft.Extensions.AI.Templates 9.7.1-preview.3.25365.4](https://www.nuget.org/packages/Microsoft.Extensions.AI.Templates/9.7.1-preview.3.25365.4)\n\n## What's Changed\n\n* Merging changes from internal by @​joperezr in #​6588\n* Bump FunctionInvokingChatClient.MaximumIterationsPerRequest from 10 to 40 by @​stephentoub in #​6599\n* Expose M.E.AI.OpenAI input message conversions by @​stephentoub in #​6601\n* Add schema version to server.json in MCP template by @​joelverhagen in #​6606\n* Update MCP server template readme to show both VS Code and Visual Studio notes by @​jeffhandley in #​6591\n* Fix schema generation for Nullable\u003cT\u003e function parameters. by @​eiriktsarpalis in #​6596\n* Branding updates for 9.7.1 by @​joperezr in https://github.com/dotnet/extensions/pull/6611\n* Add DelegatingAIFunction by @​stephentoub in https://github.com/dotnet/extensions/pull/6565\n* Add FunctionInvokingChatClient.FunctionInvoker delegate by @​stephentoub in https://github.com/dotnet/extensions/pull/6564\n* Enable specifying \"strict\" for OpenAI clients via ChatOptions by @​stephentoub in https://github.com/dotnet/extensions/pull/6552\n* AIFunctionFactory: tolerate JSON string function parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6572\n* AIFunctionFactory: add test coverage for JSON comments. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6576\n* Update M.E.AI.OpenAI for latest OpenAI release by @​stephentoub in https://github.com/dotnet/extensions/pull/6577\n* Update OpenTelemetry semantic conventions version from 1.35 to 1.36 by @​Copilot in https://github.com/dotnet/extensions/pull/6579\n* AIFunctionFactory: add a flag for disabling return schema generation. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6551\n* Bump FunctionInvokingChatClient.MaximumIterationsPerRequest from 10 to 40 by @​stephentoub in https://github.com/dotnet/extensions/pull/6599\n* Expose M.E.AI.OpenAI input message conversions by @​stephentoub in https://github.com/dotnet/extensions/pull/6601\n* Fix schema generation for Nullable\u003cT\u003e function parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6596\n\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v9.7.0...v9.7.1\n\n## 9.7.0\n\n## What's Changed\n* Branding updates for 9.7 by @​joperezr in https://github.com/dotnet/extensions/pull/6495\n* Fix name of genai input/output tokens tag by @​stephentoub in https://github.com/dotnet/extensions/pull/6494\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/6503\n* Improve handling of RawRepresentation in OpenAI{Response}ChatClient by @​stephentoub in https://github.com/dotnet/extensions/pull/6500\n* Bring back AsIChatClient for OpenAI AssistantClient by @​stephentoub in https://github.com/dotnet/extensions/pull/6501\n* Add resiliency to Resource Monitoring in Linux by @​amadeuszl in https://github.com/dotnet/extensions/pull/6489\n* Merging changes from the internal fork by @​joperezr in https://github.com/dotnet/extensions/pull/6508\n* Workaround OpenAI assistant's RunCreationOption's tools override by @​stephentoub in https://github.com/dotnet/extensions/pull/6512\n* Add ChatOptions.Instructions by @​stephentoub in https://github.com/dotnet/extensions/pull/6505\n* Introduce evaluators for agentic workflows by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6514\n* Allow a CachingChatClient to control per-request caching by @​stephentoub in https://github.com/dotnet/extensions/pull/6524\n* Tweak OpenAI JSON schema transforms by @​stephentoub in https://github.com/dotnet/extensions/pull/6523\n* Merging changes from release/9.6 branch by @​joperezr in https://github.com/dotnet/extensions/pull/6516\n* Augment AIJsonUtilities.CreateJsonSchema for more types and annotations by @​stephentoub in https://github.com/dotnet/extensions/pull/6540\n* Added conversions from AIFunction to various OpenAI tools by @​KrzysztofCwalina in https://github.com/dotnet/extensions/pull/6539\n* Add SpeechToTextResponse.Usage by @​stephentoub in https://github.com/dotnet/extensions/pull/6546\n* Implement BLEU score evaluation for NLP tests by @​peterwald in https://github.com/dotnet/extensions/pull/6537\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/6553\n* #​5962 Change to early return of OS instead of throwing by @​juliankock in https://github.com/dotnet/extensions/pull/5963\n* Mark log sampling \u0026 buffering API as stable by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6534\n* Update GenAI otel impl for v1.35 by @​stephentoub in https://github.com/dotnet/extensions/pull/6557\n* Implement GLEU and F1 NLP evaluators by @​peterwald in https://github.com/dotnet/extensions/pull/6555\n* Update tokenizer algorithm to use is [..] by @​peterwald in https://github.com/dotnet/extensions/pull/6561\n* Rename some constants to match convention by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6562\n* Add DistributedCachingChatClient/EmbeddingGenerator.AdditionalCacheKeyValues by @​stephentoub in https://github.com/dotnet/extensions/pull/6558\n\n## New Contributors\n* @​KrzysztofCwalina made their first contribution in https://github.com/dotnet/extensions/pull/6539\n* @​juliankock made their first contribution in https://github.com/dotnet/extensions/pull/5963\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v9.6.0...v9.7.0\n\n## 9.6.0\n\n## What's Changed\n* Branding updates for 9.6.0 by @​joperezr in https://github.com/dotnet/extensions/pull/6399\n* Add log buffering info to README.md by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6403\n* Fix dynamic config update for log buffering by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6435\n* Remove unused select param from CreateRecordsForDocumentAsync by @​jongalloway in https://github.com/dotnet/extensions/pull/6341\n* Merge internal changes by @​joperezr in https://github.com/dotnet/extensions/pull/6437\n* Reduce per-lookup overhead from key validation in HybridCache by @​MihaZupan in https://github.com/dotnet/extensions/pull/6441\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/extensions/pull/6443\n* Merge release/9.5 into main by @​joperezr in https://github.com/dotnet/extensions/pull/6448\n* Fix up comments in eval API json files by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6452\n* Remove preview tag on Azure DevOps extension by @​peterwald in https://github.com/dotnet/extensions/pull/6456\n* Bump PackageValidation against 9.5.0 and enable for stable MEAI packages by @​joperezr in https://github.com/dotnet/extensions/pull/6458\n* Fix paramref tag by @​gewarren in https://github.com/dotnet/extensions/pull/6459\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/extensions/pull/6462\n* Add a script to diff the contents of folders that match a specific pattern across two branches by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6453\n* Remove `title` and `description` keywords from root-level schemas in AIFunctionFactory. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6465\n* Replace JSON vector store with SQLite by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6438\n* Update chat template `Microsoft.SemanticKernel` dependency to 1.53.0 by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6470\n* Update chat template external dependencies by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6471\n* Exclude provider URI from cache key computation by default by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6473\n* Make hashing stable w.r.t. indentation settings and property ordering. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6476\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/extensions/pull/6481\n* Add default value for namedArg in Microsoft.Gen.Metrics.parser by @​BowenYang666 in https://github.com/dotnet/extensions/pull/6238\n* Update OpenTelemetryChatClient to 1.34 by @​stephentoub in https://github.com/dotnet/extensions/pull/6466\n* Delete M.E.AI changelog files by @​stephentoub in https://github.com/dotnet/extensions/pull/6467\n* Add comma to remarks by @​gewarren in https://github.com/dotnet/extensions/pull/6485\n* Implement disk io metrics for linux by @​makazeu in https://github.com/dotnet/extensions/pull/6374\n* Add `AIFunction.ReturnJsonSchema` by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6447\n\n## New Contributors\n* @​MihaZupan made their first contribution in https://github.com/dotnet/extensions/pull/6441\n* @​BowenYang666 made their first contribution in https://github.com/dotnet/extensions/pull/6238\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v9.5.0...v9.6.0\n\n## 9.5.0\n\n## What's Changed\n* Add TextReasoningContent by @​stephentoub in https://github.com/dotnet/extensions/pull/6222\n* Use ErrorContent in OpenAIResponseChatClient by @​stephentoub in https://github.com/dotnet/extensions/pull/6231\n* OpenAI: Parse detail additional property by @​jozkee in https://github.com/dotnet/extensions/pull/6225\n* Branding updates for 9.5 by @​joperezr in https://github.com/dotnet/extensions/pull/6233\n* In telemetry, treat AdditionalProperties as sensitive by @​SteveSandersonMS in https://github.com/dotnet/extensions/pull/6239\n* Use SHA384 and make key more explicit by @​SteveSandersonMS in https://github.com/dotnet/extensions/pull/6237\n* Disable STJ default reflection and fix a number of failing tests. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/6241\n* Add button to report to download dataset as JSON by @​peterwald in https://github.com/dotnet/extensions/pull/6243\n* Introduce Content Safety evaluators by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6223\n* Bump vite from 6.2.4 to 6.2.5 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot in https://github.com/dotnet/extensions/pull/6249\n* Only display tags from the latest execution by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6251\n* Avoid duplicate data in downloaded report file by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6252\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/extensions/pull/6253\n* Remove use of ConfigureAwait from Microsoft.Extensions.AI.dll for AIFunction invocations by @​stephentoub in https://github.com/dotnet/extensions/pull/6250\n* Update dev-server data import to reflect runtime import quirks by @​peterwald in https://github.com/dotnet/extensions/pull/6257\n* [release/9.2] Merging internal changes by @​joperezr in https://github.com/dotnet/extensions/pull/6263\n* Merging release/9.4 changes by @​joperezr in https://github.com/dotnet/extensions/pull/6264\n* Add logging buffering by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/5635\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/extensions/pull/6270\n* Add test for optional parameters being required with RequireAllProperties by @​jozkee in https://github.com/dotnet/extensions/pull/6265\n* Add fuzzy filtering to the evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/6262\n* Updating package validation version to 9.4.0 by @​joperezr in https://github.com/dotnet/extensions/pull/6272\n* Adding reference to an unsupported built-in tool on OpenAI Chat API no longer throws by @​artl93 in https://github.com/dotnet/extensions/pull/6276\n* Update M.E.AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/6269\n* Add missing reference to M.E.AI.OpenAI in chat template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6275\n* Fix two paramref tags by @​gewarren in https://github.com/dotnet/extensions/pull/6281\n* Support response caching for safety evaluators by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6277\n* Bump vite from 6.2.5 to 6.2.6 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot in https://github.com/dotnet/extensions/pull/6287\n* Display images in conversation for report by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6286\n* Augment UseDistributedCache XML docs by @​stephentoub in https://github.com/dotnet/extensions/pull/6256\n* Update README.md with keyless auth guidance by @​jmatthiesen in https://github.com/dotnet/extensions/pull/6261\n* Augment AIFunctionFactory.Create XML docs by @​stephentoub in https://github.com/dotnet/extensions/pull/6255\n* Rename EmbeddingGeneratorExtensions.GenerateEmbedding extension methods by @​roji in https://github.com/dotnet/extensions/pull/6295\n* Augment FunctionInvokingChatClient's span with token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/6296\n* Rename ChatThreadId to ConversationId by @​SteveSandersonMS in https://github.com/dotnet/extensions/pull/6300\n* Repackage azure-devops-extensions-api to fix Azure DevOps report plugin by @​peterwald in https://github.com/dotnet/extensions/pull/6299\n* Fix build error by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6301\n* Add note on extending timeout for Ollama client by @​jongalloway in https://github.com/dotnet/extensions/pull/6258\n* Improve CPU metrics calculations for CgroupV2 by @​nivebb8 in https://github.com/dotnet/extensions/pull/6289\n* Restore deleted members as obsolete by @​jeffhandley in https://github.com/dotnet/extensions/pull/6304\n* move to AwesomeAssertions by @​danmoseley in https://github.com/dotnet/extensions/pull/6308\n* Update chat template dependencies, fix OpenAI/Aspire config, and address build warnings by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6280\n* Support [FromKeyedServices] in AIFunctionFactory by @​stephentoub in https://github.com/dotnet/extensions/pull/6310\n* Introduce Context property on EvaluationMetric by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6316\n* Utilize IServiceProviderIsService in AIFunctionFactory by @​stephentoub in https://github.com/dotnet/extensions/pull/6317\n* Fix Process Metric calculation in CgroupsV2 by @​nivebb8 in https://github.com/dotnet/extensions/pull/6321\n* Remove the abstraction for token counting from the main evaluation API by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6320\n* Remove AsChatClient/AsEmbeddingGenerator APIs by @​jeffhandley in https://github.com/dotnet/extensions/pull/6327\n* Add ChatOptions.AllowMultipleToolCalls by @​SteveSandersonMS in https://github.com/dotnet/extensions/pull/6326\n ... (truncated)\n\n## 9.4.0\n\n## What's Changed\n* Fix various build failures by @​RussKie in https://github.com/dotnet/extensions/pull/6039\n* Proposal for tweaks to IChatClient contract by @​stephentoub in https://github.com/dotnet/extensions/pull/5998\n* Onboard dotnet/issue-labeler workflows for automated area labels by @​jeffhandley in https://github.com/dotnet/extensions/pull/6047\n* Only predict area labels for PRs into main and dev by @​jeffhandley in https://github.com/dotnet/extensions/pull/6049\n* Upgrade workflows to issue-labeler v1.0.1 by @​jeffhandley in https://github.com/dotnet/extensions/pull/6050\n* Fix evaluation report generation by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6061\n* Automatically add 'untriaged' label to new issues without milestones by @​jeffhandley in https://github.com/dotnet/extensions/pull/6060\n* Address M.E.VectorData feedback for IEmbeddingGenerator by @​stephentoub in https://github.com/dotnet/extensions/pull/6058\n* Fix grouping of ChatResponseUpdate into ChatMessage by @​SteveSandersonMS in https://github.com/dotnet/extensions/pull/6074\n* Fix handling of empty messages in AzureAIInferenceChatClient by @​stephentoub in https://github.com/dotnet/extensions/pull/6072\n* Update OpenTelemetryChatClient/EmbeddingGenerator to v1.31 of genai standard convention by @​stephentoub in https://github.com/dotnet/extensions/pull/6073\n* Merging internal changes by @​joperezr in https://github.com/dotnet/extensions/pull/6081\n* Merging release/9.3 branch into main by @​joperezr in https://github.com/dotnet/extensions/pull/6082\n* Update ordering in CODEOWNERS by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6085\n* Bump Package Validation by @​joperezr in https://github.com/dotnet/extensions/pull/6084\n* Add types from AIJsonUtilities.JsonContext to reporting JsonContext by @​peterwald in https://github.com/dotnet/extensions/pull/6078\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/extensions/pull/6097\n* Introduce Reason property on EvaluationMetric by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6087\n* [AI Evaluation] Add versioning to reporting and caching by @​peterwald in https://github.com/dotnet/extensions/pull/6070\n* Add assignments for @​dotnet/dotnet-extensions-ai-templates by @​RussKie in https://github.com/dotnet/extensions/pull/6105\n* Test templates by @​RussKie in https://github.com/dotnet/extensions/pull/6086\n* Add favicon for AiChatWeb template by @​makazeu in https://github.com/dotnet/extensions/pull/6104\n* Move manual dependencies in correct group to reduce conflicts by @​RussKie in https://github.com/dotnet/extensions/pull/6108\n* Memory usage in CG Slice path could be 0 by @​makazeu in https://github.com/dotnet/extensions/pull/6110\n* Add an option to log unsupported route  by @​amadeuszl in https://github.com/dotnet/extensions/pull/6077\n* Fix tree expansion in evaluation report by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/6107\n* Use just-built packages in the AI chat template by default by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6096\n* Avoid multiple enumerations of messages in FunctionInvokingChatClient by @​stephentoub in https://github.com/dotnet/extensions/pull/6119\n* Add AsChatClient for OpenAIResponseClient by @​stephentoub in https://github.com/dotnet/extensions/pull/6103\n* [AI extensions] Add jsonSchemaIsStrict option to OpenAI options mapping by @​danielwinkler in https://github.com/dotnet/extensions/pull/6064\n* pin actions by @​danmoseley in https://github.com/dotnet/extensions/pull/6123\n* Expose failed Verify asserts as CI artifacts by @​RussKie in https://github.com/dotnet/extensions/pull/6129\n* Create a directory for the AIChatWeb template if name is specified by @​makazeu in https://github.com/dotnet/extensions/pull/6122\n* Add AIJsonSchemaCreateOptions.IncludeParameter filter by @​stephentoub in https://github.com/dotnet/extensions/pull/6125\n* Update html-reporting package dependencies by @​peterwald in https://github.com/dotnet/extensions/pull/6115\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/extensions/pull/6131\n* Fix AIFunctionFactory functions to fail for missing required parameters by @​stephentoub in https://github.com/dotnet/extensions/pull/6135\n* Update changelogs for M.E.AI by @​stephentoub in https://github.com/dotnet/extensions/pull/6079\n* Fix chat template test version scrubbing by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/6140\n* [Telemetry, Logging] Emit {OriginalFormat} as the last property of the log record by @​iliar-turdushev in https://github.com/dotnet/extensions/pull/6111\n* HybridCache: richer detection for field-only types (ref STJ) by @​mgravell in https://github.com/dotnet/extensions/pull/6118\n* [Http Resilience] Update instructions how to fix a compatibility issue with App Insights by @​iliar-turdushev in https://github.com/dotnet/extensions/pull/6147\n* Fix indentation in chat template readme by @​SteveSandersonMS in https://github.com/dotnet/extensions/pull/6134\n* In chat template, display preformatted/code snippet outputs sensibly by @​SteveSandersonMS in https://github.com/dotnet/extensions/pull/6137\n* Use only a single TFM for M.E.AI.Eval.Reporting.Console by @​peterwald in https://github.com/dotnet/extensions/pull/6148\n* Update algorithm spelling in /// by @​gewarren in https://github.com/dotnet/extensions/pull/6149\n* Fix to show AI template config options in VS Code - Update framework symbol casing in chat template by @​timheuer in https://github.com/dotnet/extensions/pull/6117\n* Extend M.E.AI.Evaluation.Console to support Azure Storage options by @​peterwald in https://github.com/dotnet/extensions/pull/6152\n* Add license info to the Azure DevOps package by @​peterwald in https://github.com/dotnet/extensions/pull/6160\n ... (truncated)\n\n## 9.3.0\n\n## What's Changed\n* Move ResourceUtilizationInstruments to Shared project by @​amadeuszl in https://github.com/dotnet/extensions/pull/5844\n* Remove Tailwind and NPM dependency from chat template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/5846\n* Branding updates for 9.3 by @​joperezr in https://github.com/dotnet/extensions/pull/5847\n* Use an environment variable for configuring Ollama integration tests by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/5851\n* Use unsafe relaxed escaping in `AIJsonUtilities.DefaultOptions`. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/5850\n* Move AIFunction parameter schematization from parameter level to function level. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/5826\n* Fix IChatClient integration tests after relaxed JSON update by @​stephentoub in https://github.com/dotnet/extensions/pull/5859\n* Automate chat template JS dependency updates by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/5853\n* Address M.E.AI API feedback by @​stephentoub in https://github.com/dotnet/extensions/pull/5860\n* Add AsChatClient for OpenAI's AssistantClient by @​stephentoub in https://github.com/dotnet/extensions/pull/5852\n* Some docs fixes by @​gewarren in https://github.com/dotnet/extensions/pull/5861\n* AI Templates - Fixes for Ollama and OpenAI scenarios by @​jmatthiesen in https://github.com/dotnet/extensions/pull/5855\n* Update CODEOWNERS in preparation for upcoming MEAI.Evaluation libraries by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/5872\n* Update to {Azure.AI.}OpenAI 2.2.0-beta.1 by @​stephentoub in https://github.com/dotnet/extensions/pull/5869\n* Rename IChatClient members and corresponding types by @​stephentoub in https://github.com/dotnet/extensions/pull/5870\n* Fix up a few more stale references to Complete{Streaming}Async (mainly tests) by @​stephentoub in https://github.com/dotnet/extensions/pull/5876\n* Update test app for OpenAI NativeAOT support by @​stephentoub in https://github.com/dotnet/extensions/pull/5877\n* Make IEmbeddingGenerator contravariant on TInput by @​stephentoub in https://github.com/dotnet/extensions/pull/5879\n* Fix a few more straggler \"Complete\" references by @​stephentoub in https://github.com/dotnet/extensions/pull/5881\n* Add .npmrc file by @​wtgodbe in https://github.com/dotnet/extensions/pull/5878\n* Merge internal changes by @​RussKie in https://github.com/dotnet/extensions/pull/5883\n* Enable API compat validation by @​RussKie in https://github.com/dotnet/extensions/pull/5871\n* Generalise how package version isn't stabilized for dev/preview stages by @​RussKie in https://github.com/dotnet/extensions/pull/5864\n* Use UseZeroToOneRangeForMetrics in Health Checks by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/5849\n* Add service lifetime support to DI helpers. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/5880\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro in https://github.com/dotnet/extensions/pull/5890\n* Add MEAI.Evaluation libraries by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/5873\n* Remove the `ref int` parameter from `ChatConversationEvaluator.CanRenderAsync()`  by @​peterwald in https://github.com/dotnet/extensions/pull/5896\n* Replace `AIFunctionParameterMetadata` with `MethodInfo` by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/5886\n* Fix propagation of ChatThreadId in ToChatResponse{Async} by @​stephentoub in https://github.com/dotnet/extensions/pull/5899\n* Couple of minor changes around doc comments by @​shyamnamboodiripad in https://github.com/dotnet/extensions/pull/5902\n* Build evaluation report in CI and when enabled by @​peterwald in https://github.com/dotnet/extensions/pull/5903\n* Rename AIFunctionFactoryOptions and make all properties nullable. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/5906\n* Update Azure.AI.Inference to 1.0.0-beta.3 by @​stephentoub in https://github.com/dotnet/extensions/pull/5904\n* Add marker AITool for enabling code interpreters by @​stephentoub in https://github.com/dotnet/extensions/pull/5898\n* Fix analyzer reference in AuditReports package by @​dariusclay in https://github.com/dotnet/extensions/pull/5894\n* Pre-Build TypeScript packages before CI builds by @​peterwald in https://github.com/dotnet/extensions/pull/5907\n* Reset code coverage baselines by @​stephentoub in https://github.com/dotnet/extensions/pull/5912\n* Update CHANGELOGs for next release by @​stephentoub in https://github.com/dotnet/extensions/pull/5911\n* Use Environment.WorkingSet in WindowsSnapshotProvider by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/5874\n* Tweak a comment in FunctionInvokingChatClient by @​stephentoub in https://github.com/dotnet/extensions/pull/5910\n* Remove unnecessary compilations causing duplicate metric generators by @​dariusclay in https://github.com/dotnet/extensions/pull/5916\n* Update baseline by @​RussKie in https://github.com/dotnet/extensions/pull/5918\n* Make MetadataExtractor \u0026 MetricsReports in Microsoft.Extensions.AuditReports create directories [Same as ComplianceReport] by @​IbrahimMNada in https://github.com/dotnet/extensions/pull/5919\n* Update template to newest M.E.AI version by @​stephentoub in https://github.com/dotnet/extensions/pull/5923\n* Introduce type converter for DataClassification by @​dariusclay in https://github.com/dotnet/extensions/pull/5887\n* Reinstate caching in schema generation by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/5908\n* Add GetRequiredService extension for IChatClient/EmbeddingGenerator by @​stephentoub in https://github.com/dotnet/extensions/pull/5930\n* Update M.E.AI READMEs by @​stephentoub in https://github.com/dotnet/extensions/pull/5925\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/commits/v10.3.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=9.2.1\u0026new-version=10.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dwight000/session-sight/pull/170","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dwight000%2Fsession-sight/issues/170","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/170/packages"}},{"old_version":"10.1.0","new_version":"10.3.0","update_type":"minor","path":null,"pr_created_at":"2026-03-01T02:30:26.000Z","version_change":"10.1.0 → 10.3.0","issue":{"uuid":"4006021512","node_id":"PR_kwDORbeZ-M7HEUSb","number":12,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.1.0 to 10.3.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-04-02T03:12:03.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-01T02:30:26.000Z","updated_at":"2026-04-02T03:12:11.000Z","time_to_close":2767297,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.1.0","new_version":"10.3.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.1.0 to 10.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.1...v10.3.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.1.0\u0026new-version=10.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/codywilliamson/shockstack/pull/12","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/codywilliamson%2Fshockstack/issues/12","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/12/packages"}},{"old_version":"10.2.0","new_version":"10.3.0","update_type":"minor","path":null,"pr_created_at":"2026-02-24T09:57:57.000Z","version_change":"10.2.0 → 10.3.0","issue":{"uuid":"3982662755","node_id":"PR_kwDOQw6aLc7F4K5f","number":30,"state":"open","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.2.0 to 10.3.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-24T09:57:57.000Z","updated_at":"2026-02-24T09:58:43.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.2.0","new_version":"10.3.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.2.0 to 10.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.2.0...v10.3.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.2.0\u0026new-version=10.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MarkMenchavez/Playground/pull/30","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarkMenchavez%2FPlayground/issues/30","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/30/packages"}},{"old_version":"10.0.0","new_version":"10.3.0","update_type":"minor","path":null,"pr_created_at":"2026-02-16T14:33:06.000Z","version_change":"10.0.0 → 10.3.0","issue":{"uuid":"3948063772","node_id":"PR_kwDOOf0fxc7EHU_B","number":341,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.0.0 to 10.3.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-02-16T14:33:26.000Z","author_association":null,"state_reason":null,"created_at":"2026-02-16T14:33:06.000Z","updated_at":"2026-02-16T14:33:27.000Z","time_to_close":20,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.0.0","new_version":"10.3.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.0.0 to 10.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.0.0...v10.3.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet-presentations/ai-workshop/pull/341","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-presentations%2Fai-workshop/issues/341","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/341/packages"}},{"old_version":"10.0.0","new_version":"10.3.0","update_type":"minor","path":null,"pr_created_at":"2026-02-16T08:20:23.000Z","version_change":"10.0.0 → 10.3.0","issue":{"uuid":"3946495122","node_id":"PR_kwDOMFaRss7ECH1w","number":893,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.0.0 to 10.3.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-16T04:12:16.000Z","author_association":null,"state_reason":null,"created_at":"2026-02-16T08:20:23.000Z","updated_at":"2026-03-16T04:12:17.000Z","time_to_close":2404313,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.0.0","new_version":"10.3.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.0.0 to 10.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.0.0...v10.3.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet-presentations/dotnet-aspire-workshop/pull/893","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-presentations%2Fdotnet-aspire-workshop/issues/893","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/893/packages"}},{"old_version":"10.0.0","new_version":"10.3.0","update_type":"minor","path":null,"pr_created_at":"2026-02-16T08:18:29.000Z","version_change":"10.0.0 → 10.3.0","issue":{"uuid":"3946488233","node_id":"PR_kwDOMFaRss7ECGZy","number":863,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.0.0 to 10.3.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-02-16T08:18:43.000Z","author_association":null,"state_reason":null,"created_at":"2026-02-16T08:18:29.000Z","updated_at":"2026-02-16T08:18:45.000Z","time_to_close":14,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.0.0","new_version":"10.3.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.0.0 to 10.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.3.0\n\n## What's Changed\n* Bump version to 10.3.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7197\n* Fix race condition in UnreliableL2Tests.WriteFailureInvisible by @​Copilot in https://github.com/dotnet/extensions/pull/7075\n* Set Microsoft.McpServer.ProjectTemplates version to align with MCP packages by @​jeffhandley in https://github.com/dotnet/extensions/pull/7170\n* ToChatResponse: Merge AdditionalProperties into ChatMessage instead of ChatResponse by @​Copilot in https://github.com/dotnet/extensions/pull/7194\n* Fix NRT resolution for AIFunction parameters. by @​eiriktsarpalis in https://github.com/dotnet/extensions/pull/7200\n* Bump mdast-util-to-hast from 13.2.0 to 13.2.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7198\n* Add .npmrc next to package.json and add lockfile for PublishAIEvaluationReport by @​akoeplinger in https://github.com/dotnet/extensions/pull/7108\n* Bump qs from 6.14.0 to 6.14.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7189\n* Bump js-yaml from 4.1.0 to 4.1.1 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7054\n* Bump validator from 13.15.20 to 13.15.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7103\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7206\n* Merge changes from internal after 10.2 release by @​joperezr in https://github.com/dotnet/extensions/pull/7205\n* Merge changes from release/10.2 to main by @​joperezr in https://github.com/dotnet/extensions/pull/7209\n* Categorize MEAI001 experimental APIs by @​Copilot in https://github.com/dotnet/extensions/pull/7116\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7212\n* Update Package Validation Baseline to 10.2.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7208\n* Enable package validation for M.E.AmbientMetadata.Build by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7213\n* [5752] FakeLogCollector waiting capabilities by @​Demo30 in https://github.com/dotnet/extensions/pull/6228\n* Set network isolation policy for extensions-ci by @​wtgodbe in https://github.com/dotnet/extensions/pull/7221\n* Fix FunctionInvokingChatClient invoke_agent span detection with exact match or space delimiter by @​Copilot in https://github.com/dotnet/extensions/pull/7224\n* Add Ordinal into ordering by @​cincuranet in https://github.com/dotnet/extensions/pull/7225\n* Remove AIFunctionDeclaration tools on last iteration in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7207\n* Remove unnecessary description tags by @​gewarren in https://github.com/dotnet/extensions/pull/7226\n* Fix FunctionInvokingChatClient to respect ChatOptions.Tools modifications by function tools by @​Copilot in https://github.com/dotnet/extensions/pull/7218\n* Add LoadFromAsync and SaveToAsync helper methods to DataContent by @​Copilot in https://github.com/dotnet/extensions/pull/7159\n* Bump lodash from 4.17.21 to 4.17.23 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7227\n* Add logging to FunctionInvokingChatClient for approval flow, error handling, and loop control by @​Copilot in https://github.com/dotnet/extensions/pull/7228\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7230\n* Allow FunctionResultContent pass-through when CallId matches by @​Copilot in https://github.com/dotnet/extensions/pull/7229\n* Propagate CachedInputTokenCount in OpenTelemetry telemetry by @​Copilot in https://github.com/dotnet/extensions/pull/7234\n* Add InvocationRequired property to FunctionCallContent by @​Copilot in https://github.com/dotnet/extensions/pull/7126\n* Escape the JSON data before embedding in Evaluation reports by @​peterwald in https://github.com/dotnet/extensions/pull/7238\n* Update mcpserver template to ModelContextProtocol 0.7.0-preview.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7236\n* Update aiagent-webapi template to Agent Framework 1.0.0-preview.260127.1 by @​Copilot in https://github.com/dotnet/extensions/pull/7237\n* Fix token metric unit to use UCUM format {token} by @​stephentoub in https://github.com/dotnet/extensions/pull/7241\n* Add server tool call support to OpenTelemetryChatClient per semantic conventions by @​Copilot in https://github.com/dotnet/extensions/pull/7240\n* Preserve extra JSON schema properties in ToolJson serialization by @​Copilot in https://github.com/dotnet/extensions/pull/7250\n* Bring new cpu.requests formula from Kubernetes by @​amadeuszl in https://github.com/dotnet/extensions/pull/7239\n* Update M.E.AI changelogs with recent changes by @​stephentoub in https://github.com/dotnet/extensions/pull/7242\n* Fix DataUriParser to default to text/plain;charset=US-ASCII per RFC 2397 by @​Copilot in https://github.com/dotnet/extensions/pull/7247\n* Fix deadlock in ServiceEndpointWatcher when disposing change token registration by @​ReubenBond in https://github.com/dotnet/extensions/pull/7255\n* Rename FunctionCallContent.InvocationRequired to InformationalOnly with inverted polarity by @​Copilot in https://github.com/dotnet/extensions/pull/7262\n* Fix approval request/response correlation in FunctionInvokingChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7261\n* Add ReasoningOptions to ChatOptions by @​Copilot in https://github.com/dotnet/extensions/pull/7252\n\n## New Contributors\n* @​cincuranet made their first contribution in https://github.com/dotnet/extensions/pull/7225\n* @​ReubenBond made their first contribution in https://github.com/dotnet/extensions/pull/7255\n\n ... (truncated)\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\n## 10.1.0\n\n## What's Changed\n* [MEDI] start producing NuGet packages by @​adamsitnik in https://github.com/dotnet/extensions/pull/7016\n* Deprecate AddServiceLogEnricher method with its overloads, introduce replacements by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6529\n* Update version numbers in AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7008\n* HttpDependencyMetadataResolver class for the custom downstream dependency metadata resolution by @​rainsxng in https://github.com/dotnet/extensions/pull/6880\n* [MEDI] Don't stop document processing on enricher error by @​adamsitnik in https://github.com/dotnet/extensions/pull/7005\n* [MEDI] add PackageTags by @​adamsitnik in https://github.com/dotnet/extensions/pull/7022\n* Add a new Microsoft.Agents.AI.Templates package with an aiagent-webapi project template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7014\n* Add MarkItDownMcpReader for MCP server support by @​Copilot in https://github.com/dotnet/extensions/pull/7025\n* Image generation tool by @​ericstj in https://github.com/dotnet/extensions/pull/6749\n* Make MEAI packages use 10.0 runtime packages by @​ericstj in https://github.com/dotnet/extensions/pull/7028\n* When using latest .NET packages, force System.Numerics.Tensors to 10.0 (for MEAI) by @​jeffhandley in https://github.com/dotnet/extensions/pull/7031\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7032\n* Use DataContent from Microsoft.Extensions.AI for data URI generation by @​Copilot in https://github.com/dotnet/extensions/pull/7027\n* Add AmbientMetadata.Build component by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/6623\n* Introduce SectionChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7015\n* Use `Microsoft.Extensions.DataIngestion` in AI Chat Web template by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7023\n* Add Agent Framework DevUI into the aiagent-webapi template by @​jeffhandley in https://github.com/dotnet/extensions/pull/7026\n* Adjust cgroupv2 drive format check for .NET 10 and higher by @​KeterSCP in https://github.com/dotnet/extensions/pull/6877\n* Replace custom IAsyncEnumerable extensions with System.Linq.AsyncEnumerable by @​Copilot in https://github.com/dotnet/extensions/pull/7039\n* Add Image Detail support for Image DataContent to OpenAIResponsesChatClient. by @​rogerbarreto in https://github.com/dotnet/extensions/pull/7042\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7043\n* Update to OpenAI 2.7.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7044\n* Merge changes from internal by @​joperezr in https://github.com/dotnet/extensions/pull/7038\n* Merge rel10 by @​joperezr in https://github.com/dotnet/extensions/pull/7047\n* Disable AzDO dependabot by @​mmitche in https://github.com/dotnet/extensions/pull/7045\n* Bump version to 10.1.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7018\n* Update AI Chat Web template to Aspire 13.0.0 by @​Copilot in https://github.com/dotnet/extensions/pull/7036\n* Fix flaky SetupSequence tests by @​amadeuszl in https://github.com/dotnet/extensions/pull/7051\n* Update AI changelogs by @​stephentoub in https://github.com/dotnet/extensions/pull/7037\n* Update project template dependencies by @​jeffhandley in https://github.com/dotnet/extensions/pull/7064\n* Reset Microsoft.Agents.AI.ProjectTemplates versioning by @​jeffhandley in https://github.com/dotnet/extensions/pull/7034\n* Fix operator precedence bug in ValidateSchemaDocument causing rejection of valid boolean schemas by @​Copilot in https://github.com/dotnet/extensions/pull/7066\n* Use JsonElement.Parse for JsonElement conversions in AI libraries by @​Copilot in https://github.com/dotnet/extensions/pull/7067\n* .NET: Change type of ContinuationToken properties by @​SergeyMenshykh in https://github.com/dotnet/extensions/pull/7050\n* Fix OpenAIEmbeddingGenerator to handle missing usage data by @​stephentoub in https://github.com/dotnet/extensions/pull/7074\n* Add AIJsonSchemaCreateOptions.ParameterDescriptions by @​stephentoub in https://github.com/dotnet/extensions/pull/7068\n* Improve FunctionInvokingChatClient's awareness of agents by @​stephentoub in https://github.com/dotnet/extensions/pull/7030\n* Add Kubernetes based Resource Monitoring by @​amadeuszl in https://github.com/dotnet/extensions/pull/6748\n* Ensure all ResponseItems are yielded in AIContent by @​crickman in https://github.com/dotnet/extensions/pull/7063\n* Add CHANGELOG.md files for Microsoft.Extensions.DataIngestion* projects by @​Copilot in https://github.com/dotnet/extensions/pull/7072\n* Assign authors only on PR creation by @​sebastienros in https://github.com/dotnet/extensions/pull/7083\n* Update to .NET 10 GA release by @​Copilot in https://github.com/dotnet/extensions/pull/7078\n* Fix package references from M.E.AI packages by @​stephentoub in https://github.com/dotnet/extensions/pull/7076\n* Workaround OpenAI bug with streaming error events by @​stephentoub in https://github.com/dotnet/extensions/pull/7085\n* Update AI changelogs for 10.0.1 release by @​stephentoub in https://github.com/dotnet/extensions/pull/7086\n* Add metering for baseline resource quotas by @​amadeuszl in https://github.com/dotnet/extensions/pull/7080\n* Update Microsoft.VisualStudio.Threading.Analyzers to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7091\n* Update SonarAnalyzer.CSharp to latest by @​stephentoub in https://github.com/dotnet/extensions/pull/7092\n* Remove Microsoft.Extensions.AI.AzureAIInference by @​stephentoub in https://github.com/dotnet/extensions/pull/7096\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.0.0...v10.3.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/dotnet-presentations/dotnet-aspire-workshop/pull/863","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotnet-presentations%2Fdotnet-aspire-workshop/issues/863","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/863/packages"}},{"old_version":"10.1.0","new_version":"10.2.0","update_type":"minor","path":null,"pr_created_at":"2026-02-02T13:30:41.000Z","version_change":"10.1.0 → 10.2.0","issue":{"uuid":"3885948333","node_id":"PR_kwDOO64X3M7A6kBE","number":40,"state":"closed","title":"Bump Microsoft.Extensions.ServiceDiscovery from 10.1.0 to 10.2.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-04T10:10:37.000Z","author_association":null,"state_reason":null,"created_at":"2026-02-02T13:30:41.000Z","updated_at":"2026-03-04T10:10:37.000Z","time_to_close":2579996,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.1.0","new_version":"10.2.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.1.0 to 10.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.1...v10.2.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.1.0\u0026new-version=10.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/henrikhimself/DotNet-ReverseProxy/pull/40","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/henrikhimself%2FDotNet-ReverseProxy/issues/40","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/40/packages"}},{"old_version":"10.1.0","new_version":"10.2.0","update_type":"minor","path":null,"pr_created_at":"2026-02-02T03:48:18.000Z","version_change":"10.1.0 → 10.2.0","issue":{"uuid":"3883797461","node_id":"PR_kwDOO86n1s7AzcE6","number":50,"state":"open","title":"chore: Bump Microsoft.Extensions.ServiceDiscovery from 10.1.0 to 10.2.0","user":"dependabot[bot]","labels":[],"assignees":["philcarbone"],"locked":false,"comments_count":4,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-02T03:48:18.000Z","updated_at":"2026-02-03T00:13:35.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"Microsoft.Extensions.ServiceDiscovery","old_version":"10.1.0","new_version":"10.2.0","repository_url":"https://github.com/dotnet/extensions"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Microsoft.Extensions.ServiceDiscovery](https://github.com/dotnet/extensions) from 10.1.0 to 10.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Microsoft.Extensions.ServiceDiscovery's releases](https://github.com/dotnet/extensions/releases)._\n\n## 10.2.0\n\n## What's Changed\n* Bump version to 10.2.0 for next development cycle by @​Copilot in https://github.com/dotnet/extensions/pull/7105\n* Add unit parameter to metric source generator by @​mariamgerges in https://github.com/dotnet/extensions/pull/7099\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7111\n* Fix expected conversation length in `SummarizingChatReducer` integration tests by @​MackinnonBuck in https://github.com/dotnet/extensions/pull/7119\n* Fix build status badge in README.md by @​akoeplinger in https://github.com/dotnet/extensions/pull/7118\n* Update AI changelogs for 10.1.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7123\n* Merging internal changes into release/10.1 branch by @​joperezr in https://github.com/dotnet/extensions/pull/7127\n* Bump glob from 11.0.1 to 11.1.0 in /src/Libraries/Microsoft.Extensions.AI.Evaluation.Reporting/TypeScript by @​dependabot[bot] in https://github.com/dotnet/extensions/pull/7052\n* Fix markdown parser crash on inline HTML elements by @​Copilot in https://github.com/dotnet/extensions/pull/7131\n* Fix IndexOutOfRangeException when parsing markdown tables without trailing pipes by @​Copilot in https://github.com/dotnet/extensions/pull/7133\n* Merging changes from release/10.1 into main by @​joperezr in https://github.com/dotnet/extensions/pull/7128\n* Remove nuget.exe by @​ericstj in https://github.com/dotnet/extensions/pull/7138\n* Augment UsageDetails with cached / reasoning token counts by @​stephentoub in https://github.com/dotnet/extensions/pull/7122\n* Expose ctors for setting AdditionalProperties on Hosted tools by @​stephentoub in https://github.com/dotnet/extensions/pull/7120\n* Update to OpenAI 2.8.0 by @​stephentoub in https://github.com/dotnet/extensions/pull/7136\n* Add DocumentTokenChunker by @​KrystofS in https://github.com/dotnet/extensions/pull/7093\n* Skip tests by default in internal rolling builds by @​Copilot in https://github.com/dotnet/extensions/pull/7151\n* Fix FunctionApprovalResponseContent to message mapping  by @​PederHP in https://github.com/dotnet/extensions/pull/7152\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7155\n* Add support for custom headers in HostedMcpServerTool by @​echapmanFromBunnings in https://github.com/dotnet/extensions/pull/7053\n* AmbientMetadata.Build - release to GA by @​evgenyfedorov2 in https://github.com/dotnet/extensions/pull/7161\n* Overhaul project template builds and testing by @​jeffhandley in https://github.com/dotnet/extensions/pull/7113\n* Update Microsoft.Agents.AI.ProjectTemplates to latest Agent Framework by @​jeffhandley in https://github.com/dotnet/extensions/pull/7167\n* Introduce local vs. remote mcpserver template option by @​jeffhandley in https://github.com/dotnet/extensions/pull/7168\n* Fix rolling build pipeline by @​jeffhandley in https://github.com/dotnet/extensions/pull/7171\n* Add Reason property to FunctionApprovalResponseContent for custom rejection messages by @​Copilot in https://github.com/dotnet/extensions/pull/7140\n* [main] Update dependencies from dotnet/arcade by @​dotnet-maestro[bot] in https://github.com/dotnet/extensions/pull/7180\n* Fix ToChatResponse to use first appropriate CreatedAt instead of last by @​Copilot in https://github.com/dotnet/extensions/pull/7193\n* Add support for InputImageUrl via reflection in OpenAIResponsesChatClient by @​Copilot in https://github.com/dotnet/extensions/pull/7195\n\n## New Contributors\n* @​mariamgerges made their first contribution in https://github.com/dotnet/extensions/pull/7099\n* @​akoeplinger made their first contribution in https://github.com/dotnet/extensions/pull/7118\n* @​PederHP made their first contribution in https://github.com/dotnet/extensions/pull/7152\n* @​echapmanFromBunnings made their first contribution in https://github.com/dotnet/extensions/pull/7053\n\n**Full Changelog**: https://github.com/dotnet/extensions/compare/v10.1...v10.2.0\n\nCommits viewable in [compare view](https://github.com/dotnet/extensions/compare/v10.1...v10.2.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Extensions.ServiceDiscovery\u0026package-manager=nuget\u0026previous-version=10.1.0\u0026new-version=10.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/whizbang-lib/whizbang/pull/50","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/whizbang-lib%2Fwhizbang/issues/50","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/50/packages"}}]}