Skip to content

Conversation

@projectorigin-renovate
Copy link
Contributor

@projectorigin-renovate projectorigin-renovate bot commented Aug 28, 2025

This PR contains the following updates:

Package Type Update Change
Grpc.AspNetCore nuget minor 2.71.02.76.0
MassTransit (source) nuget patch 8.5.28.5.7
MassTransit.RabbitMQ (source) nuget patch 8.5.28.5.7
Microsoft.AspNetCore.Authentication.JwtBearer (source) nuget patch 9.0.89.0.11
Microsoft.AspNetCore.TestHost (source) nuget patch 9.0.89.0.11
Microsoft.Extensions.Diagnostics.Testing (source) nuget minor 9.8.09.10.0
Microsoft.Extensions.Options.ConfigurationExtensions (source) nuget patch 9.0.89.0.11
Microsoft.Identity.Web nuget patch 3.14.03.14.1
Npgsql nuget patch 9.0.39.0.4
Npgsql.OpenTelemetry nuget patch 9.0.39.0.4
OpenTelemetry (source) nuget minor 1.12.01.14.0
OpenTelemetry.Exporter.OpenTelemetryProtocol (source) nuget minor 1.12.01.14.0
OpenTelemetry.Extensions.Hosting (source) nuget minor 1.12.01.14.0
OpenTelemetry.Instrumentation.AspNetCore (source) nuget minor 1.12.01.14.0
OpenTelemetry.Instrumentation.Http (source) nuget minor 1.12.01.14.0
OpenTelemetry.Instrumentation.Runtime (source) nuget minor 1.12.01.14.0
Swashbuckle.AspNetCore nuget patch 9.0.49.0.6
Swashbuckle.AspNetCore.Annotations nuget patch 9.0.49.0.6
Testcontainers.PostgreSql (source) nuget minor 4.6.04.10.0
Testcontainers.RabbitMq (source) nuget minor 4.6.04.10.0
dbup-postgresql (source) nuget minor 6.0.36.1.5
dotnet-grpc nuget minor 2.71.02.76.0
xunit.runner.visualstudio nuget patch 3.1.43.1.5

Release Notes

dotnet/extensions (Microsoft.Extensions.Diagnostics.Testing)

v9.10.0

What's Changed

New Contributors

Full Changelog: dotnet/extensions@v9.9.0...v9.10.0

v9.9.0

Highlights

AI
  • Abstractions for remote MCP servers; response/approval flow support via new experimental types
  • Function approvals via new experimental types (e.g., ApprovalRequiredAIFunction, user input/approval request & response content).
  • Reasoning text streaming for OpenAI Responses ChatClient streaming.
  • AIFunction split into a base class to improve extensibility.
  • IChatReducer moved to Microsoft.Extensions.AI.Abstractions.
  • Updated to OpenAI 2.4.0 and genai standard convention 1.37.
  • Coalescing logic now treats ChatMessage.Role changes as new messages.
  • GetResponseAsync<T> now reads only the last message (bug fix).
  • OpenTelemetry ChatClient/EmbeddingGenerator logs raw additional properties (no key mangling).
  • Fixed empty annotated text chunk handling in streaming with OpenAI Assistants.
Telemetry & Diagnostics
  • HTTP diagnostics log query string params with proper redaction (emitted on url.query).
  • server.address telemetry emits host only (per OpenTelemetry semantic conventions).
  • Heuristics added to detect well-known model hosts.
  • Resource monitoring can consider Environment.CpuUsage.

New Contributors

Full Changelog: dotnet/extensions@v9.8.0...v9.9.0

AzureAD/microsoft-identity-web (Microsoft.Identity.Web)

v3.14.1

=======

Bug fix

  • Support client secrets with agent user identities. See #​3470 for details.
npgsql/npgsql (Npgsql)

v9.0.4

v9.0.4 contains several minor bug fixes.

Milestone issues

Full Changelog: npgsql/npgsql@v9.0.3...v9.0.4

open-telemetry/opentelemetry-dotnet (OpenTelemetry)

v1.14.0

Release details: 1.14.0

  • Add support for .NET 10.0.
  • Breaking Change When targeting net8.0, the package now depends on version
    8.0.0 of the Microsoft.Extensions.DependencyInjection.Abstractions,
    Microsoft.Extensions.Diagnostics.Abstractions,
    Microsoft.Extensions.Hosting.Abstractions and
    Microsoft.Extensions.Logging.Configuration NuGet packages.
  • Update System.Diagnostics.DiagnosticSource dependency to 10.0.0
    for all target frameworks.
  • Update Microsoft.Extensions.* dependencies to 10.0.0
    for .NET Framework and .NET Standard.
  • Breaking Change NuGet packages now use the Sigstore bundle format
    (.sigstore.json) for digital signatures instead of separate signature
    (.sig) and certificate (.pem) files. This requires cosign 3.0 or later
    for verification. See the Digital signing
    section
    for updated verification instructions.

v1.13.1

Release details: 1.13.1

  • In version 1.13.0, the digital signature (.dll-keyless.sig) and
    certificate (.dll-keyless.pem) files were unintentionally omitted from the
    published NuGet packages.
  • This hotfix restores the Sigstore signing artifacts for all target frameworks
    (net462, netstandard2.0, netstandard2.1, net8.0, net9.0), ensuring
    the integrity of DLL verification using Sigstore cosign.

v1.13.0

Release details: 1.13.0

  • gRPC calls to export traces, logs, and metrics using OtlpExportProtocol.Grpc
    now set the TE=trailers HTTP request header to improve interoperability.
  • EventName is now exported by default as EventName instead of
    logrecord.event.name when specified through ILogger or the experimental
    log bridge API.
domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

v9.0.6

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.5...v9.0.6

v9.0.5

What's Changed

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v9.0.4...v9.0.5

testcontainers/testcontainers-dotnet (Testcontainers.PostgreSql)

v4.10.0

Compare Source

What's Changed

Happy New Year, everyone! 🎉

Please note that going forward, we expect developers to explicitly pin the image version (https://redirect.github.com/testcontainers/testcontainers-dotnet/discussions/1470). We consider this a best practice and it aligns with other language implementations.

Also, due to the recent Docker Engine v29 release, TC for .NET pins the Docker Engine API version to 1.44 (see the previous release notes). You can override this default and set it to the version you're using, ideally 1.52, which corresponds to v29, if you're already running it.

⚠️ Breaking Changes
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping

v4.9.0

Compare Source

What's Changed

This release adds a new configuration (DOCKER_API_VERSION) that lets you pin and downgrade the Docker Engine API version. This was needed because Docker Engine v29 introduced breaking changes that affect Docker.DotNet and Testcontainers for .NET. This release pins the API version to 1.44. So far, no issues or negative side effects have been observed.

I am also working on updating Docker.DotNet to make it fully compatible with Docker Engine v29. There is already a work-in-progress PR.

Thanks to all the contributors who helped with this release 👍.

⚠️ Breaking Changes
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping

v4.8.1

Compare Source

What's Changed
🐛 Bug Fixes

v4.8.0

Compare Source

What's Changed

Thank you to all the contributors 🙌.

In version 4.7.0, we noticed that the reuse hash could change depending on the order of dictionary values. This has been fixed to ensure that dictionary values are processed in a consistent order when generating the reuse hash. As a result, the reuse hash will likely change again with 4.8.0.

Wait strategies now default to the Running mode. This mode expects the container to remain running throughout startup. If the container exits unexpectedly, Testcontainers will throw a ContainerNotRunningException that includes the exit code and container logs.

The container startup callback now includes an additional overload that provides the actual container configuration. If you implement IContainerBuilder<TBuilderEntity, TContainerEntity>, you need to add the container configuration (e.g., IContainerConfiguration) as a third generic type constraint to IContainerBuilder.

IContainerBuilder.WithResourceMapping and IContainer.CopyAsync now include two new optional arguments: uid and gid. If you do not need to specify those, use named arguments for the existing parameters: fileMode or ct.

⚠️ Breaking Changes
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping

v4.7.0

Compare Source

What's Changed

This release doesn't introduce breaking changes to the public API, but it isn't binary compatible due to necessary internal changes. Make sure to update all related packages (Testcontainers modules) to the same version. See more details here. Thanks to all contributors 👏.

⚠️ Breaking Changes
🚀 Features
🐛 Bug Fixes
📖 Documentation
🧹 Housekeeping
DbUp/dbup-postgresql (dbup-postgresql)

v6.1.5

Compare Source

What's Changed

Full Changelog: DbUp/dbup-postgresql@6.1.2...6.1.5

v6.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: DbUp/dbup-postgresql@6.0.3...6.1.2

xunit/visualstudio.xunit (xunit.runner.visualstudio)

v3.1.5

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@projectorigin-renovate projectorigin-renovate bot enabled auto-merge (squash) August 28, 2025 10:21
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 2 times, most recently from 9eda532 to 0742374 Compare September 9, 2025 12:38
@projectorigin-renovate projectorigin-renovate bot changed the title Update nuget to 4.7.0 Update nuget Sep 9, 2025
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 6 times, most recently from 4126cd2 to 5aa2a53 Compare September 11, 2025 08:25
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 4 times, most recently from f14497d to 2e097ed Compare October 1, 2025 08:26
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 2 times, most recently from 3c39a6b to 57766f1 Compare October 6, 2025 08:26
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 2 times, most recently from 52af949 to 38a563f Compare October 15, 2025 08:27
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 3 times, most recently from 1064350 to 2269520 Compare October 23, 2025 08:27
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 3 times, most recently from f6cf47d to 5b8bd72 Compare November 11, 2025 12:39
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 3 times, most recently from fc9bb58 to 5c971cf Compare November 13, 2025 11:21
@projectorigin-renovate projectorigin-renovate bot force-pushed the renovate/nuget branch 2 times, most recently from df3834f to 63b9cd3 Compare November 26, 2025 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant