Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2023

This PR contains the following updates:

Package Change Age Confidence
AWSSDK.Core 3.7.400.36 -> 4.0.1.2 age confidence
AWSSDK.S3 3.7.405 -> 4.0.7.14 age confidence
AWSSDK.SQS 3.7.400.36 -> 4.0.1.12 age confidence
AWSSDK.SecurityToken 3.7.400.36 -> 4.0.2.10 age confidence
AspNetCore.HealthChecks.MongoDb 8.0.1 -> 9.0.0 age confidence
Calzolari.Grpc.AspNetCore.Validation 8.2.0 -> 9.0.0 age confidence
EphemeralMongo6 1.1.3 -> 2.0.0 age confidence
Microsoft.AspNetCore.TestHost (source) 8.0.21 -> 9.0.10 age confidence
Microsoft.Bcl.AsyncInterfaces (source) 8.0.0 -> 9.0.10 age confidence
Microsoft.Extensions.Caching.Memory (source) 8.0.1 -> 9.0.10 age confidence
Microsoft.Extensions.Configuration (source) 8.0.0 -> 9.0.10 age confidence
Microsoft.Extensions.Configuration.Binder (source) 8.0.2 -> 9.0.10 age confidence
Microsoft.Extensions.Configuration.CommandLine (source) 8.0.0 -> 9.0.10 age confidence
Microsoft.Extensions.Configuration.EnvironmentVariables (source) 8.0.0 -> 9.0.10 age confidence
Microsoft.Extensions.Configuration.Json (source) 8.0.1 -> 9.0.10 age confidence
Microsoft.Extensions.DependencyInjection (source) 8.0.1 -> 9.0.10 age confidence
Microsoft.Extensions.DependencyInjection.Abstractions (source) 8.0.2 -> 9.0.10 age confidence
Microsoft.Extensions.Diagnostics.HealthChecks (source) 8.0.21 -> 9.0.10 age confidence
Microsoft.Extensions.Logging.Abstractions (source) 8.0.3 -> 9.0.10 age confidence
Microsoft.NET.Test.Sdk 17.11.1 -> 18.0.0 age confidence
MongoDB.Driver (source) 2.25.0 -> 3.5.0 age confidence
MongoDB.Driver.Core.Extensions.DiagnosticSources 1.4.0 -> 2.1.0 age confidence
NUnit (source) 3.14.0 -> 4.4.0 age confidence
NUnit.Analyzers 3.10.0 -> 4.10.0 age confidence
NUnit3TestAdapter (source) 4.5.0 -> 5.2.0 age confidence
RabbitMQ.Client (source) 6.8.1 -> 7.1.2 age confidence
Serilog.AspNetCore 8.0.3 -> 9.0.0 age confidence
Serilog.Extensions.Hosting 8.0.0 -> 9.0.0 age confidence
Serilog.Settings.Configuration 8.0.4 -> 9.0.0 age confidence

Release Notes

aws/aws-sdk-net (AWSSDK.Core)

v4.0.1

v4.0.0

v3.7.500

v3.7.402

v3.7.401

asimmon/ephemeral-mongo (EphemeralMongo6)

v2.0.0

Compare Source

What's Changed

  • Breaking change: Support for MongoDB 5.0 and 6.0 has been removed, as their end-of-life has passed.
  • Breaking change: arm64 is now the default target for macOS. The previous target was x64.
  • Breaking change: The Linux runtime package now uses Ubuntu 22.04's MongoDB binaries instead of the 18.04 ones. OpenSSL 3.0 is now required.
  • Breaking change: Updated the MongoDB C# driver to 2.28.0, which now uses strong-named assemblies.
  • Added support for MongoDB 8.0.
  • Introduced data directory management to delete old data directories automatically.
  • Use direct connection in replica set connection strings.
  • Fixed the spelling issue in MongoRunnerOptions.StandardOutputLogger.

Pull requests:

Full Changelog: asimmon/ephemeral-mongo@1.1.3...2.0.0

dotnet/aspnetcore (Microsoft.AspNetCore.TestHost)

v9.0.10: .NET 9.0.10

Release

What's Changed

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

v9.0.9: .NET 9.0.9

Release

What's Changed

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

v9.0.8

v9.0.7: .NET 9.0.7

Release

What's Changed

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

v9.0.6

Bug Fixes
  • Forwarded Headers Middleware: Ignore X-Forwarded-Headers from Unknown Proxy (#​61622)
    The Forwarded Headers Middleware now ignores X-Forwarded-Headers sent from unknown proxies. This change improves security by ensuring that only trusted proxies can influence forwarded header values, preventing potential spoofing or misrouting issues.
Dependency Updates
  • Bump src/submodules/googletest from 52204f7 to 04ee1b4 (#​61762)
    Updates the GoogleTest submodule to a newer commit, bringing in the latest improvements and bug fixes from the upstream project.
  • Update dependencies from dotnet/arcade (#​61714)
    Updates internal build and infrastructure dependencies from the dotnet/arcade repository, ensuring compatibility and access to the latest build tools.
  • Update dependencies from dotnet/extensions (#​61571)
    Refreshes dependencies from the dotnet/extensions repository, incorporating the latest features and fixes from the extensions libraries.
  • Update dependencies from dotnet/extensions (#​61877)
    Further updates dependencies from dotnet/extensions, ensuring the project benefits from recent improvements and bug fixes.
  • Update dependencies from dotnet/arcade (#​61892)
    Additional updates to build and infrastructure dependencies from dotnet/arcade, maintaining up-to-date tooling and build processes.
Miscellaneous
  • Update branding to 9.0.6 (#​61831)
    Updates the project version and branding to 9.0.6, reflecting the new release and ensuring version consistency across the codebase.
  • Merging internal commits for release/9.0 (#​61925)
    Incorporates various internal commits into the release/9.0 branch, ensuring that all relevant changes are included in this release.

This summary is generated and may contain inaccuracies. For complete details, please review the linked pull requests.

Full Changelog: v9.0.5...v9.0.6

v9.0.5: .NET 9.0.5

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.4...v9.0.5

v9.0.4: .NET 9.0.4

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.3...v9.0.4

v9.0.3: .NET 9.0.3

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.2...v9.0.3

v9.0.2: .NET 9.0.2

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.1...v9.0.2

v9.0.1: .NET 9.0.1

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.0...v9.0.1

v9.0.0: .NET 9.0.0

Release

What's Changed

Full Changelog: dotnet/aspnetcore@v9.0.0-rc.2.24474.3...v9.0.0

dotnet/runtime (Microsoft.Bcl.AsyncInterfaces)

v9.0.10: .NET 9.0.10

Release

What's Changed

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update nuget packages to v7 (major) chore(deps): update nuget packages (major) Jun 27, 2023
@renovate renovate bot force-pushed the renovate/major-nuget branch 3 times, most recently from 5e954fd to 6f0710d Compare July 2, 2023 06:22
@renovate renovate bot force-pushed the renovate/major-nuget branch 3 times, most recently from 4d343f8 to 76a482d Compare July 11, 2023 15:44
@renovate renovate bot force-pushed the renovate/major-nuget branch 2 times, most recently from d18c345 to b5c27c7 Compare August 1, 2023 11:26
@renovate renovate bot force-pushed the renovate/major-nuget branch from b5c27c7 to 3cf7ea9 Compare August 8, 2023 14:00
@renovate renovate bot force-pushed the renovate/major-nuget branch 4 times, most recently from 8016ce9 to bdc6adf Compare August 23, 2023 08:42
@renovate renovate bot changed the title chore(deps): update nuget packages (major) chore(deps): update dependency microsoft.aspnetcore.testhost to v7 Aug 23, 2023
@renovate renovate bot force-pushed the renovate/major-nuget branch from bdc6adf to 2f5e66c Compare September 12, 2023 14:06
@renovate renovate bot force-pushed the renovate/major-nuget branch from 2f5e66c to 3d1725f Compare October 10, 2023 13:24
@renovate renovate bot force-pushed the renovate/major-nuget branch from 3d1725f to 2a37552 Compare October 24, 2023 13:07
@renovate renovate bot changed the title chore(deps): update dependency microsoft.aspnetcore.testhost to v7 chore(deps): update nuget packages (major) Nov 9, 2023
@renovate renovate bot force-pushed the renovate/major-nuget branch 3 times, most recently from 1f9812f to be36702 Compare November 15, 2023 03:51
@renovate renovate bot force-pushed the renovate/major-nuget branch 3 times, most recently from cec871c to 96d276d Compare December 2, 2023 12:10
@renovate renovate bot force-pushed the renovate/major-nuget branch 3 times, most recently from 02d7aaa to c6b71ae Compare December 19, 2023 12:55
@renovate renovate bot force-pushed the renovate/major-nuget branch 2 times, most recently from 671f113 to dff52f2 Compare January 3, 2024 22:44
@renovate renovate bot force-pushed the renovate/major-nuget branch 2 times, most recently from 9b0fe83 to 8d311ad Compare September 2, 2025 20:46
@renovate renovate bot force-pushed the renovate/major-nuget branch 4 times, most recently from 7c51787 to d1592c9 Compare September 13, 2025 23:36
@renovate renovate bot force-pushed the renovate/major-nuget branch 6 times, most recently from 5c4a1e3 to 1931830 Compare September 23, 2025 20:57
@renovate renovate bot force-pushed the renovate/major-nuget branch 8 times, most recently from 1b023af to f860054 Compare October 6, 2025 20:47
@renovate renovate bot force-pushed the renovate/major-nuget branch 5 times, most recently from d7622b6 to 5490183 Compare October 15, 2025 21:35
@renovate renovate bot force-pushed the renovate/major-nuget branch 3 times, most recently from d595179 to d53bd2f Compare October 22, 2025 12:07
@renovate renovate bot force-pushed the renovate/major-nuget branch from d53bd2f to ef2cf22 Compare October 23, 2025 23:17
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.

0 participants