Update dependency Npgsql to v10 #258

Open
professeur-chen wants to merge 1 commit from renovate/npgsql-10.x into trunk
Collaborator

This PR contains the following updates:

Package Type Update Change
Npgsql nuget major 9.0.4 -> 10.0.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

npgsql/npgsql (Npgsql)

v10.0.0

See the release notes.

The full list of changes is available here.

What's Changed

New Contributors

Full Changelog: https://github.com/npgsql/npgsql/compare/v9.0.0...v10.0.0


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Npgsql](https://github.com/npgsql/npgsql) | nuget | major | `9.0.4` -> `10.0.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>npgsql/npgsql (Npgsql)</summary> ### [`v10.0.0`](https://github.com/npgsql/npgsql/releases/tag/v10.0.0) See the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html). The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1). #### What's Changed - STJ 9.0 alternative approach by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;5941](https://github.com/npgsql/npgsql/pull/5941) - Remove support for net6.0 by [@&#8203;roji](https://github.com/roji) in [#&#8203;5947](https://github.com/npgsql/npgsql/pull/5947) - Some leftover cleanup for removing net6.0 by [@&#8203;roji](https://github.com/roji) in [#&#8203;5949](https://github.com/npgsql/npgsql/pull/5949) - Map date/time to DateOnly/TimeOnly by default by [@&#8203;roji](https://github.com/roji) in [#&#8203;5948](https://github.com/npgsql/npgsql/pull/5948) - Make the cidr<->IPNetwork mapping the default by [@&#8203;roji](https://github.com/roji) in [#&#8203;5950](https://github.com/npgsql/npgsql/pull/5950) - Fix connecting with VerifyCA and VerifyFull by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;5944](https://github.com/npgsql/npgsql/pull/5944) - Remove stopwatch allocations by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;5977](https://github.com/npgsql/npgsql/pull/5977) - Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;5983](https://github.com/npgsql/npgsql/pull/5983) - Use exception convenience methods by [@&#8203;bbowyersmyth](https://github.com/bbowyersmyth) in [#&#8203;5982](https://github.com/npgsql/npgsql/pull/5982) - Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6007](https://github.com/npgsql/npgsql/pull/6007) - Add support for postgresql type names with dots by [@&#8203;dvas-hash](https://github.com/dvas-hash) in [#&#8203;5971](https://github.com/npgsql/npgsql/pull/5971) - Send close\_notify TLS alert on connection shutdown by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;5995](https://github.com/npgsql/npgsql/pull/5995) - Remove DisplayClass struct creation in PgReader by [@&#8203;bbowyersmyth](https://github.com/bbowyersmyth) in [#&#8203;6014](https://github.com/npgsql/npgsql/pull/6014) - Always dispose RemoteCertificate on SslStream by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6022](https://github.com/npgsql/npgsql/pull/6022) - Remove LongRunningConnection field from NpgsqlConnector by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6024](https://github.com/npgsql/npgsql/pull/6024) - Tighten SCRAM-SHA-256 SASL check by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6023](https://github.com/npgsql/npgsql/pull/6023) - Add SHA3 hash algorithms for SASL authentication by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6028](https://github.com/npgsql/npgsql/pull/6028) - Remove dotnet SDK version from CI (use global.json) by [@&#8203;roji](https://github.com/roji) in [#&#8203;6037](https://github.com/npgsql/npgsql/pull/6037) - Add support for specifying allowed auth methods by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6036](https://github.com/npgsql/npgsql/pull/6036) - Migrate to SLNX by [@&#8203;roji](https://github.com/roji) in [#&#8203;6053](https://github.com/npgsql/npgsql/pull/6053) - Switch to Ubuntu 24.04 in CI by [@&#8203;roji](https://github.com/roji) in [#&#8203;6054](https://github.com/npgsql/npgsql/pull/6054) - Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6059](https://github.com/npgsql/npgsql/pull/6059) - Add basic testing for tracing by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6051](https://github.com/npgsql/npgsql/pull/6051) - parameter-collection Clone() should set correct collection instance by [@&#8203;mgravell](https://github.com/mgravell) in [#&#8203;6066](https://github.com/npgsql/npgsql/pull/6066) - Fix brew on mac CI by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;6071](https://github.com/npgsql/npgsql/pull/6071) - Fix adding to hash lookup while renaming an unnamed parameter by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6073](https://github.com/npgsql/npgsql/pull/6073) - Update LICENSE date (2024 -> 2025) by [@&#8203;kurnakovv](https://github.com/kurnakovv) in [#&#8203;6082](https://github.com/npgsql/npgsql/pull/6082) - Add tracing for physical connection open by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6091](https://github.com/npgsql/npgsql/pull/6091) - Start testing on .NET 9 by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;5945](https://github.com/npgsql/npgsql/pull/5945) - Turn on <IsAotCompatible> by [@&#8203;roji](https://github.com/roji) in [#&#8203;6097](https://github.com/npgsql/npgsql/pull/6097) - Reenable public API analyzer by [@&#8203;roji](https://github.com/roji) in [#&#8203;6101](https://github.com/npgsql/npgsql/pull/6101) - Update Npgsql to .NET 9 by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6099](https://github.com/npgsql/npgsql/pull/6099) - Ignore system CA store if root certificate is provided by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6102](https://github.com/npgsql/npgsql/pull/6102) - Fix reading columns asynchronously via JsonNet plugin by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6109](https://github.com/npgsql/npgsql/pull/6109) - Fixes [#&#8203;6107](https://github.com/npgsql/npgsql/issues/6107) missed should buffer in biginteger numeric converter by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;6117](https://github.com/npgsql/npgsql/pull/6117) - Fix logging parameters with batches by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6079](https://github.com/npgsql/npgsql/pull/6079) - Implement GSSAPI session encryption by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6131](https://github.com/npgsql/npgsql/pull/6131) - feat: add support for PGAPPNAME to set application name by [@&#8203;michael-todorovic](https://github.com/michael-todorovic) in [#&#8203;6139](https://github.com/npgsql/npgsql/pull/6139) - Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6137](https://github.com/npgsql/npgsql/pull/6137) - Add NpgsqlTsVector.Empty by [@&#8203;roji](https://github.com/roji) in [#&#8203;6145](https://github.com/npgsql/npgsql/pull/6145) - Add assert to NpgsqlCommand.Transaction if it's completed by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6151](https://github.com/npgsql/npgsql/pull/6151) - Compare normalized type names by [@&#8203;0MG-DEN](https://github.com/0MG-DEN) in [#&#8203;6011](https://github.com/npgsql/npgsql/pull/6011) - Do CI testing for PG18 (beta) by [@&#8203;roji](https://github.com/roji) in [#&#8203;6155](https://github.com/npgsql/npgsql/pull/6155) - Fix infinite consume on error with connection break by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6161](https://github.com/npgsql/npgsql/pull/6161) - Bump actions/checkout from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6174](https://github.com/npgsql/npgsql/pull/6174) - Fix concurrent NpgsqlDataSource.Dispose and Bootstrap by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6116](https://github.com/npgsql/npgsql/pull/6116) - Set socket options before connecting to postgres by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6090](https://github.com/npgsql/npgsql/pull/6090) - Bump actions/setup-dotnet from 4.3.1 to 5.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6182](https://github.com/npgsql/npgsql/pull/6182) - Bump BenchmarkDotNet from 0.13.12 to 0.15.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6191](https://github.com/npgsql/npgsql/pull/6191) - Bump GitHubActionsTestLogger from 2.3.3 to 2.4.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6192](https://github.com/npgsql/npgsql/pull/6192) - Bump Microsoft.Data.SqlClient from 5.2.2 to 6.1.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6196](https://github.com/npgsql/npgsql/pull/6196) - Move to PublicApiAnalyzers v4 by [@&#8203;manandre](https://github.com/manandre) in [#&#8203;6185](https://github.com/npgsql/npgsql/pull/6185) - Move to NUnit v4 by [@&#8203;manandre](https://github.com/manandre) in [#&#8203;6183](https://github.com/npgsql/npgsql/pull/6183) - Bump extension versions to 10.0.0-rc.1 by [@&#8203;roji](https://github.com/roji) in [#&#8203;6209](https://github.com/npgsql/npgsql/pull/6209) - Fix logical replication tests with PostgreSQL 18 by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6171](https://github.com/npgsql/npgsql/pull/6171) - Update NuGet dependencies by [@&#8203;manandre](https://github.com/manandre) in [#&#8203;6188](https://github.com/npgsql/npgsql/pull/6188) - Fix possible deadlock while asynchronously reading values from reader by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6202](https://github.com/npgsql/npgsql/pull/6202) - Bump BenchmarkDotNet from 0.15.2 to 0.15.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6215](https://github.com/npgsql/npgsql/pull/6215) - Bump BenchmarkDotNet from 0.15.3 to 0.15.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6221](https://github.com/npgsql/npgsql/pull/6221) - Suppress ExecutionContext while creating timers by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6106](https://github.com/npgsql/npgsql/pull/6106) - Rewrite NpgsqlConnectionStringBuilderSourceGenerator as incremental by [@&#8203;manandre](https://github.com/manandre) in [#&#8203;6186](https://github.com/npgsql/npgsql/pull/6186) - Add COPY operations dispose on initialization failure by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6220](https://github.com/npgsql/npgsql/pull/6220) - Bump OpenTelemetry.Api from 1.12.0 to 1.13.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6229](https://github.com/npgsql/npgsql/pull/6229) - Bump Newtonsoft.Json from 13.0.3 to 13.0.4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6228](https://github.com/npgsql/npgsql/pull/6228) - Bump Microsoft.NET.Test.Sdk from 17.14.1 to 18.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6227](https://github.com/npgsql/npgsql/pull/6227) - Bump Microsoft.CodeAnalysis.CSharp from 4.13.0 to 4.14.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6226](https://github.com/npgsql/npgsql/pull/6226) - Bump Scriban.Signed from 6.2.1 to 6.4.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6230](https://github.com/npgsql/npgsql/pull/6230) - Bump xunit.runner.visualstudio from 3.1.4 to 3.1.5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6231](https://github.com/npgsql/npgsql/pull/6231) - Allow specifying TargetSessionAttributes in connection string with NpgsqlDataSourceBuilder by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6046](https://github.com/npgsql/npgsql/pull/6046) - Add support for multiple client certificates by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6162](https://github.com/npgsql/npgsql/pull/6162) - Fix getting wrong schema with CommandBehavior.SchemaOnly and autoprepare by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6040](https://github.com/npgsql/npgsql/pull/6040) - Remove timeout translation from NpgsqlReadBuffer by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6126](https://github.com/npgsql/npgsql/pull/6126) - Add a connection string parameter to control NpgsqlException.BatchCommand by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6098](https://github.com/npgsql/npgsql/pull/6098) - Add implicit cast from .NET IPNetwork to NpgsqlInet by [@&#8203;roji](https://github.com/roji) in [#&#8203;6232](https://github.com/npgsql/npgsql/pull/6232) - Bump NUnit3TestAdapter from 5.1.0 to 5.2.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6236](https://github.com/npgsql/npgsql/pull/6236) - Bump Microsoft.Data.SqlClient from 6.1.1 to 6.1.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6242](https://github.com/npgsql/npgsql/pull/6242) - Bump github/codeql-action from 3 to 4 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6239](https://github.com/npgsql/npgsql/pull/6239) - Bump OpenTelemetry.Api from 1.13.0 to 1.13.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6245](https://github.com/npgsql/npgsql/pull/6245) - Fix a few issues with type mappings for schema generator by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6241](https://github.com/npgsql/npgsql/pull/6241) - Bump dependencies to 10.0.0-rc.2 by [@&#8203;roji](https://github.com/roji) in [#&#8203;6260](https://github.com/npgsql/npgsql/pull/6260) - Fix infinite loop when a connector is closed while concurrently consuming result set by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6265](https://github.com/npgsql/npgsql/pull/6265) - Bump actions/upload-artifact from 4 to 5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6266](https://github.com/npgsql/npgsql/pull/6266) - Fix streaming threshold value by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;6269](https://github.com/npgsql/npgsql/pull/6269) - Respect configured schemas in enum field loading by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;6268](https://github.com/npgsql/npgsql/pull/6268) - Bump Scriban.Signed from 6.4.0 to 6.5.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6273](https://github.com/npgsql/npgsql/pull/6273) - Incorrect multi-threading synchronization in UpdateDatabaseState by [@&#8203;ArtemSerostanov](https://github.com/ArtemSerostanov) in [#&#8203;6114](https://github.com/npgsql/npgsql/pull/6114) - Additional GetBytes/GetStream tests by [@&#8203;bbowyersmyth](https://github.com/bbowyersmyth) in [#&#8203;5934](https://github.com/npgsql/npgsql/pull/5934) - Fix inclusive infinity upper bound interval conversion by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;6270](https://github.com/npgsql/npgsql/pull/6270) - Wrap GetHostAddresses/Async calls to catch SocketException by [@&#8203;pedrowindisch](https://github.com/pedrowindisch) in [#&#8203;5664](https://github.com/npgsql/npgsql/pull/5664) - Add Deconstruct() for Npgsql types by [@&#8203;ddas09](https://github.com/ddas09) in [#&#8203;5695](https://github.com/npgsql/npgsql/pull/5695) - Explicitly set histogram bucket bounds ([#&#8203;6167](https://github.com/npgsql/npgsql/issues/6167)) by [@&#8203;KeterSCP](https://github.com/KeterSCP) in [#&#8203;6168](https://github.com/npgsql/npgsql/pull/6168) - Reduce temporary string creation during types load by [@&#8203;bbowyersmyth](https://github.com/bbowyersmyth) in [#&#8203;5986](https://github.com/npgsql/npgsql/pull/5986) - Use actual version of the Npgsql for ActivitySource by [@&#8203;KeterSCP](https://github.com/KeterSCP) in [#&#8203;6277](https://github.com/npgsql/npgsql/pull/6277) - Stop testing PostGIS on Windows by [@&#8203;roji](https://github.com/roji) in [#&#8203;6275](https://github.com/npgsql/npgsql/pull/6275) - Upgrade to postgres 18 for CI by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6223](https://github.com/npgsql/npgsql/pull/6223) - Bump BenchmarkDotNet from 0.15.4 to 0.15.5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6279](https://github.com/npgsql/npgsql/pull/6279) - Bump NUnit.Analyzers from 4.10.0 to 4.11.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6280](https://github.com/npgsql/npgsql/pull/6280) - Bump NUnit.Analyzers from 4.11.0 to 4.11.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6281](https://github.com/npgsql/npgsql/pull/6281) - Move json dom mappings to the NativeAOT compatible resolver by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;6271](https://github.com/npgsql/npgsql/pull/6271) - Add SupportsReading plumbing by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;5472](https://github.com/npgsql/npgsql/pull/5472) - Populate CommandText when NpgsqlBatchCommand is created by [@&#8203;brunohoff](https://github.com/brunohoff) in [#&#8203;6234](https://github.com/npgsql/npgsql/pull/6234) - Remove unsafe from WriteStringChunked by [@&#8203;bbowyersmyth](https://github.com/bbowyersmyth) in [#&#8203;5988](https://github.com/npgsql/npgsql/pull/5988) - Cube support by [@&#8203;kirkbrauer](https://github.com/kirkbrauer) in [#&#8203;3867](https://github.com/npgsql/npgsql/pull/3867) - Bump NUnit.Analyzers from 4.11.1 to 4.11.2 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6288](https://github.com/npgsql/npgsql/pull/6288) - fixes ConnectionReset on secured connection on Windows by [@&#8203;trivalik](https://github.com/trivalik) in [#&#8203;6287](https://github.com/npgsql/npgsql/pull/6287) - Remove task cancellation helpers by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;6291](https://github.com/npgsql/npgsql/pull/6291) - NpgsqlMultiHostDataSource: rethrow OperationCanceledException on canc… by [@&#8203;rus-art](https://github.com/rus-art) in [#&#8203;6283](https://github.com/npgsql/npgsql/pull/6283) - Bump BenchmarkDotNet from 0.15.5 to 0.15.6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6293](https://github.com/npgsql/npgsql/pull/6293) - Allow specifying multiple root certificates in NpgsqlDataSourceBuilder by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6057](https://github.com/npgsql/npgsql/pull/6057) - Fix returning properties from NpgsqlConnectionStringBuilder.GetProperties by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6290](https://github.com/npgsql/npgsql/pull/6290) - Fix the NpgsqlCube to use the full G17 floating-point format by [@&#8203;kirkbrauer](https://github.com/kirkbrauer) in [#&#8203;6295](https://github.com/npgsql/npgsql/pull/6295) - Include .NET 10.0 for the main project and all tests by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;6300](https://github.com/npgsql/npgsql/pull/6300) - Prioritize \_dataTypeName over \_npgsqlDbType by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;6299](https://github.com/npgsql/npgsql/pull/6299) - Do not parse batch commands with no parameters by [@&#8203;lfpraca](https://github.com/lfpraca) in [#&#8203;6298](https://github.com/npgsql/npgsql/pull/6298) - Improve output parameter handling by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;5645](https://github.com/npgsql/npgsql/pull/5645) - Check pgTypeId for default resolution call in ObjectConverter by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;6304](https://github.com/npgsql/npgsql/pull/6304) - Move all reloadable state into one reference by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;6303](https://github.com/npgsql/npgsql/pull/6303) - Upgrade from .NET10-RC2 to .NET10-RTM. by [@&#8203;josteink](https://github.com/josteink) in [#&#8203;6311](https://github.com/npgsql/npgsql/pull/6311) - Bump Microsoft.Data.SqlClient from 6.1.2 to 6.1.3 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6319](https://github.com/npgsql/npgsql/pull/6319) - Bump Microsoft.NET.Test.Sdk from 18.0.0 to 18.0.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6320](https://github.com/npgsql/npgsql/pull/6320) - Bump OpenTelemetry.Api from 1.13.1 to 1.14.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6321](https://github.com/npgsql/npgsql/pull/6321) - Bump Scriban.Signed from 6.5.0 to 6.5.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6322](https://github.com/npgsql/npgsql/pull/6322) - Add experimental to AddTypeInfoResolverFactory by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;6325](https://github.com/npgsql/npgsql/pull/6325) - Add IDbTypeResolver to allow plugins to control how DbTypes are mapped by [@&#8203;PauloHMattos](https://github.com/PauloHMattos) in [#&#8203;6267](https://github.com/npgsql/npgsql/pull/6267) - Fix idle/busy conn. pool metrics when using NpgsqlDataSource by [@&#8203;elafarge](https://github.com/elafarge) in [#&#8203;5497](https://github.com/npgsql/npgsql/pull/5497) - Add Timeout property to text COPY operations by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6294](https://github.com/npgsql/npgsql/pull/6294) - Fix synchronous GSS session encryption and enable it by default by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6324](https://github.com/npgsql/npgsql/pull/6324) - Move TryTrackDataSource to constructor and enable metrics more accurately by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;6329](https://github.com/npgsql/npgsql/pull/6329) - Define TFM-specific dependencies by [@&#8203;sebastienros](https://github.com/sebastienros) in [#&#8203;6326](https://github.com/npgsql/npgsql/pull/6326) - Align OTel metrics to latest spec by [@&#8203;roji](https://github.com/roji) in [#&#8203;6328](https://github.com/npgsql/npgsql/pull/6328) - Bump Microsoft.CodeAnalysis.CSharp from 4.14.0 to 5.0.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6330](https://github.com/npgsql/npgsql/pull/6330) - Fix failing Timeout\_during\_authentication test by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6332](https://github.com/npgsql/npgsql/pull/6332) - Complete fix for failing Timeout\_during\_authentication test by [@&#8203;vonzshik](https://github.com/vonzshik) in [#&#8203;6334](https://github.com/npgsql/npgsql/pull/6334) - Throw ObjectDisposedException on assignment to Disposed NpgsqlCommand by [@&#8203;kevbot18](https://github.com/kevbot18) in [#&#8203;6048](https://github.com/npgsql/npgsql/pull/6048) - Override GetColumnSchemaAsync by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;6337](https://github.com/npgsql/npgsql/pull/6337) - Align with the stable OTel tracing specs by [@&#8203;roji](https://github.com/roji) in [#&#8203;6338](https://github.com/npgsql/npgsql/pull/6338) - Bump actions/checkout from 5 to 6 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;6344](https://github.com/npgsql/npgsql/pull/6344) - Make Include Realm the default by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;6341](https://github.com/npgsql/npgsql/pull/6341) - Revisit macOS ignored tests by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;6340](https://github.com/npgsql/npgsql/pull/6340) - Revisit remaining NonParallelizable and Ignore by [@&#8203;NinoFloris](https://github.com/NinoFloris) in [#&#8203;6339](https://github.com/npgsql/npgsql/pull/6339) - Instrument NpgsqlBinaryImporter with OpenTelemetry by [@&#8203;manandre](https://github.com/manandre) in [#&#8203;5921](https://github.com/npgsql/npgsql/pull/5921) - Add db.npgsql.prepared to tracing by [@&#8203;roji](https://github.com/roji) in [#&#8203;6346](https://github.com/npgsql/npgsql/pull/6346) - Update devcontainer for .NET 10 by [@&#8203;manandre](https://github.com/manandre) in [#&#8203;6347](https://github.com/npgsql/npgsql/pull/6347) #### New Contributors - [@&#8203;dvas-hash](https://github.com/dvas-hash) made their first contribution in [#&#8203;5971](https://github.com/npgsql/npgsql/pull/5971) - [@&#8203;mgravell](https://github.com/mgravell) made their first contribution in [#&#8203;6066](https://github.com/npgsql/npgsql/pull/6066) - [@&#8203;kurnakovv](https://github.com/kurnakovv) made their first contribution in [#&#8203;6082](https://github.com/npgsql/npgsql/pull/6082) - [@&#8203;michael-todorovic](https://github.com/michael-todorovic) made their first contribution in [#&#8203;6139](https://github.com/npgsql/npgsql/pull/6139) - [@&#8203;0MG-DEN](https://github.com/0MG-DEN) made their first contribution in [#&#8203;6011](https://github.com/npgsql/npgsql/pull/6011) - [@&#8203;ArtemSerostanov](https://github.com/ArtemSerostanov) made their first contribution in [#&#8203;6114](https://github.com/npgsql/npgsql/pull/6114) - [@&#8203;pedrowindisch](https://github.com/pedrowindisch) made their first contribution in [#&#8203;5664](https://github.com/npgsql/npgsql/pull/5664) - [@&#8203;ddas09](https://github.com/ddas09) made their first contribution in [#&#8203;5695](https://github.com/npgsql/npgsql/pull/5695) - [@&#8203;KeterSCP](https://github.com/KeterSCP) made their first contribution in [#&#8203;6168](https://github.com/npgsql/npgsql/pull/6168) - [@&#8203;brunohoff](https://github.com/brunohoff) made their first contribution in [#&#8203;6234](https://github.com/npgsql/npgsql/pull/6234) - [@&#8203;kirkbrauer](https://github.com/kirkbrauer) made their first contribution in [#&#8203;3867](https://github.com/npgsql/npgsql/pull/3867) - [@&#8203;trivalik](https://github.com/trivalik) made their first contribution in [#&#8203;6287](https://github.com/npgsql/npgsql/pull/6287) - [@&#8203;rus-art](https://github.com/rus-art) made their first contribution in [#&#8203;6283](https://github.com/npgsql/npgsql/pull/6283) - [@&#8203;lfpraca](https://github.com/lfpraca) made their first contribution in [#&#8203;6298](https://github.com/npgsql/npgsql/pull/6298) - [@&#8203;josteink](https://github.com/josteink) made their first contribution in [#&#8203;6311](https://github.com/npgsql/npgsql/pull/6311) - [@&#8203;PauloHMattos](https://github.com/PauloHMattos) made their first contribution in [#&#8203;6267](https://github.com/npgsql/npgsql/pull/6267) - [@&#8203;elafarge](https://github.com/elafarge) made their first contribution in [#&#8203;5497](https://github.com/npgsql/npgsql/pull/5497) - [@&#8203;sebastienros](https://github.com/sebastienros) made their first contribution in [#&#8203;6326](https://github.com/npgsql/npgsql/pull/6326) - [@&#8203;kevbot18](https://github.com/kevbot18) made their first contribution in [#&#8203;6048](https://github.com/npgsql/npgsql/pull/6048) **Full Changelog**: <https://github.com/npgsql/npgsql/compare/v9.0.0...v10.0.0> </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDguNiIsInVwZGF0ZWRJblZlciI6IjQxLjE0OC42IiwidGFyZ2V0QnJhbmNoIjoidHJ1bmsiLCJsYWJlbHMiOltdfQ==-->
Update dependency Npgsql to v10
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
ci/woodpecker/pr/workflow Pipeline was successful
5b459e9d60
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
ci/woodpecker/pr/workflow Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/npgsql-10.x:renovate/npgsql-10.x
git switch renovate/npgsql-10.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch trunk
git merge --no-ff renovate/npgsql-10.x
git switch renovate/npgsql-10.x
git rebase trunk
git switch trunk
git merge --ff-only renovate/npgsql-10.x
git switch renovate/npgsql-10.x
git rebase trunk
git switch trunk
git merge --no-ff renovate/npgsql-10.x
git switch trunk
git merge --squash renovate/npgsql-10.x
git switch trunk
git merge --ff-only renovate/npgsql-10.x
git switch trunk
git merge renovate/npgsql-10.x
git push origin trunk
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
l4p1n-bot/bot-rust!258
No description provided.