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 #452

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

Update nuget #452

wants to merge 1 commit into from

Conversation

projectorigin-renovate[bot]
Copy link
Contributor

@projectorigin-renovate projectorigin-renovate bot commented Aug 1, 2024

This PR contains the following updates:

Package Type Update Change
Google.Protobuf nuget minor 3.27.2 -> 3.29.1
Grpc.AspNetCore nuget minor 2.65.0 -> 2.67.0
Grpc.Tools nuget minor 2.65.0 -> 2.68.1
Microsoft.NET.Test.Sdk nuget minor 17.10.0 -> 17.12.0
Moq nuget patch 4.20.70 -> 4.20.72
Npgsql.OpenTelemetry nuget patch 9.0.0 -> 9.0.2
OpenTelemetry (source) nuget minor 1.9.0 -> 1.10.0
OpenTelemetry.Exporter.Console (source) nuget minor 1.9.0 -> 1.10.0
OpenTelemetry.Exporter.OpenTelemetryProtocol (source) nuget minor 1.9.0 -> 1.10.0
OpenTelemetry.Extensions.Hosting (source) nuget minor 1.9.0 -> 1.10.0
OpenTelemetry.Instrumentation.AspNetCore (source) nuget minor 1.9.0 -> 1.10.1
OpenTelemetry.Instrumentation.Process (source) nuget patch 0.5.0-beta.6 -> 0.5.0-beta.7
OpenTelemetry.Instrumentation.Runtime (source) nuget minor 1.9.0 -> 1.10.0
ProjectOrigin.HierarchicalDeterministicKeys nuget minor 1.0.0 -> 1.1.0
ProjectOrigin.ServiceCommon nuget patch 1.0.0-rc.5 -> 1.0.0
ProjectOrigin.TestCommon nuget patch 1.0.0-rc.5 -> 1.0.0
RabbitMQ.Client (source) nuget patch 7.0.0-rc.6 -> 7.0.0
Serilog.AspNetCore nuget patch 8.0.1 -> 8.0.3
StackExchange.Redis (source) nuget patch 2.8.0 -> 2.8.22
Swashbuckle.AspNetCore nuget minor 7.0.0 -> 7.2.0
System.IdentityModel.Tokens.Jwt nuget minor 8.0.1 -> 8.3.0
dotnet-grpc nuget minor 2.65.0 -> 2.67.0
xunit nuget patch 2.9.0 -> 2.9.2

Release Notes

grpc/grpc-dotnet (Grpc.AspNetCore)

v2.67.0

What's Changed
New Contributors

Full Changelog: grpc/grpc-dotnet@v2.66.0...v2.67.0

v2.66.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.65.0...v2.66.0

microsoft/vstest (Microsoft.NET.Test.Sdk)

v17.12.0

What's Changed
Internal and infrastructure fixes:

Full Changelog: microsoft/vstest@v17.11.1...v17.12.0

v17.11.1

What's Changed

Full Changelog: microsoft/vstest@v17.11.0...v17.11.1

v17.11.0

What's Changed
New Contributors

Full Changelog: microsoft/vstest@v17.10.0...v17.11.0-release-24352-06

moq/moq (Moq)

v4.20.72

Full Changelog

🔨 Other:

  • Question: Sponsorable Attribute in release v4.20.71 #​1513

🔀 Merged:

v4.20.71

Full Changelog

🐛 Fixed bugs:

🔨 Other:

  • Documentation Unavailable Online #​1473
  • Some source code files is filled with comments like: "Unmerged change from project " #​1451
  • Question: would it make sense to call verify all on a strict mock when the mock gets disposed? #​1440
  • SponsorLink Integration Makes Moq Unuasable due to PII and GDPR Requirements #​1433
  • Default value ILookup<> in loose mode is null #​1391
  • Verifying a protected method when the exact parameter types are not statically known #​1339

🔀 Merged:

npgsql/npgsql (Npgsql.OpenTelemetry)

v9.0.2

9.0.2 was released to fix SSL certificate validation (#​5942).

Milestone issues

Full Changelog: npgsql/npgsql@v9.0.1...v9.0.2

v9.0.1

9.0.1 was released right after 9.0.0 to stop referencing System.Text.Json 9.0, which caused various issues (https://github.com/npgsql/npgsql/issues/5940, https://github.com/dotnet/aspire/issues/6720).

open-telemetry/opentelemetry-dotnet (OpenTelemetry)

v1.10.0

  • Bumped the package versions of System.Diagnostic.DiagnosticSource and other
    Microsoft.Extensions.* packages to 9.0.0.

  • Added support for new APIs introduced in System.Diagnostics.DiagnosticSource
    9.0.0:

  • Experimental features promoted to stable:

    • CardinalityLimit can now be managed for individual metrics via the View
      API. For details see: Changing cardinality limit for a
      Metric
      .

    • The overflow
      attribute

      (otel.metric.overflow) behavior is now enabled by default. The
      OTEL_DOTNET_EXPERIMENTAL_METRICS_EMIT_OVERFLOW_ATTRIBUTE environment
      variable is no longer required. For details see: Cardinality
      Limits
      .

    • The MetricPoint reclaim behavior is now enabled by default when Delta
      aggregation temporality is used. The
      OTEL_DOTNET_EXPERIMENTAL_METRICS_RECLAIM_UNUSED_METRIC_POINTS environment
      variable is no longer required. For details see: Cardinality
      Limits
      .

  • Added OpenTelemetrySdk.Create API for configuring OpenTelemetry .NET signals
    (logging, tracing, and metrics) via a single builder. This new API simplifies
    bootstrap and teardown, and supports cross-cutting extensions targeting
    IOpenTelemetryBuilder.

  • Removed out of support net6.0 target and added net9.0 target.

project-origin/registry (ProjectOrigin.HierarchicalDeterministicKeys)

v1.1.0

What's Changed
New features
Other Changes
New Contributors

Full Changelog: v1.0.0...v1.1.0

project-origin/common (ProjectOrigin.ServiceCommon)

v1.0.0

What's Changed
New features
Other Changes
New Contributors

Full Changelog: project-origin/common@v1.0.0-rc.10...v1.0.0

v1.0.0-rc.9

Full Changelog: project-origin/common@v1.0.0-rc.8...v1.0.0-rc.9

v1.0.0-rc.8

Full Changelog: project-origin/common@v1.0.0-rc.7...v1.0.0-rc.8

v1.0.0-rc.7

Full Changelog: project-origin/common@v1.0.0-rc.1...v1.0.0-rc.7

rabbitmq/rabbitmq-dotnet-client (RabbitMQ.Client)

v7.0.0

Full Changelog

Implemented enhancements:

  • Make handling of publisher confirmations transparent to the user #​1682

Merged pull requests:

v7.0.0-rc.14

Full Changelog

Implemented enhancements:

  • Make handling of publisher confirmations transparent to the user #​1682

Merged pull requests:

v7.0.0-rc.13

Full Changelog

Merged pull requests:

v7.0.0-rc.12

Full Changelog

Implemented enhancements:

  • Allow DateTime for Headers in IBasicProperties #​1691
  • Polyfill language gaps #​1688
  • DispatchConsumerConcurrency might be misplaced on the connection factory #​1668
  • Consider using AsyncManualResetEvent when handling flow state #​1644

Fixed bugs:

  • Intermittent flakiness of v7.0 RC #​1676

Merged pull requests:

v7.0.0-rc.11

Full Changelog

Merged pull requests:

v7.0.0-rc.10

Full Changelog

Merged pull requests:

v7.0.0-rc.9

Full Changelog

Closed issues:

  • Re-review use of Task vs ValueTask in API #​1645

Merged pull requests:

Full Changelog

Closed issues:

  • Re-review use of Task vs ValueTask in API #​1645

Merged pull requests:

  • Added ability to use Issuer to receive Token Endpoint for the OAuth2ClientBuilder #​1656 (Lyphion)
  • Consistently use Task or ValueTask in APIs #​1646 (lukebakken)

v7.0.0-rc.8

Full Changelog

Fixed bugs:

  • Automatic recovery fails if the channel is disposed #​1647
  • Timer leak and potential JWT/OAuth2 expiry in TimerBasedCredentialRefresher [OAuth2] #​1639

Merged pull requests:

v7.0.0-rc.7

Full Changelog

Merged pull requests:

serilog/serilog-aspnetcore (Serilog.AspNetCore)

v8.0.3

v8.0.2

StackExchange/StackExchange.Redis (StackExchange.Redis)

v2.8.22

Compare Source

What's Changed

Full Changelog: StackExchange/StackExchange.Redis@2.8.16...2.8.22

v2.8.16

Compare Source

What's Changed

  • Fix: PhysicalBridge: Always perform "last read" check in heartbeat when HeartbeatConsistencyChecks is enabled (#​2795 by @​NickCraver)

Full Changelog: StackExchange/StackExchange.Redis@2.8.14...2.8.16

v2.8.14

Compare Source

What's Changed

New Contributors

Full Changelog: StackExchange/StackExchange.Redis@2.8.12...2.8.14

v2.8.12

Compare Source

What's Changed

New Contributors

Full Changelog: StackExchange/StackExchange.Redis@2.8.0...2.8.12

domaindrivendev/Swashbuckle.AspNetCore (Swashbuckle.AspNetCore)

v7.2.0

What's Changed

New Contributors

Full Changelog: domaindrivendev/Swashbuckle.AspNetCore@v7.1.0...v7.2.0

v7.1.0

What's Changed


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 1, 2024 08:16
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.

0 participants