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

[deps] fixtures: Update minor #318

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
AWSSDK.KeyManagementService 3.7.400.53 -> 3.7.400.95 age adoption passing confidence
Azure.Identity (source) 1.13.1 -> 1.13.2 age adoption passing confidence
Microsoft.EntityFrameworkCore.Design (source) 9.0.0 -> 9.0.2 age adoption passing confidence
Microsoft.EntityFrameworkCore.Relational (source) 9.0.0 -> 9.0.2 age adoption passing confidence
Microsoft.EntityFrameworkCore.SqlServer (source) 9.0.0 -> 9.0.2 age adoption passing confidence
Microsoft.EntityFrameworkCore.Sqlite (source) 9.0.0 -> 9.0.2 age adoption passing confidence
MongoDB.Driver (source) 3.0.0 -> 3.2.0 age adoption passing confidence
Npgsql.EntityFrameworkCore.PostgreSQL 9.0.1 -> 9.0.3 age adoption passing confidence
Pkcs11Interop (source) 5.2.0 -> 5.3.0 age adoption passing confidence

Release Notes

Azure/azure-sdk-for-net (Azure.Identity)

v1.13.2

Compare Source

1.13.2 (2025-01-14)
Bugs Fixed
  • Fixed an issue where setting DefaultAzureCredentialOptions.TenantId twice throws an InvalidOperationException (#​47035)
  • Fixed an issue where ManagedIdentityCredential does not honor the CancellationToken passed to GetToken and GetTokenAsync. (#​47156)
  • Fixed an issue where some credentials in DefaultAzureCredential would not fall through to the next credential in the chain under certain exception conditions.
  • Fixed a regression in ManagedIdentityCredential when used in a ChainedTokenCredential where the invalid json responses do not fall through to the next credential in the chain. (#​47470)
dotnet/efcore (Microsoft.EntityFrameworkCore.Design)

v9.0.2: .NET 9.0.2

Release

What's Changed

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

v9.0.1: .NET 9.0.1

Release

What's Changed

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

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

v3.2.0: .NET Driver Version 3.2.0 Release Notes

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

The main new features in 3.2.0 include:

  • Support casting from an interface to a concrete type in a filter expression - CSHARP-4572
  • Support for BSON Binary Vector subtype that helps make MongoDB Vector Search more efficient and easy to work with - CSHARP-5202
  • Support for additional methods in LINQ, such as Append, OfType, Repeat, SequenceEqual - CSHARP-4872, CSHARP-4876, CSHARP-4878, CSHARP-4880
  • Support strings with "Range" operator for Atlas Search - CSHARP-5429
  • Added ObjectSerializerAllowedTypesConvention to more easily configure allowed types for ObjectSerializer - CSHARP-4495
  • Added Kubernetes Support for OIDC - CSHARP-5026
  • Added BsonDateOnlyOptionsAttribute to control the serialization of DateOnly - CSHARP-5345
  • Added array field support for "In" and "Range" operators in Atlas Search - CSHARP-5430
  • Fixed an error where BulkWrite command would not be retried when throwing a ClientBulkWriteException - CSHARP-5449
  • Fixed a bug where BsonGuidRepresentationAttribute will not work on nullable GUIDs - CSHARP-5456
  • EnumRepresentationConvention will now also be applied to collection of enums - CSHARP-2096
  • Automatically retry KMS requests on transient errors - CSHARP-5017
  • LINQ aggregate Group now supports $addToSet operator - CSHARP-5446
  • Minor 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.

v3.1.0: .NET Driver Version 3.1.0 Release Notes

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

The main new features in 3.1.0 include:

  • Support token field type and array field expressions with Atlas Search builders for equals operator - CSHARP-4926
  • Support SearchIndexType option when creating Atlas Search indexes - CSHARP-4960
  • Support for valid SRV hostnames with less than 3 parts - CSHARP-5200
  • Support for search sequential pagination - CSHARP-5420
  • Support for Mql methods: Exists, IsMissing and IsNullOrMissing in filters when possible - CSHARP-5427
  • Support for Exact Vector Search (ENN) - CSHARP-5212
  • Allow sort option to be supplied to update commands (updateOne, etc.) - CSHARP-5201
  • Disabled TLS renegotiation when possible - CSHARP-2843
  • Fix a bug in discriminator convention inheritance - CSHARP-5349
  • New Serializers for ImmutableArray and other immutable collections - CSHARP-5335
  • Minor 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.

npgsql/efcore.pg (Npgsql.EntityFrameworkCore.PostgreSQL)

v9.0.3

Milestone issues

Full Changelog: npgsql/efcore.pg@v9.0.2...v9.0.3

v9.0.2

EFCore.PG depends on Npgsql 9.0.2, which contains an important fix around SSL validation (https://github.com/npgsql/npgsql/issues/5942).

Milestone issues

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

Pkcs11Interop/Pkcs11Interop (Pkcs11Interop)

v5.3.0: Pkcs11Interop 5.3.0

  • #​253 - Added support for MacCatalyst in MAUI apps
  • #​254 - Allow automatic platform detection to be overridden
  • #​256 - Use PKCS11-MOCK 2.0.0
  • #​257 - Replaced AppVeyor with GitHub Actions
  • #​258 - Fixed throwing in CK_VERSION::ToString
  • #​259 - Removed Doxygen-generated documentation

Configuration

📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), 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 requested a review from a team as a code owner September 30, 2024 00:35
@bitwarden-bot bitwarden-bot changed the title [deps] fixtures: Update minor [PM-12853] [deps] fixtures: Update minor Sep 30, 2024
@bitwarden-bot
Copy link

Internal tracking:

@renovate renovate bot changed the title [PM-12853] [deps] fixtures: Update minor [deps] fixtures: Update minor Sep 30, 2024
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 5 times, most recently from e4b7c9b to 2b26555 Compare October 7, 2024 22:17
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 5 times, most recently from 7d4cff2 to bf904e2 Compare October 15, 2024 00:44
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 4 times, most recently from 3dd57b5 to be1cb9e Compare October 22, 2024 21:59
@renovate renovate bot requested a review from a team as a code owner October 22, 2024 21:59
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 6 times, most recently from 9d3aa64 to dc4328b Compare October 29, 2024 23:39
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 3 times, most recently from 62603e3 to f660dda Compare November 1, 2024 22:16
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 2 times, most recently from 21bae0d to 5d224f8 Compare November 9, 2024 01:45
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 7 times, most recently from 2967b8f to 4bfc952 Compare January 16, 2025 02:38
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 5 times, most recently from 691b553 to 260c8e7 Compare January 22, 2025 22:22
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 3 times, most recently from c3ffc3d to 0d20916 Compare February 2, 2025 14:01
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 4 times, most recently from a179835 to 5b25596 Compare February 10, 2025 23:00
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 7 times, most recently from 00c80e0 to 22e5d58 Compare February 19, 2025 00:56
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 2 times, most recently from 55ff23a to 2058ab6 Compare February 19, 2025 21:30
@renovate renovate bot force-pushed the renovate/fixtures-minor branch from 2058ab6 to 76c133b Compare February 20, 2025 21:28
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.

1 participant