Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nuget packages #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update nuget packages #15

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 7, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
AMQPNetLite.Core 2.4.5 -> 2.4.11 age adoption passing confidence
AWSSDK.S3 3.7.101.46 -> 3.7.405.12 age adoption passing confidence
AWSSDK.SecurityToken 3.7.101.36 -> 3.7.400.48 age adoption passing confidence
Calzolari.Grpc.AspNetCore.Validation 6.2.0 -> 6.3.0 age adoption passing confidence
CommunityToolkit.HighPerformance 8.0.0 -> 8.3.2 age adoption passing confidence
Grpc.AspNetCore.Web 2.50.0 -> 2.66.0 age adoption passing confidence
Grpc.HealthCheck 2.50.0 -> 2.66.0 age adoption passing confidence
Htc.Mock 3.0.0-alpha11 -> 3.0.0-alpha9 age adoption passing confidence
LinqKit.Microsoft.EntityFrameworkCore 7.1.3 -> 7.1.5 age adoption passing confidence
Microsoft.AspNetCore.TestHost (source) 6.0.9 -> 6.0.35 age adoption passing confidence
Microsoft.Azure.Amqp 2.5.12 -> 2.6.9 age adoption passing confidence
Microsoft.Extensions.Configuration.Binder (source) 7.0.0 -> 7.0.4 age adoption passing confidence
Microsoft.Extensions.Diagnostics.HealthChecks (source) 7.0.4 -> 7.0.20 age adoption passing confidence
Microsoft.Extensions.Logging.Abstractions (source) 7.0.0 -> 7.0.1 age adoption passing confidence
Microsoft.Extensions.ObjectPool (source) 7.0.4 -> 7.0.20 age adoption passing confidence
Microsoft.NET.Test.Sdk 17.4.0 -> 17.11.1 age adoption passing confidence
Microsoft.VisualStudio.Azure.Containers.Tools.Targets 1.17.0 -> 1.21.0 age adoption passing confidence
MongoDB.Driver (source) 2.19.1 -> 2.30.0 age adoption passing confidence
MongoDB.Driver.Core.Extensions.DiagnosticSources 1.3.0 -> 1.5.0 age adoption passing confidence
Moq 4.18.3 -> 4.20.72 age adoption passing confidence
NUnit (source) 3.13.3 -> 3.14.0 age adoption passing confidence
NUnit.Analyzers 3.3.0 -> 3.10.0 age adoption passing confidence
NUnit3TestAdapter (source) 4.3.1 -> 4.6.0 age adoption passing confidence
OpenTelemetry (source) 1.4.0 -> 1.9.0 age adoption passing confidence
OpenTelemetry.Exporter.Zipkin (source) 1.4.0 -> 1.9.0 age adoption passing confidence
OpenTelemetry.Extensions.Hosting (source) 1.4.0 -> 1.9.0 age adoption passing confidence
OpenTelemetry.Instrumentation.AspNetCore (source) 1.0.0-rc9.14 -> 1.9.0 age adoption passing confidence
RabbitMQ.Client (source) 6.4.0 -> 6.8.1 age adoption passing confidence
StackExchange.Redis (source) 2.6.80 -> 2.8.16 age adoption passing confidence
coverlet.collector 3.1.2 -> 3.2.0 age adoption passing confidence
stateless 5.12.0 -> 5.16.0 age adoption passing confidence

Release Notes

Azure/amqpnetlite (AMQPNetLite.Core)

v2.4.11: Release 2.4.11

Fixes,

  • [#​584] unobserved exception in task

v2.4.10: Release 2.4.10

Changes:

  • [#​360] Fix link uniqueness checks.

v2.4.9: Release 2.4.9

Fixed the following issues:

  • [#​578] Protocol violation when sending FLOW field delivery-count
  • [#​579] Timestamp encoding precision loss, especially when encoding DateTime.MaxValue.

v2.4.8: Release 2.4.8

Fixes:

  • [#​576] AmqpSettings IdleTimeout improvement to allow infinite idle timeout
  • [#​575] Protocol violation when sending FLOW

v2.4.7: Release 2.4.7

[#​570] ConnectionFactory should fail connection as early as possible.
[#​573] Improve memory usage: dispose SocketAsyncEventArgs objects in TcpTransport.

v2.4.6: Release 2.4.6

[#​553] Sending an AMQP message from an ASP.NET 4.7.2 page request context
[#​557] Transaction Support for SendAsync in .NET Core
[#​566] Support custom message format (no custom encoding)

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

v3.7.404

v3.7.403.1

Compare Source

v3.7.403

v3.7.402

v3.7.401

v3.7.308

v3.7.306

v3.7.305

v3.7.304

v3.7.303

Compare Source

v3.7.302

v3.7.301

v3.7.300

v3.7.204

v3.7.202

v3.7.200

v3.7.108

v3.7.107

v3.7.105

v3.7.104

v3.7.103

v3.7.102

CommunityToolkit/dotnet (CommunityToolkit.HighPerformance)

v8.3.2: 8.3.2

This hotfix release updates the build time validation for the Windows SDK projections, when using the .NET 9 SDK.

What's Changed 🆕

v8.3.1: 8.3.1

This hotfix release includes build time validation for the Windows SDK projections, to improve the developer experience.

What's Changed 🆕

v8.3.0: 8.3.0

What's Changed 🆕

New Contributors

Full Changelog: CommunityToolkit/dotnet@v8.2.2...v8.3.0

Note ℹ️

If you're consuming the MVVM Toolkit from net8.0-windows10.0.xxxxx.0, you'll either need the latest servicing update of the .NET 8 SDK (ie. > 8.0.403), or as a temporary workaround you can manually specify the Windows SDK package version in your .csproj, as follows:

<WindowsSdkPackageVersion>10.0.xxxxx.41</WindowsSdkPackageVersion>

Where "xxxxx" should match the Windows SDK you're targeting (in your "TargetFramework" property).

https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.26100.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.22621.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.22000.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.20348.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.19041.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.18362.41
https://www.nuget.org/packages/Microsoft.Windows.SDK.NET.Ref/10.0.17763.41

v8.2.2: 8.2.2

What's Changed 🆕
New Contributors

Full Changelog: CommunityToolkit/dotnet@v8.2.1...v8.2.2

v8.2.1: 8.2.1

What's Changed 🆕

New Contributors 🙌

Full Changelog: CommunityToolkit/dotnet@v8.2.0...v8.2.1

v8.2.0: 8.2.0

Release blog post: https://devblogs.microsoft.com/dotnet/announcing-the-dotnet-community-toolkit-820/.

What's Changed 🆕

New Contributors 🙌

Full Changelog: CommunityToolkit/dotnet@v8.1.0...v8.2.0

v8.1.0: 8.1.0

Breaking changes (since 8.0.0) 💥

  • All Ref<T>-like types in the HighPerformance package are now .NET 7 only (they were all marked as preview)
  • Removed a .NET Standard 2.0 only overload for LockExtensions (which was marked as preview)
  • The StreamExtensions.Read<T> method now throws an EndOfStreamException when reaching end of stream
  • Remove nullability attributes generator from the MVVM Toolkit (for [NotNull] and [NotNullIfNotNull])

What's changed (since 8.0.0) 🆕

New Contributors


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 force-pushed the renovate/nuget branch 4 times, most recently from a7f2f4f to 8bf1ab4 Compare June 17, 2023 05:58
@renovate renovate bot force-pushed the renovate/nuget branch 4 times, most recently from fcf9b95 to 0bcd524 Compare June 28, 2023 05:36
@renovate renovate bot force-pushed the renovate/nuget branch 3 times, most recently from 776fb3d to 1117d68 Compare July 6, 2023 02:28
@renovate renovate bot force-pushed the renovate/nuget branch 4 times, most recently from e2bc3e9 to fd2ecbd Compare July 14, 2023 08:44
@renovate renovate bot force-pushed the renovate/nuget branch 4 times, most recently from cc4b51e to 90b1c46 Compare July 22, 2023 02:50
@renovate renovate bot force-pushed the renovate/nuget branch 5 times, most recently from e3ba888 to 688babc Compare August 1, 2023 02:19
@renovate renovate bot force-pushed the renovate/nuget branch 5 times, most recently from dd0a0bd to 0534d8a Compare August 9, 2023 02:28
@renovate renovate bot force-pushed the renovate/nuget branch 4 times, most recently from 0554b26 to fd85142 Compare September 14, 2024 09:00
@renovate renovate bot force-pushed the renovate/nuget branch 3 times, most recently from c752224 to 8c7099b Compare September 21, 2024 05:35
@renovate renovate bot force-pushed the renovate/nuget branch 4 times, most recently from 7cc999f to ce92cbf Compare October 2, 2024 05:23
@renovate renovate bot force-pushed the renovate/nuget branch 5 times, most recently from 0575f32 to f7a043b Compare October 9, 2024 05:05
@renovate renovate bot force-pushed the renovate/nuget branch 2 times, most recently from e563ba9 to 8c2985d Compare October 15, 2024 05:59
@renovate renovate bot force-pushed the renovate/nuget branch 4 times, most recently from 6c3ec38 to 0cf6c43 Compare October 25, 2024 05:49
@renovate renovate bot force-pushed the renovate/nuget branch 4 times, most recently from ec0377a to 18a2596 Compare November 2, 2024 05:49
@renovate renovate bot force-pushed the renovate/nuget branch 2 times, most recently from a7ac2d3 to 98a0954 Compare November 9, 2024 02:25
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