Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2025

Updated Amazon.CDK.Lib from 2.221.1 to 2.222.0.

Release notes

Sourced from Amazon.CDK.Lib's releases.

2.222.0

⚠ BREAKING CHANGES

  • bedrock-agentcore: The signature of RuntimeAuthorizerConfiguration.usingCognito() has changed to accept IUserPool and IUserPoolClient constructs instead of string parameters, and now supports multiple clients.

Features

Bug Fixes


Alpha modules (2.222.0-alpha.0)

Features

Bug Fixes

Commits viewable in compare view.

Updated Amazon.Lambda.APIGatewayEvents from 2.7.1 to 2.7.2.

Release notes

Sourced from Amazon.Lambda.APIGatewayEvents's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Amazon.Lambda.Core from 2.7.1 to 2.8.0.

Release notes

Sourced from Amazon.Lambda.Core's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated AWS.Lambda.Powertools.Logging from 3.0.1 to 3.0.2.

Release notes

Sourced from AWS.Lambda.Powertools.Logging's releases.

3.0.2

Summary

In this release we fixed a bug that caused correlation ids not to be captured due to case sensitive string matching. We also added a new API to get the correlation id from the Logging utility

Changes

Correlation ID extraction improvements

Enhanced the CaptureCorrelationId method to try multiple strategies for extracting the correlation ID: first by exact (case-sensitive) match, then by output case transformation, and finally by case-insensitive search. This makes correlation ID retrieval more reliable across various event shapes.

Public API enhancements

| Docs

  • Added a static CorrelationId property to the Logger class, allowing easy access to the current correlation ID from log context.
  • Introduced a new GetCorrelationId extension method for ILogger, providing a convenient way to access the correlation ID from any logger instance.

Bugs

  • chore: Fix correlationid case insensitive (#​1049) by @​hjgraca

🔧 Maintenance

  • chore: Bump version from 3.0.1 to 3.0.2 (#​1056) by @​hjgraca
  • chore(deps): bump actions/upload-artifact from 4.6.2 to 5.0.0 (#​1052) by @dependabot[bot]
  • chore(deps): bump actions/download-artifact from 5.0.0 to 6.0.0 (#​1051) by @dependabot[bot]
  • chore(deps): bump github/codeql-action from 4.30.9 to 4.31.0 (#​1050) by @dependabot[bot]

This release was made possible by the following contributors:

@​dependabot[bot], @​hjgraca and dependabot[bot]

Commits viewable in compare view.

Updated AWSSDK.DynamoDBv2 from 4.0.9.3 to 4.0.9.4.

Release notes

Sourced from AWSSDK.DynamoDBv2's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated AWSSDK.EventBridge from 4.0.5.2 to 4.0.5.3.

Release notes

Sourced from AWSSDK.EventBridge's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated AWSSDK.SimpleNotificationService from 4.0.1.1 to 4.0.2.3.

Release notes

Sourced from AWSSDK.SimpleNotificationService's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated AWSSDK.SimpleSystemsManagement from 4.0.3.1 to 4.0.6.

Release notes

Sourced from AWSSDK.SimpleSystemsManagement's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated AWSSDK.StepFunctions from 4.0.0.23 to 4.0.1.1.

Release notes

Sourced from AWSSDK.StepFunctions's releases.

No release notes found for this version range.

Commits viewable in compare view.

Updated Constructs from 10.4.2 to 10.4.3.

Release notes

Sourced from Constructs's releases.

10.4.3

10.4.3 (2025-11-06)

Bug Fixes

Commits viewable in compare view.

Updated Datadog.Trace from 3.22.0 to 3.30.0.

Release notes

Sourced from Datadog.Trace's releases.

3.30.0

Summary

  • [Tracer] Add support for Azure Event Hubs
  • [Test Optimization] Add support for MSTest 4.x.x
  • [OpenTelemetry] OTLP Logs API Support
  • [Continuous Profiler] Performance improvements

Changes

Tracer

  • [Tracer] Add Azure Event Hubs instrumentation (#​7620)
  • [OTEL] OTLP Logs API Support (#​7680)
  • [Tracer] Add new process tags (#​7651)
  • small follow up on process tags (#​7743)
  • Removing Forgiven Nulls (#​7745)
  • Add fix for whitespace in exporter settings and metrics URL (#​7747)
  • Fix ad-hoc use of TracerSettings to use MutableSettings where appropriate (#​7543)
  • Fix calls to IsIntegrationEnabled(), IsErrorStatusCode(), and GetIntegrationAnalyticsSampleRate() (#​7544)
  • Enforce that you can't update exporter settings to point to UDS on Windows (#​7721)

CI Visibility

  • [Test Optimization] MsTest support updates (#​7663)

Continuous Profiler

  • [Profiler] Perf improvements + cleanup (#​7696)
  • [crashtracker] Fix native and managed callstacks merge (#​7703)
  • [Profiler] Don't take tracer stable config notification when kill switch detected (#​7705)

Fixes

  • Protect against claimsPrincipal being null (#​7719)

Build / Test

  • [Config Registry] 1/5 Add gitlab step and json configuration file and yaml for doc (#​7548)
  • managed loader: refactor for testability, add unit tests (#​7594)
  • Update to .NET RC2 (#​7659)
  • [Test Package Versions Bump] Updating package versions (#​7673)
  • Run dsm-throughput macrobenchmarks on master push & schedule (#​7686)
  • Update .gitignore to ignore local Claude Code settings (#​7691)
  • Comment out new test agent on Windows (#​7692)
  • [Test Package Versions Bump] Updating package versions (#​7693)
  • Remove CodeQL workflow (#​7701)
  • [Test Package Versions Bump] Updating package versions (#​7712)
  • Update Linux VMs (#​7718)
  • [Test Package Versions Bump] Updating package versions (#​7726)
  • Split integration tests in groups (#​7733)
  • [Tracer] Fix EventHubs flaky batch test (#​7734)

Miscellaneous

  • [onboarding] make DD_DOTNET_TRACER_HOME optional in managed loader (#​7568)
  • Revert "make DD_DOTNET_TRACER_HOME optional in managed loader (#​7568)" (#​7704)
    ... (truncated)

3.29.0

Summary

Changes

Tracer

  • Rebuild MutableSettings on dynamic config changes (#​7525)
  • Move DefaultServiceName to MutableSettings (#​7530)
  • Simplify PerTraceSettings.GetServiceName() (#​7532)
  • [PDB] Handle exception during opening a pdb file (#​7573)

CI Visibility

  • [TestOptimization] Catch IOException on the Git folder discovery (#​7658)

Continuous Profiler

  • [crashtracker/profiler] Notify profiler the application is crashing (#​7657)

Debugger

  • [Dynamic Instrumentation] DEBUG-3695 Return correct RC apply details (#​6890)
  • [Dynamic Instrumentation] Skip some debugger tests on .NET 8 or greater (#​7631)
  • Minor fix in DynamicConfigurationManager update process (#​7664)
  • [Dynamic Instrumentation] DEBUG 3794 Stabilize snapshot enumerable serializing (#​6910)
  • [Dynamic Instrumentation] DEBUG-3959 Guard against undefined value expression (#​7008)
  • [Debugger Default-On] DEBUG-4341 Forward snapshots to debugger intake (#​7388)
  • [Dynamic Instrumentation] Ensure DI metric probe does not send automatic telemetry (#​7621)
  • [Dynamic Instrumentation] Remove reference types value property from snapshot (#​7635)

Serverless

  • [Azure Functions] Add aas.site.kind tag to agentless logs (#​7623)
  • [Azure Functions] Skip instrumenting orchestrator functions (#​7640)

Miscellaneous

  • [OTEL] Metrics API Support - Metrics Reader & OTLP Exporter (#​7514)
  • [internal docs] Add CI troubleshooting documentation (#​7634)
  • [OTEL] Moves OTelMetrics Under OpenTelemetry.Metrics (#​7638)
  • Minor refactor and added tests for DynamicConfigurationManager (#​7652)
  • [OTEL] Vendoring OtlpGrpcExportClient And Enabling OTLP Metrics gRPC Tests (#​7666)
  • [Code Origin] Add debug logs to code origin for entry span (#​7612)
  • [Code Origin] Performance: Add Assembly Filter Caching for Code Origin (#​7667)
  • Small OpenTelemetry Metrics fixes and optimizations (#​7632)

Build / Test

  • Optimize AGENTS.md with contextual load guidance (#​7625)
  • Bump timeit to v0.4.6 (#​7647)
  • Improve and simplify the microbenchmarks CI setup (#​7613)
  • Capture Exception when sending metrics (#​7614)
    ... (truncated)

3.28.0

Summary

  • [Tracer] Add Azure Service Bus instrumentation (#​7413)
  • [Tracer] add OTEL quartz autoinstrumentation (#​7192)
  • [Tracer] Add Azure Service Bus batching support (#​7553)
  • [Test Optimization] Failed Test Replay (#​7102)
  • [AAP] Enable by default API Security Endpoints collection when appsec enabled (#​7569)
  • [Tracer] Fix for sending duplicate logs when using Agentless Logging in Azure Function host (#​7383)
  • [Code Origin] Disable code origin for exit spans (#​7610)
  • [Profiler] Make timer_create-based CPU profiler default (#​7578)

Changes

Tracer

  • No longer forgive spans.Array from being null (#​6878)
  • Update Datadog.Sketches vendored code (#​7299)
  • [Debugger Default-On] DEBUG-3322 Debugger in-product enablement (#​7366)
  • Extract MutableSettings from TracerSettings (#​7522)
  • Protect against UriFormatException (#​7550)
  • Update the ProfilerSettings enablement to ignore SSI (#​7557)
  • [DI-EL] Add debug log in case evaluation result is null and it shouldn't be null (#​7558)
  • [SymbDB] Ignore canceled exception (#​7572)
  • [ER]- Fix ER system tests (#​7576)

CI Visibility

  • [Test Optimization] Failed Test Replay (#​7102)
  • fix(ci): recycle stale ServicePoint connections (#​7593)

ASM

  • [AAP] Enable by default API Security Endpoints collection when appsec enabled (#​7569)

Continuous Profiler

  • [Profiler] Leverage new .NET 10 allocation sampling (#​6930)
  • [Profiler] Support Stable Config (#​7287)
  • Update profiler availability helper to assume Windows always sets the env var (#​7555)
  • [Profiler] Add Index to samples and build index vector for libdatadog (#​7559)
  • Revert "Revert "[Profiler] Make timer_create-based CPU profiler default (#​7322)"" (#​7578)

Debugger

  • [Debugger Default-On] DEBUG-4406 Support multi-config merging with priorities (#​7536)
  • [Debugger Default-On] Add debuger dynamic configurations keys (#​7595)
  • [Dynamic Instrumentation] Skip dynamic config test net8 (#​7608)
  • [Code Origin] Disable code origin for exit spans (#​7610)

Serverless

  • [Azure Functions] Add Nuke targets to build local nuget for testing (#​7537)

Fixes

  • Set "component" tag for ASP.NET (#​6010)
  • Fix for sending duplicate logs when using Agentless Logging in Azure Function host (#​7383)
    ... (truncated)

3.27.0

Summary

Various bug fixes and optimizations. Includes fix for Runtime Metrics that could be missing and more accurate telemetry reporting.

Changes

Tracer

  • Remove unused dynamic settings (#​7487)
  • Fix incorrect usages of TracerManager PerTraceSettings (#​7488)
  • Add additional compiler flags to allow required (#​7501)
  • Fix .NET 10 RC1 bugs (#​7506)
  • fix(telemetry): correct heartbeat interval calculation (#​7507)
  • Fix ManualInstrumentationConfigSource and introduce base type (#​7508)
  • Allow optimized creating of composite configuration source (#​7509)
  • Move partial flush settings from ExporterSettings to TracerSettings (#​7516)
  • fix: change Language value from '.NET' to 'dotnet' in trace headers (#​7523)
  • Hide problematic public APIs using [EditorBrowsable] (#​7531)
  • Add a Continuous Profiler availability check (#​7534)

ASM

  • [AAP] Update waf version to v1.28.0 (#​7494)
  • [AAP] Update waf to v1.28.1 (#​7524)
  • [AAP] Test endpoint collection with APM tracing disabled (#​7535)

Debugger

  • [Dynamic Instrumentation] Added native hot standby mode to support Remote Enablement and Stable Config (#​7441)
  • [Dynamic Instrumentation] Avoid async instrumentation if the type AsyncMethodDebuggerInvokerV2 does not exist (#​7513)

Serverless

  • [Azure Functions] bump Datadog.Serverless.Compat nuget package reference (#​7497)

Fixes

  • More cleanup in native loader code (#​7475)
  • Fix dependabot again by allowing private feed access (#​7480)
  • [Tracer] Updating Statsd in RuntimeEventListener (#​7512)

Miscellaneous

  • [OTEL] Metrics API Support - Configurations & Telemetry (#​7420)
    • This feature is incomplete and still in development
  • Simplify Windows benchmarks credential setup (#​7498)
  • Allow passing fallback values to IntegrationSettingsCollection (#​7510)
  • Add AGENTS.md file (#​7539)

Build / Test

  • Timeout error installer_smoke_tests (#​7468)
  • Attempt to improve Kafka timeout flake in tests (#​7474)
  • Try fixing ASAN job crashes (#​7476)
  • Update Windows macrobenchmark tooling (#​7481)
  • Update Windows microbenchmark tooling (#​7482)
  • [Hands-off config] add integration test (#​7483)
    ... (truncated)

3.26.3

Summary

Fixes authenticode signing for artifacts by updating our CI images to use the appropriate Windows signing tools.

Changes

Build / Test

  • Check for errors when signing (#​7490)
  • Sign artifacts using 0.3.5 of the dd wcs tool (#​7492)
  • Decrease Nuke restore verbosity job (#​7493)
  • Decrease log level when uncompressing files in Nuke (#​7496)

Changes since 3.26.2

3.26.2

Summary

Includes fix for Runtime Metrics that could be missing and more accurate telemetry reporting.

  • Fix incorrect heartbeat interval calculation (#​7507)
  • Fix Statsd usage in RuntimeEventListener (#​7512)

Changes since 3.26.1

3.26.1

[!WARNING]
Versions 3.25.0-3.26.1 include a bug related to Runtime Metrics, in which metrics are no longer reported after a configuration update. If you are affected, please update your library to version 3.26.2 or above.

Summary

Fixes authenticode signing for artifacts

Changes since 3.26.0

3.26.0

[!WARNING]
Versions 3.25.0-3.26.1 include a bug related to Runtime Metrics, in which metrics are no longer reported after a configuration update. If you are affected, please update your library to version 3.26.2 or above.

Summary

Various bug fixes and optimizations.

Changes

Tracer

  • Update build and testing to use .NET 10 preview 7 (#​7170)
  • add logging for data pipeline status in TracerSettings (#​7436)
  • Use P/Invoke to call lstat instead of shelling out to stat to retrieve the inode (#​7453)
  • [Native] Convert Rejitters vector to a fixed array (#​7460)
  • [Phase 1] chore(configuration): enable DataPipelineEnabled on the AAS Site Extension (#​7464)

ASM

  • [AAP] Add Forwarded header as IP source (#​7438)
  • [AAP] Add "100.65.0.0/10" as a private IP range (#​7461)
  • [IAST] Fix GRPC IAST tests (#​7485)
  • [IAST] Delay dataflow creation (#​7440, #​7451, #​7465)

Continuous Profiler

  • [Profiler] Make sure we generate a build-id using SHA-1 (#​7449)
  • [Profiler] Try fixing TSAN job (#​7452)

Serverless

  • [Azure Functions] Restore files moved by in-process Azure Functions SDK (#​7419)

Fixes

  • Support final="true" in NLog Logging rules for direct log submission (#​7445)
  • Extract the Managed DevOps pools names to variables (#​7447)
  • Update language used in native log messages (#​7467)
  • Remove Samples.TraceAnnotations.VersionMismatch.NewerNuget (#​7469)
  • Remove Samples.CIVisibilityVersionMismatch (#​7471)
  • Add parameter names to MongoDb IBsonSerializerProxy.Serialize() method (#​7443)
  • Fix GRPC instrumentation for BuildHttpErrorResponse. Enable integration tests. (#​7457)

Build / Test

  • Use mock agent in exploration tests (#​7431)
  • [Test Package Versions Bump] Updating package versions (#​7435)
  • Use the global.json file to specify the .NET SDK version in GitHub Actions (#​7442)
  • Update Managed DevOps pools images (#​7446)
  • Remove smoke test image that won't work (#​7450)
  • [Test Package Versions Bump] Updating package versions (#​7455)
  • Bump the gh-actions-packages group across 2 directories with 2 updates (#​7456)
  • [Test Package Versions Bump] Updating package versions (#​7458)
  • Split dependabot files into separate projects (#​7459)
  • Bump actions/setup-dotnet from 4.3.1 to 5.0.0 in the gh-actions-packages group across 1 directory (#​7463)
  • Try to fix dependabot (#​7466)
    ... (truncated)

3.25.0

[!WARNING]
Versions 3.25.0-3.26.1 include a bug related to Runtime Metrics, in which metrics are no longer reported after a configuration update. If you are affected, please update your library to version 3.26.2 or above.

Summary

  • Various bug fixes and optimisations

Changes

Tracer

  • Implement "enahanced telemetry reporting" (#​7360)
  • Don't call ToUpperInvariant if we don't need to (#​7393)
  • Handle TypeLoadException when retrieving HostingEnvironment (#​7417)
  • Add missing GetDictionary() method to ConfigurationBuilder (#​7421)
  • More ConfigurationBuilder refactoring to avoid incorrect usages (#​7422)
  • [Tracer] fix: Re-use runtime metrics writer resources to limit memory growth (#​7434)

Continuous Profiler

  • [Profiler] Make timer_create-based CPU profiler default (#​7322)
  • Revert "[Profiler] Make timer_create-based CPU profiler default (#​7322)" (#​7427)

Debugger

  • Disable debugger initialization if it's not enabled initially (#​7398)

Serverless

  • [Azure Functions] Remove all Serverless Mini-Agent (SMA) code (#​7389)

ASM

  • [IAST] Fix NRE in Native IAST ModuleInfo->GetFullName() (#​7404)

Fixes

  • fix: Clean up small C# and C++ build warnings (#​7363)
  • chore: update malformed telemetry name (#​7402)
  • Get process start info variables safely (#​7423)
  • Fix null reference exception in proxy spans (#​7428)

Build / Test

  • [CI] Creates PR Label Based Docker Image (#​7337)
  • [Test Package Versions Bump] Updating package versions (#​7315)
  • Include the target framework in our InstrumentationTests (#​7347)
  • Ignore rejit timeout errors in smoke tests and report a metric (#​7370)
  • fix: Make OTLP metrics snapshot testing more stable (#​7374)
  • Add final job for blocking merges of PRs (#​7376)
  • Fix debug symbol upload in release job (#​7377)
  • Fix Windows SSI release (#​7379)
  • Fix null ref type warning in Nuke (#​7382)
  • Fix creation of label-based artifacts for system tests (#​7385)
  • Filter our exit span from Azure Functions tests (#​7391)
  • Fix variable generation for linux-arm64 unit tests (#​7394)
  • Add more alpine checks for native library (#​7395)
    ... (truncated)

3.24.1

Summary

  • Fixes the SSI artifact publishing, which were not published in 3.24.0

Changes

Misc

  • Fix Windows SSI release (#​7379)

Changes since 3.24.0

3.24.0

Summary

  • [Tracer] Logs injection for connecting logs with traces is enabled by default. To disable, set DD_LOGS_INJECTION=0
  • [Tracer] Add support for latest S3 and MSTest packages
  • [AAP] Add resource name to the collected endpoints
  • [DSM] Flush DSM stats on Lambda Stop

Changes

Tracer

  • Refactor the profiling configuration reading (#​7303)
  • Minor IConfigurationSource clean up (#​7327)
  • chore: clean up baggage span tags implementation (#​7335)
  • Update default value of DD_LOGS_INJECTION to true (#​7336)
  • Fix broken S3 integration (#​7368)

CI Visibility

  • [Test Optimization] Support for MSTest v3.10 (#​7343)

ASM

  • [AAP] Add resource name to the collected endpoints (#​7317)
  • [AAP] Add latest supported waf capabilities to RC (#​7332)
  • [AAP] Added WAF metrics. Reorganized other metrics to match RFC (#​7356)
  • [AAP] Update WAF ruleset to v1.15.0 (#​7331)

Debugger

  • [Dynamic Instrumentation] DEBUG-3514 Refactor debugger code (#​7304)
  • Removes exception throwing during shutdown of dynamic instrumentation (#​7375)

Serverless

  • DSMS-90: Flush DSM stats on Lambda Stop (#​7054)

Data Streams Monitoring

  • Do not inject DSM legacy headers by default in "default enabled" mode (#​7351)

Build / Test

  • Update xunit to latest, fix analyzer warnings, and update analyzer tests (#​7280)
  • Send Warm-up request in iisexpress integration tests (#​7321)
  • Update CODEOWNERS with SDK capabilities team as owners (#​7328)
  • Pre pull aerospike image (#​7333)
  • Remove CMake warning: jobserver unavailable: using -j1. Add `+' to parent make rule. (#​7334)
  • Fix typo in create_draft_release (#​7338)
  • Fix the signing of the fleet installer exe (#​7341)
  • Elaborate on Run failed description (#​7344)
  • Work around flake in the Couchbase 3 integration tests (#​7357)
  • Try to fix flake by using unique keys in StackExchange sample tests (#​7359)
  • Mark the OTLP metrics test as [Flaky] (#​7369)
  • Fix more flake in the IIS fleet smoke tests (#​7372)
  • Don't test Aerospike.Client 8.1.0 on .NET 6 or 7 (#​7349)

... (truncated)

3.23.0

Summary

  • [Tracer] Baggage tags are automatically added as span tags
  • [Tracer] Fix resource-based sampling for ASP.NET Core
  • [Test Optimization] Various fixes for commit info and codeowners
  • [Test Optimization] Fix crash with Allure.Xunit
  • [IAST] Fix potential crash on ReadOnlySpan<> string.Concat() methods

Changes

Tracer

  • feat(baggage): adding baggage to span tags (#​7020)
  • Swap disposal ordering of inferred span (#​7293)
  • Add [MethodImpl(MethodImplOptions.NoInlining] to all our instrumented APIs in Datadog.Trace.Manual (#​7302)
  • Refactor TraceSampler to separate building from evaluation (#​7311)
  • Avoid generating resource name that will be thrown away if it's not required (#​7312)
  • Fix resource-based sampling for ASP.NET Core (#​7316)

CI Visibility

  • [Test Optimization] Retrieve head commit info (#​7285)
  • [Test Optimization] Add codeowners and test source file tag at suite level (#​7295)
  • [Test Optimization] Fix base branch SHA usage (#​7300)
  • [Test Optimization] Avoid crashing on Allure.Xunit usage (#​7305)

ASM

  • [AAP] Update WAF to v1.27.0 (#​7330)

Continuous Profiler

  • [Profiler] Use ringbuffer with timer create (#​7066)

Fixes

  • [IAST] Remove troublesome string.Concat overloads with ReadOnlySpan (#​7318)

Miscellaneous

  • Set default timeout for Trace Exporter to 15s. (#​7252)
  • [OTEL] OTLP Metrics Exporter POC (#​7138)
  • [Test Package Versions Bump] Updating package versions (#​7279)
  • [Profiler] Add vcpkg setup for build (#​7292)
  • Ensure file_opened_ is getting updated when rotating (#​7296)
  • Bump rejit timeout to 200ms (#​7301)

Build / Test

  • Filter connection header in flaky tests (#​7290)
  • Remove global state to try to fix flake (#​7291)
  • Improve repeatability & precision of throughput tests on Linux & ARM (#​7268)
  • More fixes for do-not-merge (#​7274)
  • Update the Windows test agent to latest (#​7275)
  • Fix potential deadlocks in IisFixture process code (#​7281)
  • [Profiler] Fix and bump timeitsharp (#​7294)
  • Fix debug symbol upload in release (#​7297)
    ... (truncated)

Commits viewable in compare view.

Updated FluentAssertions from 8.4.0 to 8.8.0.

Release notes

Sourced from FluentAssertions's releases.

8.8.0

What's Changed

New features

Improvements

Documentation

Others

Full Changelog: fluentassertions/fluentassertions@8.7.1...8.8.0

8.7.1

What's Changed

Others

Full Changelog: fluentassertions/fluentassertions@8.7.0...8.7.1

8.7.0

What's Changed

New features

Others

Full Changelog: fluentassertions/fluentassertions@8.6.0...8.7.0

8.6.0

What's Changed

Improvements

Others

New Contributors

Full Changelog: fluentassertions/fluentassertions@8.5.0...8.6.0

8.5.0

What's Changed

New features

Fixes

Others

Full Changelog: fluentassertions/fluentassertions@8.4.0...8.5.0

Commits viewable in compare view.

Updated FluentValidation from 12.0.0 to 12.1.0.

Release notes

Sourced from FluentValidation's releases.

12.1.0

Release notes

Please read the upgrade guide if you are moving from 11.x to 12.x

Changes in 12.1.0

  • Add Tamil language (#​2334)
  • Add Telugu language (#​2333)
  • Fixes to Japanese translations (#​2340)

Changes in 12.0.0

  • Drops support for netstandard2.0, netstandard2.1, .net 5, .net 6 and .net 7. Minimum supported platform is now .net 8.
  • Add support for dependent rules for custom rules (#​2170)
  • Removes deprecated DI extensions
  • Removes deprecated transform methods (#​2027)
  • Remove the ability to disable the root-model null check (#​2069)
  • Use Zomp.SyncMethodGenerator to clean up internal sync/async code paths and increase performance (#​2136)
  • Add Serbian (Cyrillic) language; rename existing Serbian to Serbian (Latin) (#​2283)

Downloads

Binaries can be downloaded from nuget:

Commits viewable in compare view.

Updated FluentValidation.DependencyInjectionExtensions from 12.0.0 to 12.1.0.

Release notes

Sourced from FluentValidation.DependencyInjectionExtensions's releases.

12.1.0

Release notes

Please read the upgrade guide if you are moving from 11.x to 12.x

Changes in 12.1.0

  • Add Tamil language (#​2334)
  • Add Telugu language (#​2333)
  • Fixes to Japanese translations (#​2340)

Changes in 12.0.0

  • Drops support for netstandard2.0, netstandard2.1, .net 5, .net 6 and .net 7. Minimum supported platform is now .net 8.
  • Add support for dependent rules for custom rules (#​2170)
  • Removes deprecated DI extensions
  • Removes deprecated transform methods (#​2027)
  • Remove the ability to disable the root-model null check (#​2069)
  • Use Zomp.SyncMethodGenerator to clean up internal sync/async code paths and increase performance (#​2136)
  • Add Serbian (Cyrillic) language; rename existing Serbian to Serbian (Latin) (#​2283)

Downloads

Binaries can be downloaded from nuget:

Commits viewable in compare view.

Updated Microsoft.AspNetCore.Authentication.JwtBearer from 9.0.6 to 9.0.10.

Release notes

Sourced from Microsoft.AspNetCore.Authentication.JwtBearer's releases.

9.0.10

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.9...v9.0.10

9.0.9

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.8...v9.0.9

9.0.7

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.6...v9.0.7

Commits viewable in compare view.

Updated Microsoft.AspNetCore.OpenApi from 9.0.6 to 9.0.10.

Release notes

Sourced from Microsoft.AspNetCore.OpenApi's releases.

9.0.10

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.9...v9.0.10

9.0.9

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.8...v9.0.9

9.0.7

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.6...v9.0.7

Commits viewable in compare view.

Updated Microsoft.Extensions.Caching.Memory from 9.0.6 to 9.0.10.

Release notes

Sourced from Microsoft.Extensions.Caching.Memory's releases.

9.0.10

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.9...v9.0.10

9.0.9

Release

What's Changed

Full Changelog: dotnet/runtime@v9.0.8...v9.0.9

9.0.8

Release

What's Changed

Description has been truncated

Bumps Amazon.CDK.Lib from 2.221.1 to 2.222.0
Bumps Amazon.Lambda.APIGatewayEvents from 2.7.1 to 2.7.2
Bumps Amazon.Lambda.Core from 2.7.1 to 2.8.0
Bumps AWS.Lambda.Powertools.Logging from 3.0.1 to 3.0.2
Bumps AWSSDK.DynamoDBv2 from 4.0.9.3 to 4.0.9.4
Bumps AWSSDK.EventBridge from 4.0.5.2 to 4.0.5.3
Bumps AWSSDK.SimpleNotificationService from 4.0.1.1 to 4.0.2.3
Bumps AWSSDK.SimpleSystemsManagement from 4.0.3.1 to 4.0.6
Bumps AWSSDK.StepFunctions from 4.0.0.23 to 4.0.1.1
Bumps Constructs from 10.4.2 to 10.4.3
Bumps Datadog.Trace from 3.22.0 to 3.30.0
Bumps FluentAssertions from 8.4.0 to 8.8.0
Bumps FluentValidation from 12.0.0 to 12.1.0
Bumps FluentValidation.DependencyInjectionExtensions from 12.0.0 to 12.1.0
Bumps Microsoft.AspNetCore.Authentication.JwtBearer from 9.0.6 to 9.0.10
Bumps Microsoft.AspNetCore.OpenApi from 9.0.6 to 9.0.10
Bumps Microsoft.Extensions.Caching.Memory from 9.0.6 to 9.0.10
Bumps Microsoft.Extensions.DependencyInjection.Abstractions from 9.0.7 to 9.0.10
Bumps Microsoft.Extensions.Diagnostics.HealthChecks from 9.0.8 to 9.0.10
Bumps Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0
Bumps NJsonSchema from 11.4.0 to 11.5.2
Bumps Polly from 8.6.3 to 8.6.4
Bumps Serilog.Sinks.Console from 6.0.0 to 6.1.1
Bumps Swashbuckle.AspNetCore from 9.0.4 to 9.0.6
Bumps xunit.runner.visualstudio from 3.1.1 to 3.1.5

---
updated-dependencies:
- dependency-name: Amazon.CDK.Lib
  dependency-version: 2.222.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Amazon.Lambda.APIGatewayEvents
  dependency-version: 2.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Amazon.Lambda.Core
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Amazon.Lambda.Core
  dependency-version: 2.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: AWS.Lambda.Powertools.Logging
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: AWS.Lambda.Powertools.Logging
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: AWSSDK.DynamoDBv2
  dependency-version: 4.0.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: AWSSDK.EventBridge
  dependency-version: 4.0.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: AWSSDK.EventBridge
  dependency-version: 4.0.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: AWSSDK.SimpleNotificationService
  dependency-version: 4.0.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: AWSSDK.SimpleSystemsManagement
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: AWSSDK.SimpleSystemsManagement
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: AWSSDK.SimpleSystemsManagement
  dependency-version: 4.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: AWSSDK.StepFunctions
  dependency-version: 4.0.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Constructs
  dependency-version: 10.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Datadog.Trace
  dependency-version: 3.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Datadog.Trace
  dependency-version: 3.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Datadog.Trace
  dependency-version: 3.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: FluentAssertions
  dependency-version: 8.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: FluentValidation
  dependency-version: 12.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: FluentValidation.DependencyInjectionExtensions
  dependency-version: 12.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-version: 9.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.AspNetCore.Authentication.JwtBearer
  dependency-version: 9.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.AspNetCore.OpenApi
  dependency-version: 9.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Caching.Memory
  dependency-version: 9.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.DependencyInjection.Abstractions
  dependency-version: 9.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.Extensions.Diagnostics.HealthChecks
  dependency-version: 9.0.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-version: 18.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: nuget-dependencies
- dependency-name: NJsonSchema
  dependency-version: 11.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: NJsonSchema
  dependency-version: 11.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: NJsonSchema
  dependency-version: 11.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: NJsonSchema
  dependency-version: 11.5.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Polly
  dependency-version: 8.6.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: Serilog.Sinks.Console
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuget-dependencies
- dependency-name: Swashbuckle.AspNetCore
  dependency-version: 9.0.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-version: 3.1.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuget-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET dependencies Pull requests that update a dependency file labels Nov 7, 2025
@dependabot dependabot bot requested a review from jeastham1993 as a code owner November 7, 2025 09:50
@dependabot dependabot bot added .NET dependencies Pull requests that update a dependency file labels Nov 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment