Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 29, 2025

Updated Microsoft.Extensions.Configuration from 9.0.5 to 9.0.10.

Release notes

Sourced from Microsoft.Extensions.Configuration's releases.

9.0.10

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.9...v9.0.10

9.0.9

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.8...v9.0.9

9.0.8

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.7...v9.0.8

9.0.7

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.6...v9.0.7

9.0.6

Bug Fixes

  • Read messages from binlog if process output is missing build finished message (#​114676)
    Improves reliability of the WebAssembly build process by reading messages from the binlog when the process output does not contain the expected build finished message, preventing build failures in certain scenarios.

  • Fix debugger app hangs related to thread exit (#​114917)
    Resolves an issue where applications could hang during debugging when threads exit, ensuring smoother debugging experiences and preventing deadlocks.

  • [Mono] Workaround MSVC miscompiling sgen_clz (#​114903)
    Addresses a compiler miscompilation issue in MSVC affecting the Mono garbage collector, improving runtime stability and correctness on affected platforms.

  • Do not set the salt or info if they are NULL for OpenSSL HKDF (#​114877)
    Fixes a cryptographic issue by ensuring that the salt or info parameters are not set when they are NULL in OpenSSL HKDF, preventing potential errors or unexpected behavior in key derivation.

  • [Test Only] Fix Idn tests (#​115032)
    Corrects issues in Internationalized Domain Name (Idn) tests, ensuring accurate and reliable test results for domain name handling.

  • JIT: revised fix for fp division issue in profile synthesis (#​115026)
    Provides a more robust fix for floating-point division issues in JIT profile synthesis, improving numerical accuracy and preventing incorrect calculations.

  • Handle OSSL 3.4 change to SAN:othername formatting (#​115361)
    Updates certificate handling to accommodate changes in Subject Alternative Name (SAN) formatting introduced in OpenSSL 3.4, ensuring compatibility and correct parsing of certificates.

  • [Mono] Fix c11 ARM64 atomics to issue full memory barrier (#​115635)
    Fixes atomic operations on ARM64 in Mono to issue a full memory barrier, ensuring correct synchronization and preventing subtle concurrency bugs.

Performance Improvements

  • [WinHTTP] Certificate caching on WinHttpHandler to eliminate extra call to Custom Certificate Validation (#​114678)
    Improves HTTP performance by caching certificates in WinHttpHandler, reducing redundant calls to custom certificate validation and speeding up secure connections.

  • Improve distribute_free_regions (#​115167)
    Optimizes memory management by enhancing the algorithm for distributing free memory regions, leading to better memory utilization and potentially improved application performance.

Technical Improvements

  • Strip trailing slash from source dir for cmake4 (#​114905)
    Refines build scripts by removing trailing slashes from source directories when using CMake 4, preventing potential build path issues and improving build reliability.

  • Don't expose TrustedCertificatesDirectory() and StartNewTlsSessionContext() to NetFx (#​114995)
    Restricts certain internal APIs from being exposed to .NET Framework, reducing surface area and preventing unintended usage.

  • Add support for more libicu versions (#​115376)
    Expands compatibility by supporting additional versions of the International Components for Unicode (ICU) library, enhancing globalization features across more environments.

Infrastructure

  • Run outerloop pipeline only for release branches, not staging/preview (#​115011)
    Optimizes CI/CD resources by limiting the outerloop pipeline to run only on release branches, reducing unnecessary test runs and speeding up development workflows.

... (truncated)

Commits viewable in compare view.

Updated Microsoft.Extensions.Configuration.UserSecrets from 9.0.5 to 9.0.10.

Release notes

Sourced from Microsoft.Extensions.Configuration.UserSecrets's releases.

9.0.10

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.9...v9.0.10

9.0.9

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.8...v9.0.9

9.0.8

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.7...v9.0.8

9.0.7

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.6...v9.0.7

9.0.6

Bug Fixes

  • Read messages from binlog if process output is missing build finished message (#​114676)
    Improves reliability of the WebAssembly build process by reading messages from the binlog when the process output does not contain the expected build finished message, preventing build failures in certain scenarios.

  • Fix debugger app hangs related to thread exit (#​114917)
    Resolves an issue where applications could hang during debugging when threads exit, ensuring smoother debugging experiences and preventing deadlocks.

  • [Mono] Workaround MSVC miscompiling sgen_clz (#​114903)
    Addresses a compiler miscompilation issue in MSVC affecting the Mono garbage collector, improving runtime stability and correctness on affected platforms.

  • Do not set the salt or info if they are NULL for OpenSSL HKDF (#​114877)
    Fixes a cryptographic issue by ensuring that the salt or info parameters are not set when they are NULL in OpenSSL HKDF, preventing potential errors or unexpected behavior in key derivation.

  • [Test Only] Fix Idn tests (#​115032)
    Corrects issues in Internationalized Domain Name (Idn) tests, ensuring accurate and reliable test results for domain name handling.

  • JIT: revised fix for fp division issue in profile synthesis (#​115026)
    Provides a more robust fix for floating-point division issues in JIT profile synthesis, improving numerical accuracy and preventing incorrect calculations.

  • Handle OSSL 3.4 change to SAN:othername formatting (#​115361)
    Updates certificate handling to accommodate changes in Subject Alternative Name (SAN) formatting introduced in OpenSSL 3.4, ensuring compatibility and correct parsing of certificates.

  • [Mono] Fix c11 ARM64 atomics to issue full memory barrier (#​115635)
    Fixes atomic operations on ARM64 in Mono to issue a full memory barrier, ensuring correct synchronization and preventing subtle concurrency bugs.

Performance Improvements

  • [WinHTTP] Certificate caching on WinHttpHandler to eliminate extra call to Custom Certificate Validation (#​114678)
    Improves HTTP performance by caching certificates in WinHttpHandler, reducing redundant calls to custom certificate validation and speeding up secure connections.

  • Improve distribute_free_regions (#​115167)
    Optimizes memory management by enhancing the algorithm for distributing free memory regions, leading to better memory utilization and potentially improved application performance.

Technical Improvements

  • Strip trailing slash from source dir for cmake4 (#​114905)
    Refines build scripts by removing trailing slashes from source directories when using CMake 4, preventing potential build path issues and improving build reliability.

  • Don't expose TrustedCertificatesDirectory() and StartNewTlsSessionContext() to NetFx (#​114995)
    Restricts certain internal APIs from being exposed to .NET Framework, reducing surface area and preventing unintended usage.

  • Add support for more libicu versions (#​115376)
    Expands compatibility by supporting additional versions of the International Components for Unicode (ICU) library, enhancing globalization features across more environments.

Infrastructure

  • Run outerloop pipeline only for release branches, not staging/preview (#​115011)
    Optimizes CI/CD resources by limiting the outerloop pipeline to run only on release branches, reducing unnecessary test runs and speeding up development workflows.

... (truncated)

Commits viewable in compare view.

Updated Microsoft.SemanticKernel from 1.54.0 to 1.66.0.

Release notes

Sourced from Microsoft.SemanticKernel's releases.

1.66.0

Changes:

  • 5948dbc32326ddd2471c13627e62a5c8f1b30ec2 .Net: Fix OllamaPromptExecutionSettings Clone() method to preserve Ollama-specific settings (#​13218) [ #​13217 ]
  • a105e14284334f006cd9cdb496a624cbde471a94 Bump version numbers of the .Net dependencies (#​13230)
  • bab861dbeb6e020eecee6a2ccfd3d65d0d140eb7 Version 1.66.0 (#​13231)
  • 33d40e09bb74449e8bf86121eacf53493d8ec531 Update to latest {Azure.AI.}OpenAI libs (#​13228)
  • 90d158cbf8bd4598159a6fe64df745e56d9cbdf4 .Net: fix: fix issues with fileId (#​13197) [ #​13193 ]
  • 814e23672d7c39730eb5d53a66898bf4c1997633 .Net - Fix to remove extraneous console output for declarative agents (#​13216)
  • d93eb5b08d6f8d0b6ed7b72964087c9cad8459ad .Net: Update A2A library to 0.3.1-preview (#​13214)
  • 167308f53c3ea15aed5ed1140210eed56474c968 .Net: Fix Json serialization mistake in GenAI telemetry (#​13195)
  • 51f4fe51cf060a588591508e02a030a29de31447 .Net: Add instructions checks to ToChatOptions (#​13169)
  • dd897c9a16e17c6957b4d0faa06fa4299ef1d44e remove the label needs port action (#​13176)
See More
  • d455a2003343742e9a25f778db9c73bb47d44a25 .Net & Python: Add tool definitions to agent invoke span (#​13153) [ #​12940, #​12928, #​12834 ]

1.65.0

Changes:

  • 27e8457fda815b7eda93f94d2a582dfb4bad2319 .Net: Fixed sorting for negative DOT product (#​13071)
  • 6e4097b27cd0f49d510caa6ce98899b97c7c3a9d .Net: Version bump 1.65.0 (#​13100)
  • ca23263bb064ba81998ad59c7a3a61d5206d9f7f .Net: Update M.E.AI and OpenAI dependencies (#​13095)
  • 5272beb956b415a3fad0445ab0531ec22dc59f23 Update COMMUNITY.md with new office hour meeting links (#​13074)
  • f80e5f97d6d11232146606afcef59eb7ec4ee84f .Net: Fix batch operation non-string keys with MongoDB (#​13036) [ #​12827 ]
  • 0ec81c8a14cee73e543a4a93f76526fd5ca7ab4a .Net: Fix for : OpenAIResponsesAgent don't generate ReasoningContent. (#​13048) [ #​13046 ]
  • 652575a97a250d611cb42a95766933fb474d5e6b Python: Bump Python version to 1.36.2 for a release (#​13067)
  • 22ff5f844f735fbca9de17ae20a27505d55a6de9 Python: Fix responses agent kernel args bug (#​13056) [ #​13053 ]
  • d7db35dc47ce6a24559754251af58c12a293fc10 Python: Fix Azure AI Inference connector model_extras duplication (#​13066) [ #​13005 ]
  • 06d6494ae9c50a17501827077458031246f922ad Python: Don't return code output via on_intermediate_msg callback (#​13058) [ #​12956 ]
See More
  • c61af1a2556426b3f2ccd2dc65c0ce9e44fa6d69 Python: Update pymongo requirement from <4.14,>=4.8.0 to >=4.8.0,<4.15 in /python (#​12921) [ #​2458, #​2451, #​2457, #​2455, #​2454, #​2453, #​2452, #​2447, #​2450, #​2449 ]
  • f1aac84b51313e6e81568c6db2d0de5a274e99dd Python: Add framework name into UserAgent header for bedrock integration (#​12901)
  • ea564cf04ffcaa6ec7e39f2a89bc54d4e0954742 Python: docs(typing): add return type and docstring to store_results in utils/chat.py (#​12910)
  • e110472edd3597eb863822d85535bb173deee06a Python: Update pymilvus requirement from <2.6,>=2.3 to >=2.3,<2.7 in /python (#​12918) [ io/pymilvus#​2433, io/pymilvus#​2461, io/pymilvus#​2513, io/pymilvus#​2525, io/pymilvus#​2541, io/pymilvus#​2552, io/pymilvus#​2491, io/pymilvus#​2411, io/pymilvus#​2852, io/pymilvus#​2611, io/pymilvus#​2390, io/pymilvus#​2684, io/pymilvus#​2679, io/pymilvus#​2705, io/pymilvus#​2704, io/pymilvus#​2386, #​2418, io/pymilvus#​2419, io/pymilvus#​2406, io/pymilvus#​2435, io/pymilvus#​2408, io/pymilvus#​2448, io/pymilvus#​2446, io/pymilvus#​2395, io/pymilvus#​2507, io/pymilvus#​2544, io/pymilvus#​2595, io/pymilvus#​2551, io/pymilvus#​2618, io/pymilvus#​2639, io/pymilvus#​2622, io/pymilvus#​2708, io/pymilvus#​2722, io/pymilvus#​2672, io/pymilvus#​2735, io/pymilvus#​2729, io/pymilvus#​2747, io/pymilvus#​2760, io/pymilvus#​2822, #​2835, io/pymilvus#​2836, #​2848, io/pymilvus#​2849, io/pymilvus#​2907, #​2921, #​2907, #​2919, #​2914, #​2913, #​2902, #​2905, #​2895, #​2900, #​2894 ]
  • 2db2aa1bb9ece06e80f36a38dd4f485f3d7a1945 Python: Bump torch from 2.7.1 to 2.8.0 in /python (#​12919) [ #​159592, #​15, #​158925, #​158880, #​152934, #​158, #​158237, #​158867, #​158801, #​158689 ]
  • 52bb300ffe0dc7d4a10294ce4968388a3d4185fb Bump actions/checkout from 4 to 5 (#​12930) [ actions/checkout#​2226, actions/checkout#​2238, actions/checkout#​1971, actions/checkout#​1977, actions/checkout#​2043, actions/checkout#​2044, actions/checkout#​2194, actions/checkout#​2224, actions/checkout#​2236, actions/checkout#​2237, actions/checkout#​1941, actions/checkout#​1946, actions/checkout#​1924, actions/checkout#​1919, actions/checkout#​1180, actions/checkout#​1777, actions/checkout#​1872, actions/checkout#​1739, actions/checkout#​1697, actions/checkout#​1774, actions/checkout#​1776, actions/checkout#​1732, actions/checkout#​1703, actions/checkout#​1694, actions/checkout#​1696, actions/checkout#​1695, actions/checkout#​1707, actions/checkout#​1692, actions/checkout#​1688, actions/checkout#​1693, actions/checkout#​1643, #​2238, #​2226 ]
  • 0b8d9e2b0ddf806f9181b7d5d43a10f6ed1477ea Bump MishaKav/pytest-coverage-comment from 1.1.54 to 1.1.56 (#​12932) [ av/pytest-coverage-comment#​215, #​209, #​214, #​215, #​213, #​212, #​210 ]
  • d7c149c42c3652627770a0140998f419b9a6e11b Bump crate-ci/typos from 1.35.1 to 1.35.5 (#​12973) [ #​1358, #​1355 ]
  • 0e84e2fdb9952a6ebafbc5b1d4f01ccfcc154a08 Bump google-github-actions/auth from 2 to 3 (#​13060) [ actions/auth#​508, actions/auth#​509, actions/auth#​510, actions/auth#​506, actions/auth#​507, actions/auth#​502, actions/auth#​503, actions/auth#​488, actions/auth#​499, actions/auth#​500, actions/auth#​501, actions/auth#​482, actions/auth#​483, actions/auth#​484, actions/auth#​478, actions/auth#​479, actions/auth#​480, #​510, #​509, #​508 ]
  • da8ca430648bdbd301c8751d541aec0c454e35c1 Python: fix (openai): only propagate usage metadata for final streaming chunk without choices (#​12977)
  • 4e9ea783903b5428debd777e5496bba997b5a150 Python: Bump Python version to 1.36.1 for a release (#​13049)
  • f7fdfcd9a97b41b56822590de856383532974603 Python: Add AzureAIAgent Deep Research Tool support (#​13034) [ #​12978 ]
  • 86b10b95d27ab458c567a789aa6687ef51b94ed0 Python: provide AzureAIAgent thread msg id during streaming (#​13032) [ #​12959 ]
  • 38a7d91785ab83ff24704dba18910c748dd4e8c7 .Net: Fix MongoDB test container ready detection (#​13026) [ #​13025 ]
  • 5e50e190c4de65b5dcb7a1e5f5d97cf4f6d4f31c Python: Add reasoning support for OpenAI Responses Agents (GPT-5, o4-mini, o3) (#​12881) [ #​12843 ]
  • d3318adfc2ba1eef7e3153856487eca5b7be80e0 Python: Add container_id and filename fields to AnnotationContent class (#​12985)

This list of changes was auto generated.

1.64.0

[!IMPORTANT]

Breaking Changes

  • .NET: Updated encoding logic in prompt templates by @​dmytrostruk in #​12983
    • For more information, please review our blog post.

Changes:

  • 1774dd34fb8cbaafa33736b0cf5245e60b4f460c .Net: Filter out reasoning response items during function calling (#​13020) [ #​12904 ]
  • 701da3a269c63e75a9931e6b8a2b137286b6ae30 .Net: Fix OpenAiResponseAgent chat message images removed by SK (#​13019) [ #​12888 ]
  • e65a0abc9eb00dae6feaf2ee14802bf1a41b0a84 .Net: Removed experimental flags for stable items (#​13013)
  • a7d82ec10e4ea9b94371f4bed76970db4b20b154 .Net: Updated package version (#​13015)
  • 3ceceec97e4546fa0da6ccbc3b5505d0df8725cc .Net: Fix AggregatorKernelAgentFactory naming (#​13018)
  • 9568fe841381ef2bbe303de92fc0f8357d10791b .Net: Input & output attributes in invoke_agent span (#​12928) [ #​12834 ]
  • a02d604c976d89af76c4b7de152d2a531401083b .Net: Add support for 'minimal' reasoning effort for {Azure}+OpenAI Connectors (#​12989) [ #​12887 ]
See More
  • 4c55424e73d03fb524dbf4e666f4adb51d867f85 .Net: Bump vite from 6.2.5 to 6.2.7 in /dotnet/samples/Demos/ProcessFrameworkWithSignalR/src/ProcessFramework.Aspire.SignalR.ReactFrontend (#​12980) [ #​19965, #​19830 ]
  • 55f94b523c68176ce16f0fd0577abb719e87f4a3 .Net: Demo/process-framework-signalr (#​12374)

This list of changes was auto generated.

1.63.0

Changes:

  • 9e37128cf255fb9b14fa19accb1784132423c26c .Net: Version 1.63.0 (#​12974)
  • bcd9bdbe8a32c897c5397addafbe9669d4e19b72 .Net: Update OpenAI 2.3.0 + MEAI packages to 9.8.0 (#​12961)
  • ca3c7d9d38f768a912526c3a54996e51497cf27f .Net: Address vulnerable packages (+Update MsGraph for latest Major V5) (#​12962)
  • 5caf8333cd9b807eed53b120b78cb047c82b652f .Net: Bug: Qdrant DateTime Range filter set incorrectly (#​12936) [ #​12934 ]
  • 5124a1b7ad5cda4b346aca4dcd3d171521c47897 .Net: Add OpenApi parameter description to its schema (#​12955)
  • 0a98c72a371e435e2a24004fa55da5c1e57bbe36 .Net: Add support for Guid and ObjectID keys in the MongoDB Connector (#​12827)

1.62.0

Changes:

  • 2d64013ccac5cb9df403ed9d172f32d27f517519 .Net: Net: Version 1.62.0 (#​12927)
  • 6081741cc158e15bb73e63c18d59a904d6fb74f6 .Net: Update README.md (#​12690)
  • a318659410a62fbc615e0116e8b45ed5adce6b12 .Net: AddOpenAIEmbeddingGenerator now respects HttpClient.BaseAddress for endpoint. (#​12810) [ #​12806 ]
  • 99f09b4765b1328b4a07234f1e0e5a6c754e1e15 .Net: Add HttpClient parameter to AddAzureOpenAITextToImage method (#​12925)
  • 049dbc1c31fe740bd9ca692da2dd69fa0df1ad3d Update README.md (#​12684)
  • c1c3a1fda114c8cb9d9920b003c431fc59d99514 .Net: Bring back LibraryInfo for MongoClient lost in #f2df866 (#​12824)
  • 325aac05df282049f44b7a040b83b5225463ff29 .Net: Update README.md (#​12790)
  • 17dd10180d294cc63593949a7a4c40f9bc9779c2 .Net: Removed preview note (#​12889)
  • c11d5e4a0603097f0510eb0b71cfd2c0292a370b .Net: Exclude folders having docs with not reachable links (#​12924)
  • 4b609132424b2380245a18cd941326784cc109c5 .Net: Fix serialization/deserialization bug in InMemory VectorStore Extensions (#​12878) [ #​12826 ]
See More
  • d4e02783307da0159a7278e37824909ebb58b260 Python: Bump Python version to 1.35.2 for a release (#​12894)
  • 73ad6e892380e0bb7ffd4b5a347d7762dbe601a2 Python: Fix: Implement deepcopy on KernelFunction to handle non-serializable OTEL metrics (#​12803) [ #​12802, #​9292 ]
  • a6b5f34d9bc2f4e22c1a2a86e196d2c8c167dcc4 Python: fix parsing of types in mcp server (#​12871) [ #​12850 ]
  • fe30769e075d4f32a2558d9c036bf5cb65d02f8d .Net: Add Provider Support to ONNX Connector (+CUDA Sample) (#​12861) [ #​12828 ]
  • 11cdd33bd26e50f4572e575aad0078a0b24279d7 .Net: Update A2A agent to use the latest A2A .NET SDK (#​12877)
  • d56574fd243b1e68e009c21bba4321a7506a4556 .Net: Fix intermediate message ordering bugs. (#​12798) [ #​12789 ]
  • 482ca5d774765113db701faf4d0997496c6dc313 .Net: Allow the MongoDB VectorData tests to run without an image (#​12860)
  • bb67609a5e386f042fcbe70c62d2c4940b602a01 .Net: Prepare code for A2A SDK and AsyncEnumerable NuGet update (#​12842)
  • 53c5a3be4e0e9aba10d55bb20123932b7a92b4e2 Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.9 to 5.4.11 (#​12825) [ #​744 ]
  • 9d692c1fd62672ddaeabcb7330bbaebed005d9af Bump MishaKav/pytest-coverage-comment from 1.1.53 to 1.1.54 (#​11896) [ av/pytest-coverage-comment#​206, #​206 ]
  • cf77102d907e8e67fa7d1a53f0d07c9ec0abd51a Bump astral-sh/setup-uv from 5 to 6 (#​11795) [ #​382, #​352, #​380, #​381, #​378, #​377, #​375 ]
  • 55417dc2b41c05d1d21a309ccceaa503aef97ea9 Bump actions/download-artifact from 4 to 5 (#​12869) [ actions/download-artifact#​407, actions/download-artifact#​416, #​416, #​407 ]
  • 5fbc18ed76290919b9eeed2c3d379808212265f9 Bump crate-ci/typos from 1.31.1 to 1.35.1 (#​12870) [ #​1348, #​1346 ]
  • 433b2874b771d777e3d8fece2d90eb460b94b5ec Python: Update boto3 requirement from <1.40.0,>=1.36.4 to >=1.36.4,<1.41.0 in /python (#​12857)
  • 91392a77e05ae434c704aa5fecda4323ea8239f9 Python: Fix ResponsesAgent image duplication in chat history preparation (#​12859) [ #​12848 ]
  • 58c3c4d27f403f6d8e80429947d24bbd585818a9 Python: Bump Python version to 1.35.1 for a release. (#​12856)
  • 7300b843c1d00e43577fcb21e8bb178776fc6bac Python: Update pyarrow requirement from <21.0,>=12.0 to >=12.0,<22.0 in /python (#​12836) [ #​47078, #​47074, #​47, #​47071, #​47072, #​47069, #​47070, #​47067, #​47068, #​47065, #​47066, #​47063, #​47064 ]
  • 8336c320d91fc4bbfadab9b3f7b270246a92ab39 Python: Add bedrock model provider parameter (#​12853) [ #​12833 ]
  • 1198b573d14e3111486f2fc618db95b63b40f310 Python: Add ability to specify encoding when adding a plugin. Add tests. (#​12797) [ #​12440 ]
  • e5972e2430046e34115978ab030a6b11340a9cb9 Python: Add incomplete details reason to AzureAIAgent error message (#​12796) [ #​12752 ]
  • b7bb2832aaa7729d5fd124c33bc40c0a2b8e7fab Python: Input & output attributes in invoke_agent span (#​12834)
  • 358b0f343b319b5e8c07b2f1b4cdca29157044e4 Python: .Net: Magentic orchestration to return the last agent message when limits reached (#​12839) [ #​12687, #​12656 ]
  • c16db27622f961d599903af9355e0278920cf3de Python: Update README.md (#​12737)
  • 30391ade0949e7682cae5779c87bff811389ae88 Python: AzureAI Agent int test update to pass (#​12849)
  • 59b4e8a77cfe89ede195bf91c2c1d8a05aa83670 Update dependabot.yml
  • 7d72f890f6598183ecbefbe31fdb2fb73e2a8775 .Net Agent Orchestration - Fix GroupChat Samples (#​12794)
  • 763e362a3899c4defe106813857536facc7331ce Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.8 to 5.4.9 (#​12768)

This list of changes was auto generated.

1.61.0

Changes:

  • d5ee6aa1c176a4b860aba72edaa961570874661b .Net: Version 1.61.0 (#​12786)
  • 8c5bbf652f91dc50a88bab45f59d1cfbedabef5c .Net: Patch package dependencies (#​12782)
  • a696dab068c6688f4007e96d1468aaa1165f30d3 .Net: Fix issue 12775 (#​12776) [ #​12775 ]
  • 44418d10a3f7ecddf959eb461f68a94be4755ecb .Net: AgentKernelPluginFactory.CreateFromAgents - enable direct support for agents implicitly (#​11443)
  • cd34dcd59132a840e6e441df7526d5611d44abec .Net: Add MEVD TestSuiteImplementationTests (#​12574) [ #​10194 ]
  • b4b3a743ed6dc645bf9415ad7b6d55a449e5ebcb .Net: Update Response Agent conversation state examples (#​12777)
  • 068236b9f2c0fe1e327ae4e427ab890b5c30c73b .Net: Update AWSSDK (#​12778)
  • 9452cfeec762b959c3fafd8224eb114be240eb18 .Net: #​12728 Use Odata2Linq nuget for .NET8 (#​12729)
  • 7596815e9e36c6059be5a3b951303ad81d897354 .Net: Support jsonelement for openapi plugins (#​12754)
  • 208e0004c71b6e1443c5d7e9a61b0fce0de1a62b .Net: Disable AzureAIAgentWithTextSearchProviderTests integration tests (#​12755)
  • 79d3dde556e4cdc482d83c9f5f0a459c5cc79a48 .Net: Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.7 to 5.4.8 (#​12497) [ #​737, #​741 ]
  • d2e6e3c4f16b80e28fc62301446c099c2c949bb0 Removing Java related extensions and settings. (#​11290)
  • 1269d3c3aeb77ddc9758c0fc431716f63b102a4b .Net: Update GettingStarted to use M.E.AI.ChatClient (#​12740)
  • d2b22ef3e9cf9aa0dd864d65f055f19467a97128 .Net: Update to latest M.E.AI{.Abstractions} + OpenAI Related Packages (#​12685)
  • bbe179f05041c0df792610a18358211845dac8bb .Net: Ensure MongoDB filter/offset tests don't conflict (#​12739)
  • f369170a15506efb48426e2a3e3f3e30cd599e8d Fixed typo in README.md (#​12735)
  • e44bfb1de01a08448905d1e396f2f54d60ebb179 .Net: Google Gemini - Move API key from the URL to x-goog-api-key HTTP header (#​12717) [ #​12666 ]
  • a1d70d22121ff8de39aba4bbc3388fc9f632e7b0 .Net Fix - Display thread type name in error message (#​12723)
  • d16fed43bfa1ddba8154b5103a47ffa48a41f8ce .Net Fix Agent Orchestration: Fix message type (#​12715)
  • d0fed7038407501e51e6ef3bdea4ff21158b088f .Net Agent Runtime Fix: Allow multiple subscribers to handle events concurrently (#​12713)
  • 620d5f314187311345b760f39c957260e7339e1c .Net: Add a new orchestration sample that uses different agent types (#​12665)
  • 0af4956ab31ebe8162d9a9264b6d2550ed5df38f .Net: Removing FoundryProcessBuilder and associated files. (#​12661)
  • 5162de1f5bfb01afc519b2d0280661cc3130f8fd .Net: Sample using OAuth to access a protected MCP server (#​12680)

1.60.0

Changes:

  • dd8244f0283d57cbf3611ff7a5ca5a770d25c2e2 Version 1.60.0 (#​12681)
  • 17f8368cec1c9f041612a6d68adde0af45cfff09 .Net: Fix Labels Implementation in Vertex AI to Use Dictionary<string, string> (#​12636) [ #​12633 ]
  • 2602d33b3dd14e3f2f200c1811167cd447266402 Bump MEVD package for July release. (#​12682)
  • a2a25086c264cf221ee5a36472d74630f2fe5fa7 .Net: Update to latest mcp package (#​12673)
  • cb2268ce352bf780bb8b7dd8e2cdb151b28f203a .Net: Removing SKEXP0070 experimental from non-GA AI Connectors (#​12677)
  • c1ce5a692121475f1ca1160c9b807fa929a36f16 .Net: Exposing conversion helpers from SK Contents to MEAI Content primitives (#​12676)
  • 7401b45802071cef1ee86038f14383928083b03a .Net: Add Retrieval API Plugin to CAPs. (#​12653)
  • ba031e689d4089af267f52c91527e6cf1407e0b5 Python: Properly handle AzureAI Search results for AzureAIAgent (#​12654) [ #​12422 ]
  • 9f33c90cca9f8cf2c5c4be797243ce6cb38c54e0 .Net: MEVD data type tests (#​12567) [ #​12505 ]
  • 26ca94454ba32d12b419e5b1151fa3f019f7cc1d Bump some package versions (#​12674)
See More
  • cc078ece70ec36f0ec25854d2ca0b68a3eb62669 .Net: Add Support for {Azure}OpenAIPromptExecutionSettings.ChatSystem/DeveloperPrompt for ChatClients (#​12619) [ #​12546 ]
  • 7631ef9eaedbc2a55cda3982a68128556de5482f .Net: Add Filter to TextSearchProvider (#​12662)
  • 93a14d5115fa80adef16daeec85b1da4244b78c0 Python: feature: support gpt-image-1 (#​12621)
  • c15c885f8457a04f5c355725141dcfb3d99c026b Python: Emit partial result for magentic pattern when retrieving final result, if available (#​12656) [ #​12625 ]
  • ba000c3368f34ced81c899b85bb519545e344ff8 Python: Use message cache in agent orchestrations (#​12618)

This list of changes was auto generated.

1.59.0

Changes:

  • 43257cd0aeea74456335c3b4c4fc5d07f98e0b9f .Net: Bump TestContainers versions (#​12649)
  • 54541d20426fbd34dc099b3b65b92b4b8c219326 .Net: Version 1.59.0 (#​12644)
  • 5ad22d968ceed273fe175502ac6dc109c59eba6f .Net: OpenTelemetry 1.12.0 (#​12648)
  • 955ef32d47a736f7d7978b47c46242bda1cb971c .Net: Update Roslynator (#​12642)
  • b767486759efa5db53d78e5ed029e45b5314ddae Revert "Seperate dotnet run to handle src and samples separately" (#​12647) [ #​12643 ]
  • 35f68183a6a27a76dc39e92c13c651f265664df6 .Net: Update to Yaml.DotNet 16.3.0 (#​12641)
  • 08bd2b62f2bf7419b5cfc295043ec49743e6c3a2 Seperate dotnet run to handle src and samples separately (#​12643)
  • bdf14f2a47f10e7e40c61aa291d9bff8f39fd5c5 .Net: Enable clients to remove safe_prompt attribute from json (#​12631)
  • b2d5179dd5411b99b96d3124c8b22fb69797ab4b .Net: Refactor kernel initialization in Step01_Agent (#​12181)
  • 6ecf2b9c2c893dc6da97abeb5962dfc49bed062d .Net: Dependabot configuration cleanup (#​12632)
See More
  • 25ece602ef7428eb253314b072ac0e13bcb6876c .Net: Dependencies cleanup #​1 (#​12630)
  • 16da89a2ebc82f3e3786d5fb61725bca8147660b .Net: Add sample showing how to use web and file search (#​12611) [ #​12562 ]
  • b78307cf64ae34af7e1cba5a87cbc922fafaa1af .Net: Revert RetryFacts for AzureOpenAI Integration Tests (#​12576)
  • 43e0dc418dbaab55...

Description has been truncated

Bumps Microsoft.Extensions.Configuration from 9.0.5 to 9.0.10
Bumps Microsoft.Extensions.Configuration.UserSecrets from 9.0.5 to 9.0.10
Bumps Microsoft.SemanticKernel from 1.54.0 to 1.66.0

---
updated-dependencies:
- dependency-name: Microsoft.Extensions.Configuration
  dependency-version: 9.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.Extensions.Configuration.UserSecrets
  dependency-version: 9.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dotnet
- dependency-name: Microsoft.SemanticKernel
  dependency-version: 1.66.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dotnet
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Oct 29, 2025
@dependabot dependabot bot requested a review from alexwolfmsft as a code owner October 29, 2025 09:25
@dependabot dependabot bot added dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code labels Oct 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant