Skip to content

Bump the minor group with 20 updates#93

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Homer.NetDaemon.Client/minor-acaf288a55
Open

Bump the minor group with 20 updates#93
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/nuget/Homer.NetDaemon.Client/minor-acaf288a55

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 22, 2026

Updated BootstrapBlazor from 10.3.1 to 10.5.1.

Release notes

Sourced from BootstrapBlazor's releases.

10.5.0

Release 2026-03-31 V10.5.0

Bugs

Features

Full Changelog: dotnetcore/BootstrapBlazor@v10.4.2...v10.5.0

10.4.2

Release 2026-03-23 V10.4.2

Features

Full Changelog: dotnetcore/BootstrapBlazor@v10.4.1...v10.4.2

10.4.1

Release 2026-03-15 V10.4.1

Bugs

Features

Full Changelog: dotnetcore/BootstrapBlazor@v10.4.0...v10.4.1

10.4.0

Release 2026-03-02 V10.4.0

Bugs

Features

Full Changelog: dotnetcore/BootstrapBlazor@v10.3.3...v10.4.0

10.3.3

Release 2026-02-25 V10.3.3

Bugs

Features

Full Changelog: dotnetcore/BootstrapBlazor@v10.3.2...v10.3.3

10.3.2

Release 2026-02-13 V10.3.2

Bugs

Features

Full Changelog: dotnetcore/BootstrapBlazor@v10.3.1...v10.3.2

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Components.WebAssembly from 10.0.3 to 10.0.7.

Release notes

Sourced from Microsoft.AspNetCore.Components.WebAssembly's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Components.WebAssembly.Server from 10.0.3 to 10.0.7.

Release notes

Sourced from Microsoft.AspNetCore.Components.WebAssembly.Server's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.AspNetCore.OpenApi from 10.0.3 to 10.0.7.

Release notes

Sourced from Microsoft.AspNetCore.OpenApi's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Microsoft.Extensions.Http.Resilience from 10.3.0 to 10.5.0.

Release notes

Sourced from Microsoft.Extensions.Http.Resilience's releases.

10.5.0

HTTP 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 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

  1. Rename VectorStoreVectorAttribute constructor parameter #​7460
    • The Dimensions parameter was renamed to dimensions (lowercase). This is a source-breaking change only — binary compatibility is preserved.
    • If you use the named argument syntax new VectorStoreVectorAttribute(Dimensions: 1536), update it to new VectorStoreVectorAttribute(dimensions: 1536).

Experimental API Changes

Now Stable

  • HTTP Logging Middleware APIs are now stable (previously EXTEXP0013): AddHttpLogEnricher<T>, IHttpLogEnricher, and RequestHeadersLogEnricherOptions.HeadersDataClasses #​7380

What's Changed

AI

  • Fix OpenAIResponsesChatClient to respect "store":false in responses #​7417 by @​stephentoub
  • Fix InvalidOperationException in CoalesceWebSearchToolCallContent #​7419 by @​stephentoub
  • Handle F# optional parameters in AIFunctionFactory schema generation #​7439 by @​eiriktsarpalis
  • Fix ComputerCallResponseItem using Item.Id instead of CallId #​7446 by @​jozkee
  • Fix HostedFileContent with image MIME type sent as input_file instead of input_image #​7438 by @​stephentoub (co-authored by @​copilot)
  • Guard Activity.Current restore with null check in OpenTelemetry streaming clients #​7443 by @​stephentoub (co-authored by @​copilot)
  • Enable stateless mode in remote MCP server template (released as v1.2.0 on 2026-04-01) #​7441 by @​jeffhandley

Vector Data

  • Move Microsoft.Extensions.VectorData.Abstractions over from Semantic Kernel #​7434 by @​roji
  • Rename VectorStoreVectorAttribute dimensions constructor parameter #​7460 by @​roji

AI Evaluation

  • Add Path Validation for DiskBasedResponseCache and DiskBasedResultStore #​7397 by @​peterwald
  • Update brace-expansion for CVE-2026-33750 #​7457 by @​SamMonoRT

ASP.NET Core Extensions

  • Removing experimental attribute from Http logging middleware #​7380 by @​mariamgerges

Service Discovery

  • Implement RFC6761 reserved DNS names handling #​6924 by @​rzikm

Documentation Updates

  • Remove per-library CHANGELOG.md files #​7413 by @​jeffhandley

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

Package Version
Microsoft.Extensions.AI.Abstractions 10.4.1
Microsoft.Extensions.AI 10.4.1
Microsoft.Extensions.AI.OpenAI 10.4.1

Experimental API Changes

New Experimental APIs

  • New experimental API: Realtime Client Sessions #​7285 and #​7399
  • New experimental API: Text-to-Speech Client #​7381

Changes to Experimental APIs

  • Hosted File Download Stream: write-path methods now explicitly throw NotSupportedException #​7394

What's Changed

AI

  • Add ITextToSpeechClient abstraction, middleware, and OpenAI implementation #​7381 by @​stephentoub
  • Realtime Client Proposal #​7285 by @​tarekgh
  • Add VoiceActivityDetection options to realtime session abstractions #​7399 by @​tarekgh
  • Make UriContent mediaType parameter optional with inference from URI file extension #​7398 by @​stephentoub (co-authored by @​Copilot)
  • Emit gen_ai.client.operation.exception via ILogger LoggerMessage on OpenTelemetry instrumentation classes #​7379 by @​stephentoub (co-authored by @​Copilot)
  • Support invoke_workflow as an equivalent parent span to invoke_agent in FunctionInvokingChatClient #​7382 by @​stephentoub (co-authored by @​Copilot)
  • Make HostedFileDownloadStream explicitly read-only #​7394 by @​stephentoub (co-authored by @​Copilot)

Documentation Updates

  • Document JSON schema derivation for return types in AIFunctionFactory #​7400 by @​stephentoub (co-authored by @​Copilot)

Test Improvements

  • Fix test warnings #​7369 by @​jozkee
  • Add tests for JSON deserialization of serializable types #​7373 by @​stephentoub (co-authored by @​Copilot)

Repository Infrastructure Updates

  • Update Package Validation Baseline to 10.4.0 #​7389 by @​jeffhandley (co-authored by @​Copilot)
  • Update ModelContextProtocol libraries to version 1.0.0 #​7340 by @​stephentoub (co-authored by @​Copilot)

Acknowledgements

  • @​eiriktsarpalis @​ericstj @​CodeBlanch @​lmolkova @​adamsitnik @​joperezr reviewed pull requests
    ... (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

  • MCP Server Tool Content and Function Call Approval APIs are now stable (previously MEAI001) #​7299
  • FakeLogCollector.GetLogsAsync(CancellationToken) is now stable (previously EXTEXP0003) #​7332

New Experimental APIs

  • New experimental AddExtendedHttpClientLogging overloads with wrapHandlersPipeline parameter (EXTEXP0013) #​7231

Removed Experimental APIs

  • AI Tool Reduction experimental APIs removed (was experimental under MEAI001) #​7353

What's Changed

AI

  • Add IHostedFileClient and friends #​7269 by @​stephentoub
  • Add web search tool call content #​7276 by @​stephentoub (co-authored by @​Copilot)
  • Surface OpenAI-compatible reasoning_content as TextReasoningContent #​7295 by @​stephentoub
  • MCP/Approvals/Tool Contents stabilization #​7299 by @​jozkee
  • Implement time_to_first_chunk and time_per_output_chunk streaming metrics in OpenTelemetryChatClient #​7325 by @​stephentoub (co-authored by @​Copilot)
  • Add openai.api.type telemetry attribute to OpenAI IChatClient implementations #​7316 by @​stephentoub (co-authored by @​Copilot)
  • Update OpenTelemetry Gen AI semantic conventions to v1.40 #​7322 by @​stephentoub (co-authored by @​Copilot)
  • Fix tool definitions emission regardless of sensitivity setting #​7346 by @​stephentoub (co-authored by @​Copilot)
  • Honor [Required] attribute in AI function parameter JSON schema generation #​7272 by @​stephentoub (co-authored by @​Copilot)
  • AddAIContentType automatically registers content type against every base in the inheritance chain up to AIContent #​7358 by @​jozkee (co-authored by @​Copilot)
  • Auto-mark server-handled FunctionCallContent as InformationalOnly #​7314 by @​stephentoub (co-authored by @​Copilot)
  • Map ReasoningEffort.None and ExtraHigh to none and xhigh in OpenAI IChatClient implementations #​7319 by @​stephentoub (co-authored by @​Copilot)
  • Handle DynamicMethod reflection limitations in AIFunctionFactory #​7287 by @​stephentoub (co-authored by @​Copilot)
  • Fix Activity.Current nulled during streaming tool invocation #​7321 by @​flaviocdc (co-authored by @​Copilot)
  • Handle FunctionCallOutputResponseItem in streaming response conversion #​7307 by @​stephentoub (co-authored by @​Copilot)
  • Fix serialization of response continuation tokens #​7356 by @​stephentoub
  • Remove AI Tool Reduction experimental APIs #​7353 by @​stephentoub (co-authored by @​Copilot)
  • Update OpenAI to 2.9.1 #​7349 by @​stephentoub

Telemetry and Observability

  • Introduce support for the Gauge metric type #​7203 by @​rainsxng
  • Update logging source generator to support generic methods #​7331 by @​svick (co-authored by @​Copilot)
  • Update logging source generator to match runtime PR #​124589 (ref readonly/params/scoped) #​7333 by @​svick (co-authored by @​Copilot)
  • Promote FakeLogCollector.GetLogsAsync(CancellationToken) from experimental to stable #​7332 by @​Demo30
  • Remove obsolete CS1591 warning suppression from generated file preamble #​7308 by @​luissena

HTTP Resilience and Diagnostics

... (truncated)

Commits viewable in compare view.

Updated Microsoft.Extensions.ServiceDiscovery from 10.3.0 to 10.5.0.

Release notes

Sourced from Microsoft.Extensions.ServiceDiscovery's releases.

10.5.0

HTTP 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 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

  1. Rename VectorStoreVectorAttribute constructor parameter #​7460
    • The Dimensions parameter was renamed to dimensions (lowercase). This is a source-breaking change only — binary compatibility is preserved.
    • If you use the named argument syntax new VectorStoreVectorAttribute(Dimensions: 1536), update it to new VectorStoreVectorAttribute(dimensions: 1536).

Experimental API Changes

Now Stable

  • HTTP Logging Middleware APIs are now stable (previously EXTEXP0013): AddHttpLogEnricher<T>, IHttpLogEnricher, and RequestHeadersLogEnricherOptions.HeadersDataClasses #​7380

What's Changed

AI

  • Fix OpenAIResponsesChatClient to respect "store":false in responses #​7417 by @​stephentoub
  • Fix InvalidOperationException in CoalesceWebSearchToolCallContent #​7419 by @​stephentoub
  • Handle F# optional parameters in AIFunctionFactory schema generation #​7439 by @​eiriktsarpalis
  • Fix ComputerCallResponseItem using Item.Id instead of CallId #​7446 by @​jozkee
  • Fix HostedFileContent with image MIME type sent as input_file instead of input_image #​7438 by @​stephentoub (co-authored by @​copilot)
  • Guard Activity.Current restore with null check in OpenTelemetry streaming clients #​7443 by @​stephentoub (co-authored by @​copilot)
  • Enable stateless mode in remote MCP server template (released as v1.2.0 on 2026-04-01) #​7441 by @​jeffhandley

Vector Data

  • Move Microsoft.Extensions.VectorData.Abstractions over from Semantic Kernel #​7434 by @​roji
  • Rename VectorStoreVectorAttribute dimensions constructor parameter #​7460 by @​roji

AI Evaluation

  • Add Path Validation for DiskBasedResponseCache and DiskBasedResultStore #​7397 by @​peterwald
  • Update brace-expansion for CVE-2026-33750 #​7457 by @​SamMonoRT

ASP.NET Core Extensions

  • Removing experimental attribute from Http logging middleware #​7380 by @​mariamgerges

Service Discovery

  • Implement RFC6761 reserved DNS names handling #​6924 by @​rzikm

Documentation Updates

  • Remove per-library CHANGELOG.md files #​7413 by @​jeffhandley

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

Package Version
Microsoft.Extensions.AI.Abstractions 10.4.1
Microsoft.Extensions.AI 10.4.1
Microsoft.Extensions.AI.OpenAI 10.4.1

Experimental API Changes

New Experimental APIs

  • New experimental API: Realtime Client Sessions #​7285 and #​7399
  • New experimental API: Text-to-Speech Client #​7381

Changes to Experimental APIs

  • Hosted File Download Stream: write-path methods now explicitly throw NotSupportedException #​7394

What's Changed

AI

  • Add ITextToSpeechClient abstraction, middleware, and OpenAI implementation #​7381 by @​stephentoub
  • Realtime Client Proposal #​7285 by @​tarekgh
  • Add VoiceActivityDetection options to realtime session abstractions #​7399 by @​tarekgh
  • Make UriContent mediaType parameter optional with inference from URI file extension #​7398 by @​stephentoub (co-authored by @​Copilot)
  • Emit gen_ai.client.operation.exception via ILogger LoggerMessage on OpenTelemetry instrumentation classes #​7379 by @​stephentoub (co-authored by @​Copilot)
  • Support invoke_workflow as an equivalent parent span to invoke_agent in FunctionInvokingChatClient #​7382 by @​stephentoub (co-authored by @​Copilot)
  • Make HostedFileDownloadStream explicitly read-only #​7394 by @​stephentoub (co-authored by @​Copilot)

Documentation Updates

  • Document JSON schema derivation for return types in AIFunctionFactory #​7400 by @​stephentoub (co-authored by @​Copilot)

Test Improvements

  • Fix test warnings #​7369 by @​jozkee
  • Add tests for JSON deserialization of serializable types #​7373 by @​stephentoub (co-authored by @​Copilot)

Repository Infrastructure Updates

  • Update Package Validation Baseline to 10.4.0 #​7389 by @​jeffhandley (co-authored by @​Copilot)
  • Update ModelContextProtocol libraries to version 1.0.0 #​7340 by @​stephentoub (co-authored by @​Copilot)

Acknowledgements

  • @​eiriktsarpalis @​ericstj @​CodeBlanch @​lmolkova @​adamsitnik @​joperezr reviewed pull requests
    ... (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

  • MCP Server Tool Content and Function Call Approval APIs are now stable (previously MEAI001) #​7299
  • FakeLogCollector.GetLogsAsync(CancellationToken) is now stable (previously EXTEXP0003) #​7332

New Experimental APIs

  • New experimental AddExtendedHttpClientLogging overloads with wrapHandlersPipeline parameter (EXTEXP0013) #​7231

Removed Experimental APIs

  • AI Tool Reduction experimental APIs removed (was experimental under MEAI001) #​7353

What's Changed

AI

  • Add IHostedFileClient and friends #​7269 by @​stephentoub
  • Add web search tool call content #​7276 by @​stephentoub (co-authored by @​Copilot)
  • Surface OpenAI-compatible reasoning_content as TextReasoningContent #​7295 by @​stephentoub
  • MCP/Approvals/Tool Contents stabilization #​7299 by @​jozkee
  • Implement time_to_first_chunk and time_per_output_chunk streaming metrics in OpenTelemetryChatClient #​7325 by @​stephentoub (co-authored by @​Copilot)
  • Add openai.api.type telemetry attribute to OpenAI IChatClient implementations #​7316 by @​stephentoub (co-authored by @​Copilot)
  • Update OpenTelemetry Gen AI semantic conventions to v1.40 #​7322 by @​stephentoub (co-authored by @​Copilot)
  • Fix tool definitions emission regardless of sensitivity setting #​7346 by @​stephentoub (co-authored by @​Copilot)
  • Honor [Required] attribute in AI function parameter JSON schema generation #​7272 by @​stephentoub (co-authored by @​Copilot)
  • AddAIContentType automatically registers content type against every base in the inheritance chain up to AIContent #​7358 by @​jozkee (co-authored by @​Copilot)
  • Auto-mark server-handled FunctionCallContent as InformationalOnly #​7314 by @​stephentoub (co-authored by @​Copilot)
  • Map ReasoningEffort.None and ExtraHigh to none and xhigh in OpenAI IChatClient implementations #​7319 by @​stephentoub (co-authored by @​Copilot)
  • Handle DynamicMethod reflection limitations in AIFunctionFactory #​7287 by @​stephentoub (co-authored by @​Copilot)
  • Fix Activity.Current nulled during streaming tool invocation #​7321 by @​flaviocdc (co-authored by @​Copilot)
  • Handle FunctionCallOutputResponseItem in streaming response conversion #​7307 by @​stephentoub (co-authored by @​Copilot)
  • Fix serialization of response continuation tokens #​7356 by @​stephentoub
  • Remove AI Tool Reduction experimental APIs #​7353 by @​stephentoub (co-authored by @​Copilot)
  • Update OpenAI to 2.9.1 #​7349 by @​stephentoub

Telemetry and Observability

  • Introduce support for the Gauge metric type #​7203 by @​rainsxng
  • Update logging source generator to support generic methods #​7331 by @​svick (co-authored by @​Copilot)
  • Update logging source generator to match runtime PR #​124589 (ref readonly/params/scoped) #​7333 by @​svick (co-authored by @​Copilot)
  • Promote FakeLogCollector.GetLogsAsync(CancellationToken) from experimental to stable #​7332 by @​Demo30
  • Remove obsolete CS1591 warning suppression from generated file preamble #​7308 by @​luissena

HTTP Resilience and Diagnostics

... (truncated)

Commits viewable in compare view.

Updated NetDaemon.AppModel from 26.3.0 to 26.11.0.

Release notes

Sourced from NetDaemon.AppModel's releases.

26.11.0

👀 Summary

💥 Breaking changes

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

✨ New features

  • #​1358 Add sun event scheduling (e.g. RunAtSunrise() ) @​duanemck

⚡ Enhancements

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

⬆️ Dependency Updates

  • #​1357 Upgrade latest nuget packages except mqtt @​helto4real
  • #​1353 Bump docker/setup-qemu-action from 3 to 4 @dependabot[bot]
  • #​1356 Bump release-drafter/release-drafter from 6 to 7 @dependabot[bot]
  • #​1355 Bump docker/setup-buildx-action from 3 to 4 @dependabot[bot]

Links

Commits viewable in compare view.

Updated NetDaemon.AppModel.SourceDeployedApps from 26.3.0 to 26.11.0.

Release notes

Sourced from NetDaemon.AppModel.SourceDeployedApps's releases.

26.11.0

👀 Summary

💥 Breaking changes

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

✨ New features

  • #​1358 Add sun event scheduling (e.g. RunAtSunrise() ) @​duanemck

⚡ Enhancements

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

⬆️ Dependency Updates

  • #​1357 Upgrade latest nuget packages except mqtt @​helto4real
  • #​1353 Bump docker/setup-qemu-action from 3 to 4 @dependabot[bot]
  • #​1356 Bump release-drafter/release-drafter from 6 to 7 @dependabot[bot]
  • #​1355 Bump docker/setup-buildx-action from 3 to 4 @dependabot[bot]

Links

Commits viewable in compare view.

Updated NetDaemon.Client from 26.3.0 to 26.11.0.

Release notes

Sourced from NetDaemon.Client's releases.

26.11.0

👀 Summary

💥 Breaking changes

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

✨ New features

  • #​1358 Add sun event scheduling (e.g. RunAtSunrise() ) @​duanemck

⚡ Enhancements

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

⬆️ Dependency Updates

  • #​1357 Upgrade latest nuget packages except mqtt @​helto4real
  • #​1353 Bump docker/setup-qemu-action from 3 to 4 @dependabot[bot]
  • #​1356 Bump release-drafter/release-drafter from 6 to 7 @dependabot[bot]
  • #​1355 Bump docker/setup-buildx-action from 3 to 4 @dependabot[bot]

Links

Commits viewable in compare view.

Updated NetDaemon.Extensions.Logging from 26.3.0 to 26.11.0.

Release notes

Sourced from NetDaemon.Extensions.Logging's releases.

26.11.0

👀 Summary

💥 Breaking changes

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

✨ New features

  • #​1358 Add sun event scheduling (e.g. RunAtSunrise() ) @​duanemck

⚡ Enhancements

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

⬆️ Dependency Updates

  • #​1357 Upgrade latest nuget packages except mqtt @​helto4real
  • #​1353 Bump docker/setup-qemu-action from 3 to 4 @dependabot[bot]
  • #​1356 Bump release-drafter/release-drafter from 6 to 7 @dependabot[bot]
  • #​1355 Bump docker/setup-buildx-action from 3 to 4 @dependabot[bot]

Links

Commits viewable in compare view.

Updated NetDaemon.Extensions.Mqtt from 26.3.0 to 26.11.0.

Release notes

Sourced from NetDaemon.Extensions.Mqtt's releases.

26.11.0

👀 Summary

💥 Breaking changes

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

✨ New features

  • #​1358 Add sun event scheduling (e.g. RunAtSunrise() ) @​duanemck

⚡ Enhancements

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

⬆️ Dependency Updates

  • #​1357 Upgrade latest nuget packages except mqtt @​helto4real
  • #​1353 Bump docker/setup-qemu-action from 3 to 4 @dependabot[bot]
  • #​1356 Bump release-drafter/release-drafter from 6 to 7 @dependabot[bot]
  • #​1355 Bump docker/setup-buildx-action from 3 to 4 @dependabot[bot]

Links

Commits viewable in compare view.

Updated NetDaemon.Extensions.Scheduling from 26.3.0 to 26.11.0.

Release notes

Sourced from NetDaemon.Extensions.Scheduling's releases.

26.11.0

👀 Summary

💥 Breaking changes

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

✨ New features

  • #​1358 Add sun event scheduling (e.g. RunAtSunrise() ) @​duanemck

⚡ Enhancements

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

⬆️ Dependency Updates

  • #​1357 Upgrade latest nuget packages except mqtt @​helto4real
  • #​1353 Bump docker/setup-qemu-action from 3 to 4 @dependabot[bot]
  • #​1356 Bump release-drafter/release-drafter from 6 to 7 @dependabot[bot]
  • #​1355 Bump docker/setup-buildx-action from 3 to 4 @dependabot[bot]

Links

Commits viewable in compare view.

Updated NetDaemon.Extensions.Tts from 26.3.0 to 26.11.0.

Release notes

Sourced from NetDaemon.Extensions.Tts's releases.

26.11.0

👀 Summary

💥 Breaking changes

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

✨ New features

  • #​1358 Add sun event scheduling (e.g. RunAtSunrise() ) @​duanemck

⚡ Enhancements

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

⬆️ Dependency Updates

  • #​1357 Upgrade latest nuget packages except mqtt @​helto4real
  • #​1353 Bump docker/setup-qemu-action from 3 to 4 @dependabot[bot]
  • #​1356 Bump release-drafter/release-drafter from 6 to 7 @dependabot[bot]
  • #​1355 Bump docker/setup-buildx-action from 3 to 4 @dependabot[bot]

Links

Commits viewable in compare view.

Updated NetDaemon.HassModel from 26.3.0 to 26.11.0.

Release notes

Sourced from NetDaemon.HassModel's releases.

26.11.0

👀 Summary

💥 Breaking changes

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

✨ New features

  • #​1358 Add sun event scheduling (e.g. RunAtSunrise() ) @​duanemck

⚡ Enhancements

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

⬆️ Dependency Updates

  • #​1357 Upgrade latest nuget packages except mqtt @​helto4real
  • #​1353 Bump docker/setup-qemu-action from 3 to 4 @dependabot[bot]
  • #​1356 Bump release-drafter/release-drafter from 6 to 7 @dependabot[bot]
  • #​1355 Bump docker/setup-buildx-action from 3 to 4 @dependabot[bot]

Links

Commits viewable in compare view.

Updated NetDaemon.Runtime from 26.3.0 to 26.11.0.

Release notes

Sourced from NetDaemon.Runtime's releases.

26.11.0

👀 Summary

💥 Breaking changes

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

✨ New features

  • #​1358 Add sun event scheduling (e.g. RunAtSunrise() ) @​duanemck

⚡ Enhancements

  • #​1351 MQTT: Use default_entity_id instead of object_id @​brechtvhb

⬆️ Dependency Updates

  • #​1357 Upgrade latest nuget packages except mqtt @​helto4real
  • #​1353 Bump docker/setup-qemu-action from 3 to 4 @dependabot[bot]
  • #​1356 Bump release-drafter/release-drafter from 6 to 7 @dependabot[bot]
  • #​1355 Bump docker/setup-buildx-action from 3 to 4 @dependabot[bot]

Links

Commits viewable in compare view.

Updated OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.0 to 1.15.3.

Release notes

Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.

1.15.3

For highlights and announcements pertaining to this release see: Release Notes > 1.15.3.

The following changes are from the previous release 1.15.2.

  • NuGet: OpenTelemetry v1.15.3

    • Fix resource leak in batch and periodic exporting task workers for Blazor/WASM.
      (#​7069)

    • Fixed LogRecord.LogLevel to preserve LogLevel.None and handle
      unspecified or out-of-range severities without returning invalid enum values.
      (#​7092)

    • Fixed OTEL_TRACES_SAMPLER_ARG handling to treat out-of-range, NaN, and
      infinite values as invalid and fall back to the default ratio when using
      traceidratio and parentbased_traceidratio samplers.
      (#​7103)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.15.3

    • Fix baggage and trace headers not respecting the maximum length in some cases.
      (#​7061)

    • Improve efficiency of parsing of baggage and B3 propagation headers.
      (#​7061)

    • Breaking change: Fixed tracestate parsing to reject keys that do not
      begin with a lowercase letter, including keys beginning with digits, to
      align with the W3C Trace Context specification.
      (#​7065)

    • Fixed BaggagePropagator to trim optional whitespace (OWS) around =
      separators when parsing the baggage header, as required by the
      W3C Baggage specification.
      (#​7009)

    • Fixed BaggagePropagator to strip baggage properties (e.g. ;metadata)
      from values when parsing the baggage header.
      (#​7009)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.15.3

    No notable changes.

    See CHANGELOG for details.

... (truncated)

1.15.3-beta.1

The following changes are from the previous release 1.15.2-beta.1.

1.15.2

For highlights and announcements pertaining to this release see: Release Notes > 1.15.2.

The following changes are from the previous release 1.15.1.

... (truncated)

1.15.2-beta.1

The following changes are from the previous release 1.15.1-beta.1.

1.15.1

For highlights and announcements pertaining to this release see: Release Notes > 1.15.1.

The following changes are from the previous release 1.15.0.

... (truncated)

1.15.1-beta.1

The following changes are from the previous release 1.15.0-beta.1.

Commits viewable in compare view.

Updated OpenTelemetry.Extensions.Hosting from 1.15.0 to 1.15.3.

Release notes

Sourced from OpenTelemetry.Extensions.Hosting's releases.

1.15.3

For highlights and announcements pertaining to this release see: Release Notes > 1.15.3.

The following changes are from the previous release 1.15.2.

  • NuGet: OpenTelemetry v1.15.3

    • Fix resource leak in batch and periodic exporting task workers for Blazor/WASM.
      (#​7069)

    • Fixed LogRecord.LogLevel to preserve LogLevel.None and handle
      unspecified or out-of-range severities without returning invalid enum values.
      (#​7092)

    • Fixed OTEL_TRACES_SAMPLER_ARG handling to treat out-of-range, NaN, and
      infinite values as invalid and fall back to the default ratio when using
      traceidratio and parentbased_traceidratio samplers.
      (#​7103)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api v1.15.3

    • Fix baggage and trace headers not respecting the maximum length in some cases.
      (#​7061)

    • Improve efficiency of parsing of baggage and B3 propagation headers.
      (#​7061)

    • Breaking change: Fixed tracestate parsing to reject keys that do not
      begin with a lowercase letter, including keys beginning with digits, to
      align with the W3C Trace Context specification.
      (#​7065)

    • Fixed BaggagePropagator to trim optional whitespace (OWS) around =
      separators when parsing the baggage header, as required by the
      W3C Baggage specification.
      (#​7009)

    • Fixed BaggagePropagator to strip baggage properties (e.g. ;metadata)
      from values when parsing the baggage header.
      (#​7009)

    See CHANGELOG for details.

  • NuGet: OpenTelemetry.Api.ProviderBuilderExtensions v1.15.3

    No notable changes.

    See CHANGELOG for details.

... (truncated)

1.15.3-beta.1

The following changes are from the previous release 1.15.2-beta.1.

1.15.2

For highlights and announcements pertaining to this release see: Release Notes > 1.15.2.

The following changes are from the previous release 1.15.1.

... (truncated)

1.15.2-beta.1

The following changes are from the previous release 1.15.1-beta.1.

1.15.1

For highlights and announcements pertaining to this release see: Release Notes > 1.15.1.

The following changes are from the previous release 1.15.0.

  • NuGet: OpenTelemetry v1.15.1

    • Fixed Tracer.StartSpan() leaving the new span as Activity.Current when
      the previous activity was stopped by another thread during span creation.
      (#​6257)

    • Fixed OverflowException in TraceIdRatioBasedSampler when trace ID bytes
      produced long.MinValue.
      ([#​6928])

    • Fixed precision issues when using `Histo...

_Description ...

Description has been truncated

Bumps BootstrapBlazor from 10.3.1 to 10.5.1
Bumps Microsoft.AspNetCore.Components.WebAssembly from 10.0.3 to 10.0.7
Bumps Microsoft.AspNetCore.Components.WebAssembly.Server from 10.0.3 to 10.0.7
Bumps Microsoft.AspNetCore.OpenApi from 10.0.3 to 10.0.7
Bumps Microsoft.Extensions.Http.Resilience from 10.3.0 to 10.5.0
Bumps Microsoft.Extensions.ServiceDiscovery from 10.3.0 to 10.5.0
Bumps NetDaemon.AppModel from 26.3.0 to 26.11.0
Bumps NetDaemon.AppModel.SourceDeployedApps from 26.3.0 to 26.11.0
Bumps NetDaemon.Client from 26.3.0 to 26.11.0
Bumps NetDaemon.Extensions.Logging from 26.3.0 to 26.11.0
Bumps NetDaemon.Extensions.Mqtt from 26.3.0 to 26.11.0
Bumps NetDaemon.Extensions.Scheduling from 26.3.0 to 26.11.0
Bumps NetDaemon.Extensions.Tts from 26.3.0 to 26.11.0
Bumps NetDaemon.HassModel from 26.3.0 to 26.11.0
Bumps NetDaemon.Runtime from 26.3.0 to 26.11.0
Bumps OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.15.0 to 1.15.3
Bumps OpenTelemetry.Extensions.Hosting from 1.15.0 to 1.15.3
Bumps OpenTelemetry.Instrumentation.AspNetCore from 1.15.0 to 1.15.2
Bumps OpenTelemetry.Instrumentation.Http from 1.15.0 to 1.15.1
Bumps OpenTelemetry.Instrumentation.Runtime from 1.15.0 to 1.15.1

---
updated-dependencies:
- dependency-name: BootstrapBlazor
  dependency-version: 10.5.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.Server
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-version: 10.0.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: Microsoft.Extensions.Http.Resilience
  dependency-version: 10.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: Microsoft.Extensions.ServiceDiscovery
  dependency-version: 10.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: NetDaemon.AppModel
  dependency-version: 26.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: NetDaemon.AppModel.SourceDeployedApps
  dependency-version: 26.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: NetDaemon.Client
  dependency-version: 26.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: NetDaemon.Extensions.Logging
  dependency-version: 26.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: NetDaemon.Extensions.Mqtt
  dependency-version: 26.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: NetDaemon.Extensions.Scheduling
  dependency-version: 26.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: NetDaemon.Extensions.Tts
  dependency-version: 26.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: NetDaemon.HassModel
  dependency-version: 26.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: NetDaemon.Runtime
  dependency-version: 26.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: OpenTelemetry.Exporter.OpenTelemetryProtocol
  dependency-version: 1.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: OpenTelemetry.Extensions.Hosting
  dependency-version: 1.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: OpenTelemetry.Instrumentation.AspNetCore
  dependency-version: 1.15.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: OpenTelemetry.Instrumentation.Http
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: OpenTelemetry.Instrumentation.Runtime
  dependency-version: 1.15.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Apr 22, 2026
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.

0 participants