Skip to content

Bump Microsoft.ApplicationInsights.WorkerService from 2.22.0 to 3.0.0#14

Merged
infinyte merged 1 commit intomainfrom
dependabot/nuget/Microsoft.ApplicationInsights.WorkerService-3.0.0
Feb 13, 2026
Merged

Bump Microsoft.ApplicationInsights.WorkerService from 2.22.0 to 3.0.0#14
infinyte merged 1 commit intomainfrom
dependabot/nuget/Microsoft.ApplicationInsights.WorkerService-3.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Updated Microsoft.ApplicationInsights.WorkerService from 2.22.0 to 3.0.0.

Release notes

Sourced from Microsoft.ApplicationInsights.WorkerService's releases.

3.0.0

3.0.0-rc1

3.0.0-beta2

Added

  • Automatic configuration binding from "ApplicationInsights" section in appsettings.json for both AspNetCore and WorkerService packages with configuration precedence: environment variables > explicit configuration > appsettings.json
  • Added support for Entra ID (Azure Active Directory) authentication using Azure.Core.TokenCredential
  • Added Self Diagnostics feature
  • Updated the default sampler from Fixed Rate to Rate-Limited Sampling.
  • Update Azure Monitor Exporter to 1.6.0-beta.2
  • Add comprehensive applicationinsights.config support
  • Add properties in TelemetryConfiguration to configure underlying exporter

Bug fix

  • Fix TrackMetric(MetricTelemetry) unsupported telemetry type error

3.0.0-beta1

  • The following Application Insights packages in this repo now use OpenTelemetry internally. OpenTelemetry is the industry standard for telemetry collection and provides better interoperability with other observability tools.
    • Microsoft.ApplicationInsights
    • Microsoft.ApplicationInsights.AspNetCore
    • Microsoft.ApplicationInsights.WorkerService
    • Microsoft.ApplicationInsights.Web
    • Microsoft.ApplicationInsights.NLogTarget
  • Classic APIs of the above packages are preserved; calls are translated to OpenTelemetry telemetry.
  • Other packages not listed above (such as certain auto-collectors and logging adapters that were published from this repo previously) will not have future versions published. See BreakingChanges.md for details.

2.23.0

  • no changes since beta.

2.23.0-beta1

Commits viewable in compare view.

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
  • @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)
  • @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)

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 13, 2026

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

---
updated-dependencies:
- dependency-name: Microsoft.ApplicationInsights.WorkerService
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/Microsoft.ApplicationInsights.WorkerService-3.0.0 branch from bd90fe0 to a64e7b3 Compare February 13, 2026 06:01
@infinyte infinyte merged commit c5d708c into main Feb 13, 2026
1 check failed
@dependabot dependabot bot deleted the dependabot/nuget/Microsoft.ApplicationInsights.WorkerService-3.0.0 branch February 13, 2026 06:43
infinyte pushed a commit that referenced this pull request Feb 14, 2026
- Update Microsoft.Extensions.Options 8.0.2 → 10.0.0 and
  Microsoft.Extensions.Http 8.0.1 → 10.0.0 to resolve NU1605
  package downgrade errors caused by Microsoft.Azure.Functions.Worker
  2.51.0 transitively requiring Microsoft.Extensions.Hosting 10.0.0
- Apply FluentAssertions 6.12.2 → 8.8.0 bump that was lost during
  merge conflict resolution of dependabot PR #13
- Apply Microsoft.ApplicationInsights.WorkerService 2.22.0 → 3.0.0
  bump that was lost during merge conflict resolution of dependabot
  PR #14
- Fix NullReferenceException in ApplicationInsightsTelemetryService
  .TrackMetric caused by MetricTelemetry.Properties returning null
  in AppInsights 3.0.0 — use TelemetryClient.TrackMetric overload
  that accepts properties directly
- Update ApplicationInsightsTelemetryServiceTests for AppInsights
  3.0.0 which removed ITelemetryChannel and ITelemetry types

https://claude.ai/code/session_01U7Bnndhr1ZmonC7x65LF4w
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments