Conversation
Bumps Azure.Core from 1.53.0 to 1.54.0 Bumps Microsoft.Azure.Cosmos from 3.58.0 to 3.59.0 Bumps Microsoft.Data.SqlClient from 7.0.0 to 7.0.1 Bumps Microsoft.Extensions.VectorData.Abstractions from 10.1.0 to 10.5.0 Bumps MSTest.Sdk from 4.2.1 to 4.2.2 Bumps YamlDotNet from 17.0.1 to 17.1.0 --- updated-dependencies: - dependency-name: Azure.Core dependency-version: 1.54.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Microsoft.Azure.Cosmos dependency-version: 3.59.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: Microsoft.Data.SqlClient dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: Microsoft.Extensions.VectorData.Abstractions dependency-version: 10.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies - dependency-name: MSTest.Sdk dependency-version: 4.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-dependencies - dependency-name: YamlDotNet dependency-version: 17.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
Owner
|
@copilot fix the build and test failures with this PR. |
…to fix SK InMemory compatibility Agent-Logs-Url: https://github.com/PlagueHO/genai-database-explorer/sessions/20d8ee62-cff2-4814-9f43-ebea74fee753 Co-authored-by: PlagueHO <7589164+PlagueHO@users.noreply.github.com>
Contributor
Fixed in commit The root cause was that The fix pins |
SummarySummary
CoverageGenAIDBExplorer.Api - 54.3%
GenAIDBExplorer.Console - 27.6%
GenAIDBExplorer.Core - 56.2%
GenAIDBExplorer.ServiceDefaults - 92.5%
|
PlagueHO
approved these changes
May 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated Azure.Core from 1.53.0 to 1.54.0.
Release notes
Sourced from Azure.Core's releases.
1.54.0
1.54.0 (2026-04-23)
Bugs Fixed
required: ["CredentialSource"]from thecredentialdefinition inConfigurationSchema.jsonto prevent duplicate entries when the schema is merged withSystem.ClientModel's schema.Commits viewable in compare view.
Updated Microsoft.Azure.Cosmos from 3.58.0 to 3.59.0.
Release notes
Sourced from Microsoft.Azure.Cosmos's releases.
3.59.0
Added
Fixed
See full changelog: https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/changelog.md#3590
3.59.0-preview.0
3.59.0-preview.0 - 2026-3-20
Added
Fixed
Commits viewable in compare view.
Updated Microsoft.Data.SqlClient from 7.0.0 to 7.0.1.
Release notes
Sourced from Microsoft.Data.SqlClient's releases.
7.0.1
This update brings the following changes since the 7.0.0 release:
Fixed
Fixed
SqlBulkCopyfailing on SQL Server 2016 withInvalid column name 'graph_type'error. The column metadata query now uses dynamic SQL so that references to thegraph_typecolumn (introduced in SQL Server 2017) are not compiled on older versions that lack the column. (#3714, #4092, #4147)Fixed
SqlBulkCopyfailing on Azure Synapse Analytics dedicated SQL pools. The column-list query previously used a variable-assignment pattern that Synapse does not support; it now usesSTRING_AGGwhen targeting Synapse (engine edition 6) and falls back to the variable-assignment approach for SQL Server 2016 compatibility. (#4149, #4176, #4182)Fixed
SqlDataReader.GetFieldType()andGetProviderSpecificFieldType()returningtypeof(byte[])instead oftypeof(SqlVector<float>)for vector float32 columns. The methods now follow the same type-determination logic asGetValue(). (#4104, #4105, #4152)Added missing
System.Data.Common(v4.3.0) NuGet package dependency for .NET Framework consumers. The inboxSystem.Data.Commonassembly on .NET Framework predates APIs such asIDbColumnSchemaGenerator; without the explicit NuGet dependency, consumers encounteredCS0012compilation errors when using these types throughMicrosoft.Data.SqlClient. (#4063, #4074)Changed
Enabled the User Agent TDS feature extension unconditionally. The
Switch.Microsoft.Data.SqlClient.EnableUserAgentAppContext switch has been removed; the driver now always sends User Agent information during login. (#4124, #4154)Added type forwards from the core
Microsoft.Data.SqlClientassembly to public types that were moved to theMicrosoft.Data.SqlClient.Extensions.Abstractionspackage:SqlAuthenticationMethod,SqlAuthenticationParameters,SqlAuthenticationProvider,SqlAuthenticationProviderException, andSqlAuthenticationToken. This ensures binary compatibility for assemblies compiled against earlier versions ofMicrosoft.Data.SqlClientwhere these types lived in the core assembly. (#4067, #4117)Fixed API documentation include paths and duplicate doc snippets. (#4084, #4086, #4107, #4161)
Contributors
We thank the following public contributors. Their efforts toward this project are very much appreciated.
Target Platform Support
Dependencies
.NET 9.0
.NET 8.0
... (truncated)
Commits viewable in compare view.
Updated Microsoft.Extensions.VectorData.Abstractions from 10.1.0 to 10.5.0.
Release notes
Sourced from Microsoft.Extensions.VectorData.Abstractions's releases.
10.5.0
HTTP Logging Middleware APIs in
Microsoft.AspNetCore.Diagnostics.Middlewareare now stable. This release also transfersMicrosoft.Extensions.VectorData.AbstractionsandMicrosoft.Extensions.VectorData.ConformanceTestsfrom the 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.Breaking Changes
VectorStoreVectorAttributeconstructor parameter #7460Dimensionsparameter was renamed todimensions(lowercase). This is a source-breaking change only — binary compatibility is preserved.new VectorStoreVectorAttribute(Dimensions: 1536), update it tonew VectorStoreVectorAttribute(dimensions: 1536).Experimental API Changes
Now Stable
EXTEXP0013):AddHttpLogEnricher<T>,IHttpLogEnricher, andRequestHeadersLogEnricherOptions.HeadersDataClasses#7380What's Changed
AI
Vector Data
AI Evaluation
ASP.NET Core Extensions
Service Discovery
Documentation Updates
Test Improvements
... (truncated)
10.4.1
This 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.
Packages in this release
Experimental API Changes
New Experimental APIs
Changes to Experimental APIs
NotSupportedException#7394What's Changed
AI
ITextToSpeechClientabstraction, middleware, and OpenAI implementation #7381 by @stephentoubVoiceActivityDetectionoptions to realtime session abstractions #7399 by @tarekghUriContentmediaTypeparameter optional with inference from URI file extension #7398 by @stephentoub (co-authored by @Copilot)gen_ai.client.operation.exceptionviaILogger LoggerMessageon OpenTelemetry instrumentation classes #7379 by @stephentoub (co-authored by @Copilot)invoke_workflowas an equivalent parent span toinvoke_agentinFunctionInvokingChatClient#7382 by @stephentoub (co-authored by @Copilot)HostedFileDownloadStreamexplicitly read-only #7394 by @stephentoub (co-authored by @Copilot)Documentation Updates
Test Improvements
Repository Infrastructure Updates
Acknowledgements
... (truncated)
10.4.0
This 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.
Experimental API Changes
Now Stable
MEAI001) #7299FakeLogCollector.GetLogsAsync(CancellationToken)is now stable (previouslyEXTEXP0003) #7332New Experimental APIs
AddExtendedHttpClientLoggingoverloads withwrapHandlersPipelineparameter (EXTEXP0013) #7231Removed Experimental APIs
MEAI001) #7353What's Changed
AI
Telemetry and Observability
HTTP Resilience and Diagnostics
... (truncated)
10.3.0
Experimental API Changes
Now Stable
IChatReducerinterface — graduated from experimental to stable. The interface is now stable; concrete implementations (MessageCountingChatReducer,SummarizingChatReducer,ReducingChatClient) remain experimental. #7235 by @jeffhandleyFunctionCallContentandFunctionResultContentunsealed — changed fromsealed classtoclass, enabling derivation. #7229 by @stephentoub (co-authored by @Copilot)Breaking Changes to Experimental APIs
MEAI001diagnostic ID was split into feature-specific constants. OpenAI-specific experimental APIs now useOPENAI001,OPENAI002, orSCME0001instead ofMEAI001. Consumers who suppressedMEAI001for OpenAI APIs may need to suppressOPENAI001/OPENAI002instead. #7116 by @jeffhandley (co-authored by @Copilot), #7235 by @jeffhandleyNew Experimental APIs
MessageCountingChatReducer,SummarizingChatReducer,ReducingChatClient, andUseChatReducerbuilder extension. #7235 by @jeffhandleyOPENAI001,OPENAI002). #7235 by @jeffhandleyImageGenerationToolCallContentandImageGenerationToolResultContent— added to JSON serialization infrastructure. #7275 by @stephentoub (co-authored by @Copilot)What's Changed
AI
Diagnostics, Health Checks, and Resource Monitoring
Service Discovery
... (truncated)
10.2.0
What's Changed
SummarizingChatReducerintegration tests by @MackinnonBuck in Fix expected conversation length inSummarizingChatReducerintegration tests dotnet/extensions#7119New Contributors
Full Changelog: dotnet/extensions@v10.1...v10.2.0
Commits viewable in compare view.
Updated MSTest.Sdk from 4.2.1 to 4.2.2.
Release notes
Sourced from MSTest.Sdk's releases.
No release notes found for this version range.
Commits viewable in compare view.
Updated YamlDotNet from 17.0.1 to 17.1.0.
Release notes
Sourced from YamlDotNet's releases.
17.1.0
What's Changed
There was a potential breaking change for large yaml files in the MergingParser. You may need to specify the optional parameter for maximum events to be processed. It default to 100k events which is a very large yaml file.
Full Changelog: aaubry/YamlDotNet@v17.0.0...v17.1.0
Commits viewable in compare view.
Dependabot 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.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsThis change is