Bump the dotnet-sample-app-deps group across 1 directory with 6 updates
Bumps the dotnet-sample-app-deps group with 6 updates in the /sample-apps/dotnet-sample-app directory:
| Package | From | To |
|---|---|---|
| AWSSDK.S3 | 3.7.305.11 |
3.7.307.29 |
| OpenTelemetry.Exporter.OpenTelemetryProtocol | 1.7.0 |
1.8.1 |
| OpenTelemetry.Instrumentation.AspNetCore | 1.0.0-rc9.14 |
1.8.1 |
| OpenTelemetry.Instrumentation.Http | 1.0.0-rc9.14 |
1.8.1 |
| System.Diagnostics.DiagnosticSource | 8.0.0 |
8.0.1 |
| YamlDotNet | 13.7.1 |
15.1.2 |
Updates AWSSDK.S3 from 3.7.305.11 to 3.7.307.29
Commits
- See full diff in compare view
Updates OpenTelemetry.Exporter.OpenTelemetryProtocol from 1.7.0 to 1.8.1
Release notes
Sourced from OpenTelemetry.Exporter.OpenTelemetryProtocol's releases.
core-1.8.1
OpenTelemetry
- Fixed an issue in Logging where unwanted objects (processors, exporters, etc.) could be created inside delegates automatically executed by the Options API during configuration reload. (#5514)
OpenTelemetry.Exporter.OpenTelemetryProtocol
- Fix native AoT warnings in
OpenTelemetry.Exporter.OpenTelemetryProtocol. (#5520)Instrumentation.Http-1.8.1
OpenTelemetry.Instrumentation.Http
- Breaking Change: Fixed tracing instrumentation so that by default any values detected in the query string component of requests are replaced with the text
Redactedwhen building theurl.fulltag. For example,?key1=value1&key2=value2becomes?key1=Redacted&key2=Redacted. You can disable this redaction by setting the environment variableOTEL_DOTNET_EXPERIMENTAL_HTTPCLIENT_DISABLE_URL_QUERY_REDACTIONtotrue. (#5532)Instrumentation.AspNetCore-1.8.1
OpenTelemetry.Instrumentation.AspNetCore
- Breaking Change: Fixed tracing instrumentation so that by default any values detected in the query string component of requests are replaced with the text
Redactedwhen building theurl.querytag. For example,?key1=value1&key2=value2becomes?key1=Redacted&key2=Redacted. You can disable this redaction by setting the environment variableOTEL_DOTNET_EXPERIMENTAL_ASPNETCORE_DISABLE_URL_QUERY_REDACTIONtotrue. (#5532)Instrumentation.SqlClient-1.8.0-beta.1
No release notes provided.
Instrumentation.Http-1.8.0
OpenTelemetry.Instrumentation.Http
Fixed an issue for spans when
server.portattribute was not set withserver.addresswhen it has default values (80forHTTPand443forHTTPSprotocol). (#5419)Fixed an issue where the
http.request.method_originalattribute was not set on activity. Now, whenhttp.request.methodis set and the original method is converted to its canonical form (e.g.,Getis converted toGET), the original valueGetwill be stored inhttp.request.method_original.
... (truncated)
Commits
5086977[main-1.8.0] Update CHANGELOGs for core-1.8.1 release (#5544)34daa1f[main-1.8.0] Backport fixes for 1.8.1 core release (#5543)fb74013Update CHANGELOG and API files for 1.8.0 stable release (#5494)e0af47eMinor doc structure improvement (#5496)dbec6f8[otlp] Rename key for enabling retries during transient failures (#5495)e5ca93b[docs-metrics] Add back SetMaxMetricPointsPerMetricStream example (#5493)39d960e[docs-traces] Added version info to the OTEL_TRACES_SAMPLER doc (#5492)2e30089[otlp] Remove AppContext verification when using grpc + insecure endpoints (#...1374a7d[Instrumentation.AspNetCore] Fix span names when http.request.method is repor...d64318f[repo] Bump MinVer to 5.0.0 (#5490)- Additional commits viewable in compare view
Updates OpenTelemetry.Instrumentation.AspNetCore from 1.0.0-rc9.14 to 1.8.1
Release notes
Sourced from OpenTelemetry.Instrumentation.AspNetCore's releases.
core-1.8.1
OpenTelemetry
- Fixed an issue in Logging where unwanted objects (processors, exporters, etc.) could be created inside delegates automatically executed by the Options API during configuration reload. (#5514)
OpenTelemetry.Exporter.OpenTelemetryProtocol
- Fix native AoT warnings in
OpenTelemetry.Exporter.OpenTelemetryProtocol. (#5520)Instrumentation.Http-1.8.1
OpenTelemetry.Instrumentation.Http
- Breaking Change: Fixed tracing instrumentation so that by default any values detected in the query string component of requests are replaced with the text
Redactedwhen building theurl.fulltag. For example,?key1=value1&key2=value2becomes?key1=Redacted&key2=Redacted. You can disable this redaction by setting the environment variableOTEL_DOTNET_EXPERIMENTAL_HTTPCLIENT_DISABLE_URL_QUERY_REDACTIONtotrue. (#5532)Instrumentation.AspNetCore-1.8.1
OpenTelemetry.Instrumentation.AspNetCore
- Breaking Change: Fixed tracing instrumentation so that by default any values detected in the query string component of requests are replaced with the text
Redactedwhen building theurl.querytag. For example,?key1=value1&key2=value2becomes?key1=Redacted&key2=Redacted. You can disable this redaction by setting the environment variableOTEL_DOTNET_EXPERIMENTAL_ASPNETCORE_DISABLE_URL_QUERY_REDACTIONtotrue. (#5532)Instrumentation.SqlClient-1.8.0-beta.1
No release notes provided.
Instrumentation.Http-1.8.0
OpenTelemetry.Instrumentation.Http
Fixed an issue for spans when
server.portattribute was not set withserver.addresswhen it has default values (80forHTTPand443forHTTPSprotocol). (#5419)Fixed an issue where the
http.request.method_originalattribute was not set on activity. Now, whenhttp.request.methodis set and the original method is converted to its canonical form (e.g.,Getis converted toGET), the original valueGetwill be stored inhttp.request.method_original.
... (truncated)
Commits
5086977[main-1.8.0] Update CHANGELOGs for core-1.8.1 release (#5544)34daa1f[main-1.8.0] Backport fixes for 1.8.1 core release (#5543)fb74013Update CHANGELOG and API files for 1.8.0 stable release (#5494)e0af47eMinor doc structure improvement (#5496)dbec6f8[otlp] Rename key for enabling retries during transient failures (#5495)e5ca93b[docs-metrics] Add back SetMaxMetricPointsPerMetricStream example (#5493)39d960e[docs-traces] Added version info to the OTEL_TRACES_SAMPLER doc (#5492)2e30089[otlp] Remove AppContext verification when using grpc + insecure endpoints (#...1374a7d[Instrumentation.AspNetCore] Fix span names when http.request.method is repor...d64318f[repo] Bump MinVer to 5.0.0 (#5490)- Additional commits viewable in compare view
Updates OpenTelemetry.Instrumentation.Http from 1.0.0-rc9.14 to 1.8.1
Release notes
Sourced from OpenTelemetry.Instrumentation.Http's releases.
core-1.8.1
OpenTelemetry
- Fixed an issue in Logging where unwanted objects (processors, exporters, etc.) could be created inside delegates automatically executed by the Options API during configuration reload. (#5514)
OpenTelemetry.Exporter.OpenTelemetryProtocol
- Fix native AoT warnings in
OpenTelemetry.Exporter.OpenTelemetryProtocol. (#5520)Instrumentation.Http-1.8.1
OpenTelemetry.Instrumentation.Http
- Breaking Change: Fixed tracing instrumentation so that by default any values detected in the query string component of requests are replaced with the text
Redactedwhen building theurl.fulltag. For example,?key1=value1&key2=value2becomes?key1=Redacted&key2=Redacted. You can disable this redaction by setting the environment variableOTEL_DOTNET_EXPERIMENTAL_HTTPCLIENT_DISABLE_URL_QUERY_REDACTIONtotrue. (#5532)Instrumentation.AspNetCore-1.8.1
OpenTelemetry.Instrumentation.AspNetCore
- Breaking Change: Fixed tracing instrumentation so that by default any values detected in the query string component of requests are replaced with the text
Redactedwhen building theurl.querytag. For example,?key1=value1&key2=value2becomes?key1=Redacted&key2=Redacted. You can disable this redaction by setting the environment variableOTEL_DOTNET_EXPERIMENTAL_ASPNETCORE_DISABLE_URL_QUERY_REDACTIONtotrue. (#5532)Instrumentation.SqlClient-1.8.0-beta.1
No release notes provided.
Instrumentation.Http-1.8.0
OpenTelemetry.Instrumentation.Http
Fixed an issue for spans when
server.portattribute was not set withserver.addresswhen it has default values (80forHTTPand443forHTTPSprotocol). (#5419)Fixed an issue where the
http.request.method_originalattribute was not set on activity. Now, whenhttp.request.methodis set and the original method is converted to its canonical form (e.g.,Getis converted toGET), the original valueGetwill be stored inhttp.request.method_original.
... (truncated)
Commits
5086977[main-1.8.0] Update CHANGELOGs for core-1.8.1 release (#5544)34daa1f[main-1.8.0] Backport fixes for 1.8.1 core release (#5543)fb74013Update CHANGELOG and API files for 1.8.0 stable release (#5494)e0af47eMinor doc structure improvement (#5496)dbec6f8[otlp] Rename key for enabling retries during transient failures (#5495)e5ca93b[docs-metrics] Add back SetMaxMetricPointsPerMetricStream example (#5493)39d960e[docs-traces] Added version info to the OTEL_TRACES_SAMPLER doc (#5492)2e30089[otlp] Remove AppContext verification when using grpc + insecure endpoints (#...1374a7d[Instrumentation.AspNetCore] Fix span names when http.request.method is repor...d64318f[repo] Bump MinVer to 5.0.0 (#5490)- Additional commits viewable in compare view
Updates System.Diagnostics.DiagnosticSource from 8.0.0 to 8.0.1
Commits
bf5e279Merge in 'release/8.0' changesa6e4834[release/8.0] Free the tls memory on thread termination (#95439)eddf880Merge in 'release/8.0' changes89a2364[release/8.0] Downgrade ServicingVersion for Microsoft.Extensions.Options to ...d682195Merge in 'release/8.0' changes8557ef2Merge pull request #95148 from carlossanlop/release/8.0-stagingaaa4b27Merge pull request #95082 from dotnet-maestro-bot/merge/release/8.0-to-releas...72e5ae9X509Chain.Build should throw when an internal error occursa20ee6f[release/8.0-staging] Fix JsonArray.Add and ReplaceWith regressions. (#94882)4fc3df2Fix incremental servicing condition (#95119)- Additional commits viewable in compare view
Updates YamlDotNet from 13.7.1 to 15.1.2
Release notes
Sourced from YamlDotNet's releases.
Release 15.1.2
- Merge pull request #912 from EdwardCooke/ec-732
Fixed #732, quote strings starting with whitespace charactersRelease 15.1.1
Release 15.1.0
Update the NuGet API key
Merge pull request #897 from EdwardCooke/ec-net80-enumsasnumbers
Enables #773
Adds naming conventions for convert enums to/from scalars
Adds .NET8 binaries
Adds support for custom formatting of enums, easy to expose enums as integers or whatever else.
Quotes necessary enum strings (Null for example)
Breaking: For those that get impacted pass in NullNamingConvention.Instance to the EnumNamingConvetion arguments on the constructor
Breaking: Removed many of the redundant constructors for the classes, pass in the old default values to the new constructorsMerge pull request #898 from EdwardCooke/ec-removeoldframeworks
Breaking: Removes old frameworks, .net35, .net45Merge pull request #895 from stijnherreman/issue-677
Make the type converters available to custom pre-processing phase visitors.Merge pull request #899 from EdwardCooke/ec-includenet80
Added .net8 libraries to appveyorMerge pull request #887 from dougbu/dougbu/blank.lines.886
Handle blank lines inYaml.Text()
Commits
7ae209bQuoted test changes to not log to stdout33ed33bMerge pull request #912 from EdwardCooke/ec-73266c68a2Fixed #732, quote strings starting with whitespace characters19d7875Merge pull request #902 from EdwardCooke/ec-901b735083Fixed #901 - private constructor and tag issuefa65881Merge pull request #887 from dougbu/dougbu/blank.lines.8867daf14cMerge pull request #899 from EdwardCooke/ec-includenet80cfac11bAdded .net8 libraries to appveyor0ca7b09Merge pull request #895 from stijnherreman/issue-6773f75e84Make the type converters available to custom pre-processing phase visitors.- Additional 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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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