Skip to content

[deps] fixtures: Update minor #318

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

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.159] age adoption passing confidence
Azure.Identity (source) [1.13.1] -> [1.14.0] age adoption passing confidence
Azure.Storage.Blobs (source) [12.23.0] -> [12.24.0] age adoption passing confidence
Google.Cloud.Kms.V1 [3.15.0] -> [3.18.0] age adoption passing confidence
Microsoft.EntityFrameworkCore.Design (source) [9.0.0] -> [9.0.5] age adoption passing confidence
Microsoft.EntityFrameworkCore.Relational (source) [9.0.0] -> [9.0.5] age adoption passing confidence
Microsoft.EntityFrameworkCore.SqlServer (source) [9.0.0] -> [9.0.5] age adoption passing confidence
Microsoft.EntityFrameworkCore.Sqlite (source) [9.0.0] -> [9.0.5] age adoption passing confidence
MongoDB.Driver (source) [3.0.0] -> [3.4.0] age adoption passing confidence
Npgsql.EntityFrameworkCore.PostgreSQL [9.0.1] -> [9.0.4] age adoption passing confidence
Pkcs11Interop (source) [5.2.0] -> [5.3.0] age adoption passing confidence
Pomelo.EntityFrameworkCore.MySql [8.0.2] -> [8.0.3] age adoption passing confidence

Release Notes

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

v1.14.0

Compare Source

1.14.0 (2025-05-13)

Other Changes
  • Removed references to Username, Password, AZURE_USERNAME, and AZURE_PASSWORD in XML comments from EnvironmentCredentialOptions and EnvironmentCredential due to lack of MFA support. See MFA enforcement details.
  • Marked AZURE_USERNAME and AZURE_PASSWORD as obsolete due to lack of MFA support. See MFA enforcement details.
  • Added support for the AZURE_TOKEN_CREDENTIALS environment variable to DefaultAzureCredential, which allows for choosing between 'deployed service' and 'developer tools' credentials. Valid values are 'dev' for developer tools and 'prod' for deployed service.

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)
googleapis/google-cloud-dotnet (Google.Cloud.Kms.V1)

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

Compare Source

Documentation improvements
  • A comment for enum value DESTROYED in enum CryptoKeyVersionState is changed

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

Compare Source

New features
  • Adding eTag field to AutokeyConfig
Documentation improvements
  • Updating docs for total_size field in KMS List APIs

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

Compare Source

Changes in this release:

New features
  • Support PQC asymmetric signing algorithms ML_DSA_65 and SLH_DSA_SHA2_128s (commit 0f261f0)
  • Add a PublicKeyFormat enum to allow specifying the format the public is going to be exported in (commit 0f261f0)
Documentation improvements
dotnet/efcore (Microsoft.EntityFrameworkCore.Design)

v9.0.5: .NET 9.0.5

Release

What's Changed

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

v9.0.4: .NET 9.0.4

Release

What's Changed

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

v9.0.3: .NET 9.0.3

Release

What's Changed

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

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.4.0: .NET Driver Version 3.4.0 Release Notes

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

The main new features in 3.4.0 include:
  • CSHARP-5551: Support KeyValuePair.Create<TKey,TValue>method in LINQ
  • CSHARP-5552: Add support for $convert in LINQ
  • CSHARP-5505: Add $geoNear stage aggregation builders
  • CSHARP-4935: Support casting from an interface to a type that implements that interface in LINQ queries
  • CSHARP-4779: Support Dictionary(IEnumerable<KeyValuePair<TKey, TValue>> collection) constructor in LINQ
  • CSHARP-5543: Add new options for Atlas Search Text and Phrase operators
  • CSHARP-4535: Support queries after casting IQueryable<Derived> to IQueryable<Base>
Improvements:
  • CSHARP-5531: Reduce memory allocations in BsonStreamAdapter.WriteDouble and WriteInt64
  • CSHARP-5529: Optimize grouping.First().X to not retrieve the entire $$ROOT
Fixes:
  • CSHARP-5540: Fix exception when using AsQueryable().Last()
  • CSHARP-5471: Incorrectly resolving the authentication mechanism parameters from SRV connection string
  • CSHARP-5442: Fixed use of serializer by Atlas Search operators

[!NOTE]
Driver will start using registered serializers for Atlas Search operators, to continue using the previous behavior use SearchDefinition.UseConfiguredSerializers(false)

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.3.0: .NET Driver Version 3.3.0 Release Notes

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

[!IMPORTANT]
A future minor release will raise the minimum supported MongoDB Server version from 4.0 to 4.2. This is in accordance with MongoDB Software Lifecycle Schedules. Support for MongoDB Server 4.0 will be dropped in a future release!

The main new features in 3.3.0 include:
  • CSHARP-5469: Support $lookup in CSFLE and QE
  • CSHARP-5205: Add option to configure DEK cache lifetime
  • CSHARP-4883: Support SkipWhile and TakeWhile methods in LINQ
  • CSHARP-5472: Support of NamespaceType property into ChangeStreamDocument
  • CSHARP-5478: Support for $rankFusion aggregation stage
  • CSHARP-5527: Support for $sigmoid expression in LINQ
  • CSHARP-5506: Support dictionary[key] for keys that aren't strings but are serialized as strings in LINQ queries
  • CSHARP-1585: Support for $elemMatch filters directly against the elements with no field name
  • CSHARP-5481: Implement OfType and Is support for queries with scalar discriminators
Improvements:
  • CSHARP-5496: Reduce locks contention on server selection and connection checkout
Fixes:
  • CSHARP-5513: Fix ChangeStream DisambiguatedPaths implementation
Maintenance:

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.2.1: .NET Driver Version 3.2.1 Release Notes

This is a patch release that addresses some issues reported since 3.2.0 was released:

  • Fix potential leak with KMS retry mechanism - CSHARP-5489
  • Fix stack overflow exception on POCOs that represents tree-like structures - CSHARP-5493

An online version of these release notes is available here.

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

Documentation on the .NET driver can be found here.

Upgrading

There are no known backwards breaking changes in this release.

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.4

Milestone issues

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

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
PomeloFoundation/Pomelo.EntityFrameworkCore.MySql (Pomelo.EntityFrameworkCore.MySql)

v8.0.3

Compare Source

This release is compatible with .NET 8.0, EF Core 8.0, MySQL 8.0, MariaDB 11.3/11.2/11.1/11.0/10.11/10.10/10.6/10.5/10.4 and MySqlConnector 2.3.5.

For all new features and bugfixes contained in this release, see related issues and pull requests.
The EF Core 8.0 release train is tracked by #​1746.


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 3 times, most recently from 31aaeb8 to 985d1f6 Compare April 25, 2025 21:31
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 5 times, most recently from 0b01f40 to 78edff0 Compare May 7, 2025 00:29
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 6 times, most recently from fc8145d to 4b40306 Compare May 14, 2025 21:23
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 6 times, most recently from 0f02b0e to bc2df15 Compare May 21, 2025 00:51
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 5 times, most recently from b187ac1 to f2ed3ed Compare May 28, 2025 23:26
@renovate renovate bot force-pushed the renovate/fixtures-minor branch 2 times, most recently from 198f20b to b44fe67 Compare June 4, 2025 20:20
@renovate renovate bot force-pushed the renovate/fixtures-minor branch from b44fe67 to b9c0285 Compare June 7, 2025 00:58
@renovate renovate bot force-pushed the renovate/fixtures-minor branch from b9c0285 to 9b20363 Compare June 10, 2025 00: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