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

chore(deps): update nuget packages #699

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

chore(deps): update nuget packages #699

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
AWSSDK.S3 3.7.405 -> 3.7.405.12 age adoption passing confidence
AWSSDK.SQS 3.7.400.36 -> 3.7.400.48 age adoption passing confidence
AWSSDK.SecurityToken 3.7.400.36 -> 3.7.400.48 age adoption passing confidence
AspNetCore.HealthChecks.MongoDb 8.0.1 -> 8.1.0 age adoption passing confidence
Google.Cloud.PubSub.V1 3.12.0 -> 3.19.0 age adoption passing confidence
Google.Protobuf 3.26.1 -> 3.28.3 age adoption passing confidence
Grpc.AspNetCore.Web 2.62.0 -> 2.66.0 age adoption passing confidence
Grpc.Core.Api 2.62.0 -> 2.66.0 age adoption passing confidence
Grpc.HealthCheck 2.62.0 -> 2.66.0 age adoption passing confidence
Grpc.Net.Client 2.62.0 -> 2.66.0 age adoption passing confidence
Grpc.Net.Common 2.62.0 -> 2.66.0 age adoption passing confidence
JetBrains.Annotations (source) 2024.2.0 -> 2024.3.0 age adoption passing confidence
MongoDB.Driver (source) 2.25.0 -> 2.30.0 age adoption passing confidence
MongoDB.Driver.Core.Extensions.DiagnosticSources 1.4.0 -> 1.5.0 age adoption passing confidence
NUnit3TestAdapter (source) 4.5.0 -> 4.6.0 age adoption passing confidence
OpenTelemetry (source) 1.9.0-rc.1 -> 1.9.0 age adoption passing confidence
OpenTelemetry.Exporter.OpenTelemetryProtocol (source) 1.9.0-rc.1 -> 1.9.0 age adoption passing confidence
OpenTelemetry.Exporter.Prometheus.AspNetCore (source) 1.9.0-alpha.2 -> 1.9.0-beta.2 age adoption passing confidence
OpenTelemetry.Extensions.Hosting (source) 1.9.0-rc.1 -> 1.9.0 age adoption passing confidence

Release Notes

googleapis/google-cloud-dotnet (Google.Cloud.PubSub.V1)

v3.19.0: Google.Cloud.PubSub.V1 version 3.19.0

Compare Source

Changes in this release:

Bug fixes
  • Do not throw if a subscriber is disposed before being started (commit 04b8d8a)
New features

v3.18.0: Google.Cloud.PubSub.V1 version 3.18.0

Compare Source

Changes in this release:

No API surface changes; just dependency updates.

v3.17.0: Google.Cloud.PubSub.V1 version 3.17.0

Compare Source

Changes in this release:

New features
  • Add ingestion Cloud Storage fields and Platform Logging fields to Topic (commit 5098b56)
  • Return listing information for subscriptions created via Analytics Hub (commit ce5de77)
Documentation improvements
  • Update documentation for 31 day subscription message retention (commit 950f588)

v3.16.0: Google.Cloud.PubSub.V1 version 3.16.0

Compare Source

Changes in this release:

New features
  • Add max messages batching for Cloud Storage subscriptions (commit 953eefe)

v3.15.0: Google.Cloud.PubSub.V1 version 3.15.0

Compare Source

Changes in this release:

New features
  • Add use_topic_schema for Cloud Storage Subscriptions (commit d557116)

v3.14.0: Google.Cloud.PubSub.V1 version 3.14.0

Compare Source

Changes in this release:

Bug fixes
  • Fix possible race condition when restarting the stream (commit 4410bb1)
New features

The last two of these features can cause user-visible changes. In particular:

  • Persistently-failing streaming pulls will eventually cause a SubscriberClient to fail
  • Authentication-based failures (e.g. using an expired service account) will now cause a SubscriberClient to fail
  • SubscriberClient will retry immediately after a streaming pull stream is terminated server-side, if the pull was active for 45 seconds or more before being terminated. This should improve responsiveness in some situations.

All of these changes should be "net positive", but if they cause any issues, please file a bug.

v3.13.0: Google.Cloud.PubSub.V1 version 3.13.0

Compare Source

Changes in this release:

New features
  • Improve SubscriberClient logging (commit a9896c9)
  • Add IServiceCollection extension methods for client registration where an IServiceProvider is required. (commit 022fab2)
protocolbuffers/protobuf (Google.Protobuf)

v3.28.3

v3.28.2

v3.28.1

v3.28.0

v3.27.5

v3.27.4

v3.27.3

v3.27.2

v3.27.1

v3.27.0

grpc/grpc-dotnet (Grpc.AspNetCore.Web)

v2.66.0

What's Changed

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

v2.65.0

What's Changed
New Contributors

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

v2.64.0

What's Changed

Full Changelog: grpc/grpc-dotnet@v2.63.0...v2.64.0

v2.63.0

What's Changed
New Contributors

Full Changelog: grpc/grpc-dotnet@v2.62.0...v2.63.0

JetBrains/JetBrains.Annotations (JetBrains.Annotations)

v2024.3.0

Compare Source

mongodb/mongo-csharp-driver (MongoDB.Driver)

v2.30.0: .NET Driver Version 2.30.0 Release Notes

This is the general availability release for the 2.30.0 version of the driver. Version 2.30.0 of the driver is the last scheduled 2.x release. Further driver development will continue in 3.x versions.

Version 2.30.0 does not introduce new features or bug fixes. The single purpose of 2.30 is to ease the migration to 3.x by marking the public API that was removed in 3.0 as obsolete.

The full list of issues resolved in this release is available at CSHARP JIRA project.

Documentation on the .NET driver can be found here.

v2.29.0: .NET Driver Version 2.29.0 Release Notes

This is the general availability release for the 2.29.0 version of the driver.

Version 2.29.0 of the driver has been tested against MongoDB Server version 8.0 and adds support for the following new features in server version 8.0:

  • Support for v2 of the Queryable Encryption range protocol - CSHARP-4959
  • Range indexes for Queryable Encryption are now GA - CSHARP-5057

The following server 8.0 features are not yet supported and will be supported in a later release of the driver:

The full list of issues resolved in this release is available at CSHARP JIRA project.

Documentation on the .NET driver can be found here.

v2.28.0: .NET Driver Version 2.28.0 Release Notes

This is the general availability release for the 2.28.0 version of the driver.

NOTICE: MongoDB 3.6 reached end-of-life in April 2021. The .NET/C# Driver will be removing support for MongoDB 3.6 in an upcoming release.

The main new features in 2.28.0 include:

  • Provide Strong-Named Assemblies - CSHARP-1276
  • Support additional numeric conversions involving Nullable - CSHARP-5180
  • CSFLE/QE KMIP support "delegated" protocol - CSHARP-4941

Bug fixes:

  • Verify that operands to numeric operators in LINQ expressions are represented as numbers on the server - CSHARP-4985
  • IReadOnlyDictionary indexer access fails to translate in v3 - CSHARP-5171
  • Projection Expressions Fail to Deserialize Data Correctly - CSHARP-5162
  • Enum conversion within IQueryable fails with Expression not supported exception - CSHARP-5043
  • IMongoCollection.AsQueryable().Select() fails for array type (regression) - CSHARP-4957

The full list of issues resolved in this release is available at CSHARP JIRA project.

Documentation on the .NET driver can be found here.

v2.27.0: .NET Driver Version 2.27.0 Release Notes

This is the general availability release for the 2.27.0 version of the driver.

The main new features in 2.27.0 include:

  • Support $sample aggregation operator - CSHARP-2659
  • Implement Equals method for serializers in LINQ3 - CSHARP-3315
  • Avoid Appending Write/Read Concern in Atlas Search Index Helper Commands - CSHARP-4839
  • Disallow comma character in authMechanismProperties connection string value - CSHARP-5106
  • Fix translation issue during serialization of numbers with differing sizes - CSHARP-5163
  • Support Linux distros using libdl.so.2 CSHARP-4889
  • Multiple bug fixes and improvements.

The full list of issues resolved in this release is available at CSHARP JIRA project.

Documentation on the .NET driver can be found here.

v2.26.0: .NET Driver Version 2.26.0 Release Notes

This is the general availability release for the 2.26.0 version of the driver.

The main new features in 2.26.0 include:

  • Support SelectMany inside Project/Select - CSHARP-5081
  • Support Dictionary.ContainsValue in LINQ queries - CSHARP-2509
  • Support string concatenation of mixed types - CSHARP-5071
  • Enable use of native crypto in libmongocrypt bindings - CSHARP-4944
  • Support serialization of Memory and ReadOnlyMemory structs - CSHARP-4807
  • OIDC: support for GCP Identity Provider - CSHARP-4610
  • Implement signing of NuGet packages - CSHARP-5050
  • Direct read/write retries to another mongos if possible - CSHARP-3757
  • Multiple bug fixes and improvements.

The full list of issues resolved in this release is available at CSHARP JIRA project.

Documentation on the .NET driver can be found here.

jbogard/MongoDB.Driver.Core.Extensions.DiagnosticSources (MongoDB.Driver.Core.Extensions.DiagnosticSources)

v1.5.0

Compare Source

What's Changed
New Contributors

Full Changelog: jbogard/MongoDB.Driver.Core.Extensions.DiagnosticSources@1.4.0...1.5.0

open-telemetry/opentelemetry-dotnet (OpenTelemetry)

v1.9.0

  • Exemplars are now part of the stable API! For details see: customizing
    exemplars
    collection
    .

  • WithLogging is now part of the stable API! Logging, Metrics, and Tracing can
    now all be configured using the With style and the builders finally have
    parity in their APIs.


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 5 times, most recently from f83f750 to 92c39dc Compare April 29, 2024 23:21
@renovate renovate bot force-pushed the renovate/nuget branch 4 times, most recently from 235b245 to 84687e9 Compare May 6, 2024 22:12
@renovate renovate bot force-pushed the renovate/nuget branch 6 times, most recently from e9cb962 to e93c4ca Compare May 15, 2024 05:02
@renovate renovate bot force-pushed the renovate/nuget branch 7 times, most recently from 48ae4ba to 77fd2a4 Compare May 23, 2024 22:50
@renovate renovate bot force-pushed the renovate/nuget branch 7 times, most recently from b412c79 to e9ce434 Compare May 30, 2024 22:17
@renovate renovate bot force-pushed the renovate/nuget branch 8 times, most recently from fe07a2b to a4a2c68 Compare October 10, 2024 00:52
@renovate renovate bot force-pushed the renovate/nuget branch 5 times, most recently from 9b7c0b4 to c4d7ae3 Compare October 16, 2024 21:56
@renovate renovate bot force-pushed the renovate/nuget branch 7 times, most recently from e2002cb to cdbf473 Compare October 24, 2024 21:28
@renovate renovate bot force-pushed the renovate/nuget branch 5 times, most recently from ea58408 to 099bcc1 Compare October 31, 2024 22:50
@renovate renovate bot force-pushed the renovate/nuget branch 2 times, most recently from bfcca3f to 92a2509 Compare November 7, 2024 22:23
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