Bump the minor-and-patch group with 2 updates#69
Conversation
Bumps Azure.Monitor.OpenTelemetry.AspNetCore from 1.4.0 to 1.5.0 Bumps Microsoft.NET.Test.Sdk from 18.4.0 to 18.5.1 --- updated-dependencies: - dependency-name: Azure.Monitor.OpenTelemetry.AspNetCore dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 18.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Local pre-merge validation (GPT-5.5 final-diff review)Validated in worktree from PR head
One decision documented
Decision: accept the new default (no code change). Rationale:
CONTEXT.md will be updated as part of the merge to record this. |
There was a problem hiding this comment.
Pull request overview
Updates backend/test dependencies in the .NET solution, primarily bumping Azure Monitor OpenTelemetry integration and the .NET test SDK.
Changes:
- Bump
Azure.Monitor.OpenTelemetry.AspNetCorefrom1.4.0to1.5.0in the API project. - Bump
Microsoft.NET.Test.Sdkfrom18.4.0to18.5.1in the API test project.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| src/api/NaturalizationPuzzle.Api.csproj | Updates Azure Monitor OpenTelemetry package version used by the API. |
| tests/api/NaturalizationPuzzle.Api.Tests.csproj | Updates test SDK package version used by xUnit test project. |
henrik-me
left a comment
There was a problem hiding this comment.
Dependabot PR validated locally per repo conventions: GPT-5.5 final-diff review (plan+diff for #57 as a major bump), full pre-push verification (build/test/E2E), Copilot PR review loop completed with all threads resolved. Approving as the human reviewer to satisfy the branch ruleset's required-approval gate.
Azure.Monitor.OpenTelemetry.AspNetCore 1.5.0 (PR #69) changed the default sampler from 100%-sampling ApplicationInsightsSampler to RateLimitedSampler at 5 traces/sec. This app accepts the new default; document the rationale and the opt-out snippet, and qualify the Requests telemetry table row to note that exports are sampled. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Updated Azure.Monitor.OpenTelemetry.AspNetCore from 1.4.0 to 1.5.0.
Release notes
Sourced from Azure.Monitor.OpenTelemetry.AspNetCore's releases.
1.5.0
1.5.0 (2026-04-30)
Features Added
(#56438)
Breaking Changes
ApplicationInsightsSamplerwith 100% sampling (all traces sampled) toRateLimitedSamplerwith 5.0 traces per second. This change significantlyreduces telemetry volume for high-traffic applications and provides better
cost optimization out of the box.
Impact: Applications with more than 5 requests per second will see fewer
traces exported by default.
Migration: To maintain the previous behavior (100% sampling), explicitly
configure the sampler:
Bugs Fixed
instead of replica names in the Role Instance field.
(#54586)
1.5.0-beta.1
1.5.0-beta.1 (2026-04-28)
Features Added
package-2024-05-01topackage-preview-2025-06. Tag detail available at https://github.com/Azure/azure-rest-api-specs/blob/main/specification/appconfiguration/resource-manager/readme.md.AzureFrontDoorproperty toAppConfigurationStoreDataandAppConfigurationStorePatchto support Azure Front Door configuration for a configuration store.AppConfigurationAzureFrontDoorPropertieswith aResourceIdproperty representing an Azure Front Door profile resource ID.1.4.2
1.4.2 (2026-04-28)
Other Changes
Azure.Coreto 1.54.0.Azure.ResourceManagerto 1.14.0.1.4.1
1.4.1 (2026-04-27)
Other Changes
Azure.Coreto 1.54.0.Azure.ResourceManagerto 1.14.0.Commits viewable in compare view.
Updated Microsoft.NET.Test.Sdk from 18.4.0 to 18.5.1.
Release notes
Sourced from Microsoft.NET.Test.Sdk's releases.
18.5.1
What's Changed
Full Changelog: microsoft/vstest@v18.5.0...v18.5.1
18.5.0
What's Changed
Full Changelog: microsoft/vstest@v18.4.0...v18.5.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 conditions