{"id":6135,"name":"Npgsql","ecosystem":"nuget","repository_url":null,"issues_count":111,"created_at":"2025-06-06T21:57:55.034Z","updated_at":"2025-06-06T21:57:55.034Z","purl":"pkg:nuget/Npgsql","unique_repositories_count":81,"unique_repositories_count_past_30_days":3,"recent_issues":[{"uuid":"4610704159","node_id":"PR_kwDOSV3jZ87jygVX","number":27,"state":"open","title":"Bump Npgsql from 9.0.3 to 10.0.3","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-06-08T06:59:19.000Z","updated_at":"2026-06-08T06:59:20.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"9.0.3","new_version":"10.0.3","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 9.0.3 to 10.0.3.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.3\n\n[Release milestone](https://github.com/npgsql/npgsql/milestone/138?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.2...v10.0.3\n\n## 10.0.2\n\nv10.0.2 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/135?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2\n\n## 10.0.1\n\nv10.0.1 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\n## 9.0.5\n\nv9.0.5 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/131?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.4...v9.0.5\n\n## 9.0.4\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/127?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.3...v9.0.4\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v9.0.3...v10.0.3).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=9.0.3\u0026new-version=10.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/sbdevman/Thunderbolt/pull/27","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdevman%2FThunderbolt/issues/27","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/27/packages"},{"uuid":"4553088856","node_id":"PR_kwDOSHUMos7g4Uzb","number":13,"state":"open","title":"chore: Bump Npgsql from 10.0.2 to 10.0.3","user":"dependabot[bot]","labels":[],"assignees":["jasmine6789"],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-30T03:43:45.000Z","updated_at":"2026-05-30T03:43:51.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"Npgsql","old_version":"10.0.2","new_version":"10.0.3","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.2 to 10.0.3.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.3\n\n[Release milestone](https://github.com/npgsql/npgsql/milestone/138?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.2...v10.0.3\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.2...v10.0.3).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=10.0.2\u0026new-version=10.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/jasmine6789/RetailMesh-Cloud-Native-E-commerce-Website/pull/13","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasmine6789%2FRetailMesh-Cloud-Native-E-commerce-Website/issues/13","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/13/packages"},{"uuid":"4537639557","node_id":"PR_kwDOQ3Px0M7gFyoc","number":211,"state":"open","title":"chore: Bump Npgsql from 10.0.2 to 10.0.3","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-28T04:01:48.000Z","updated_at":"2026-05-28T04:05:20.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"Npgsql","old_version":"10.0.2","new_version":"10.0.3","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.2 to 10.0.3.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.3\n\n[Release milestone](https://github.com/npgsql/npgsql/milestone/138?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.2...v10.0.3\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.2...v10.0.3).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=10.0.2\u0026new-version=10.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Thomas-Shephard/ashlar/pull/211","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thomas-Shephard%2Fashlar/issues/211","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/211/packages"},{"uuid":"4389958234","node_id":"PR_kwDOHZkiL87YsVHa","number":668,"state":"open","title":"Bump Npgsql from 10.0.0 to 10.0.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-06T08:41:48.000Z","updated_at":"2026-05-06T08:42:07.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"10.0.0","new_version":"10.0.2","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.0 to 10.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.2\n\nv10.0.2 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/135?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2\n\n## 10.0.1\n\nv10.0.1 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Crown-Commercial-Service/ccs-ppg-notification-api/pull/668","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crown-Commercial-Service%2Fccs-ppg-notification-api/issues/668","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/668/packages"},{"uuid":"4211062196","node_id":"PR_kwDOLb5Z_c7QLPsQ","number":1163,"state":"closed","title":"Bump Npgsql from 8.0.6 to 10.0.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-04-07T13:49:30.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-06T10:23:18.000Z","updated_at":"2026-04-07T13:49:41.000Z","time_to_close":98772,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"8.0.6","new_version":"10.0.2","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 8.0.6 to 10.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.2\n\nv10.0.2 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/135?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2\n\n## 10.0.1\n\nv10.0.1 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\n## 9.0.5\n\nv9.0.5 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/131?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.4...v9.0.5\n\n## 9.0.4\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/127?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.3...v9.0.4\n\n## 9.0.3\n\nv9.0.3 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/126?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.2...v9.0.3\n\n## 9.0.2\n\n9.0.2 was released to fix SSL certificate validation (#​5942).\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/125?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.1...v9.0.2\n\n## 9.0.1\n\n9.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).\n\n## 9.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/9.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/109?closed=1).\n\n## What's Changed\n* Reuse parameter index for all case permutations by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5432\n* Actually rename switch to EnableAssertions by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5433\n* Drop NETSTANDARD by @​vonzshik in https://github.com/npgsql/npgsql/pull/5434\n* Bump xunit.runner.visualstudio from 2.4.5 to 2.5.4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5435\n* Additional cleanup after netstandard drop by @​manandre in https://github.com/npgsql/npgsql/pull/5436\n* Remove EOL PostgreSQL version 11 from CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5441\n* Bump Microsoft.CodeAnalysis.CSharp from 4.7.0 to 4.8.0 by @​dependabot in https://github.com/npgsql/npgsql/pull/5444\n* Fix explicit batch preparation reset by @​vonzshik in https://github.com/npgsql/npgsql/pull/5459\n* Fix timestamp to be returned as Unspecified DateTime in legacy mode by @​roji in https://github.com/npgsql/npgsql/pull/5466\n* Respect max name length by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5463\n* Fix sequential buffered seek by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5440\n* Fix EndRead throwing exceptions when a stream is active by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5454\n* Fix sync writing of hstore values by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5452\n* Optimize GetFieldValueAsync using row buffer status by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5470\n* Redo binary exporter column reading by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5464\n* Bump actions/setup-dotnet from 3.2.0 to 4.0.0 by @​dependabot in https://github.com/npgsql/npgsql/pull/5474\n* Pick the task constructor by using the right ValueTask type by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5487\n* Bump BenchmarkDotNet from 0.13.10 to 0.13.11 by @​dependabot in https://github.com/npgsql/npgsql/pull/5490\n* Use PG mock for testing async field read by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5488\n* Fix reading infinity as DateTimeOffset in legacy mode by @​roji in https://github.com/npgsql/npgsql/pull/5496\n* Bump actions/upload-artifact from 3 to 4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5499\n* Bump github/codeql-action from 2 to 3 by @​dependabot in https://github.com/npgsql/npgsql/pull/5498\n* Bump xunit from 2.6.2 to 2.6.3 by @​dependabot in https://github.com/npgsql/npgsql/pull/5495\n* Bump NodaTime from 3.1.9 to 3.1.10 by @​dependabot in https://github.com/npgsql/npgsql/pull/5506\n* Bump xunit from 2.6.3 to 2.6.4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5505\n* Bump xunit.runner.visualstudio from 2.5.4 to 2.5.6 by @​dependabot in https://github.com/npgsql/npgsql/pull/5504\n* Turn off Code Index (rich-code-nav) by @​noellelc in https://github.com/npgsql/npgsql/pull/5507\n* Fix memory leak while asynchronously disposing NpgsqlDataSource by @​vonzshik in https://github.com/npgsql/npgsql/pull/5514\n* Bump xunit from 2.6.4 to 2.6.5 by @​dependabot in https://github.com/npgsql/npgsql/pull/5515\n* Bump BenchmarkDotNet from 0.13.11 to 0.13.12 by @​dependabot in https://github.com/npgsql/npgsql/pull/5516\n* Bump Microsoft.Data.SqlClient from 5.1.2 to 5.1.4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5519\n* Bump xunit from 2.6.5 to 2.6.6 by @​dependabot in https://github.com/npgsql/npgsql/pull/5527\n* StreamActive check should apply before any other EndRead checks by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5479\n* Default to JToken instead of JObject by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5477\n* Fix duplicate field check by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5531\n* Add LinearRing and simplify resolver code by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5532\n* Remove delayed commit in exporter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5530\n* Bump actions/cache from 3 to 4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5534\n* Move byte and sbyte from extra conversions by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5533\n* Correct JsonDocument deserialization for JSON null by @​roji in https://github.com/npgsql/npgsql/pull/5541\n* Add test to verify correct behavior of unchanged toasted values by @​Brar in https://github.com/npgsql/npgsql/pull/5489\n* Fix another sequential buffered seek exit state issue by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5486\n* Bump OpenTelemetry.API from 1.6.0 to 1.7.0 by @​dependabot in https://github.com/npgsql/npgsql/pull/5494\n* Remove isFirstAttempt argument from NpgsqlConnector.Open by @​vonzshik in https://github.com/npgsql/npgsql/pull/5545\n* Correctly handle resolver info in binary exporter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5546\n ... (truncated)\n\n## 8.0.9\n\nv8.0.9 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/133?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v8.0.8...v8.0.9\n\n## 8.0.8\n\nv8.0.8 contains quite a few bug fixes.\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v8.0.7...v8.0.8\n\n## 8.0.7\n\nv9.0.3 contains several bug fixes.\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v8.0.6...v8.0.7\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v8.0.6...v10.0.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=8.0.6\u0026new-version=10.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/EvotecIT/DomainDetective/pull/1163","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvotecIT%2FDomainDetective/issues/1163","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1163/packages"},{"uuid":"4210925457","node_id":"PR_kwDORYonjM7QK1Pk","number":30,"state":"open","title":"Bump Npgsql from 9.0.3 to 10.0.2","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-06T09:57:40.000Z","updated_at":"2026-04-06T09:57:41.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"9.0.3","new_version":"10.0.2","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 9.0.3 to 10.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.2\n\nv10.0.2 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/135?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2\n\n## 10.0.1\n\nv10.0.1 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\n## 9.0.5\n\nv9.0.5 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/131?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.4...v9.0.5\n\n## 9.0.4\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/127?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.3...v9.0.4\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v9.0.3...v10.0.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=9.0.3\u0026new-version=10.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MCGPPeters/Automaton/pull/30","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCGPPeters%2FAutomaton/issues/30","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/30/packages"},{"uuid":"4184516858","node_id":"PR_kwDOQxyZXs7PKJI-","number":2410,"state":"open","title":"deps(benchmarks): Bump Npgsql from 9.0.4 to 10.0.2","user":"dependabot[bot]","labels":["size/XS"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-01T06:37:35.000Z","updated_at":"2026-04-01T06:38:36.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps(benchmarks): Bump","packages":[{"name":"Npgsql","old_version":"9.0.4","new_version":"10.0.2","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 9.0.4 to 10.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.2\n\nv10.0.2 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/135?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2\n\n## 10.0.1\n\nv10.0.1 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\n## 9.0.5\n\nv9.0.5 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/131?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.4...v9.0.5\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v9.0.4...v10.0.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=9.0.4\u0026new-version=10.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/rodoHasArrived/Meridian/pull/2410","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodoHasArrived%2FMeridian/issues/2410","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2410/packages"},{"uuid":"4094065471","node_id":"PR_kwDOPZTees7LfQw8","number":257,"state":"open","title":"Bump Npgsql from 10.0.1 to 10.0.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":5,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-18T10:04:28.000Z","updated_at":"2026-03-20T19:08:52.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"10.0.1","new_version":"10.0.2","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.1 to 10.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.2\n\nv10.0.2 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/135?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2).\n\u003c/details\u003e\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/techhubms/techhub/pull/257","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/techhubms%2Ftechhub/issues/257","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/257/packages"},{"uuid":"4079837139","node_id":"PR_kwDOQoybq87Kyd1Q","number":166,"state":"closed","title":"chore(deps): Bump Npgsql from 10.0.1 to 10.0.2","user":"dependabot[bot]","labels":["documentation","size/XS","dotnet"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-16T02:18:28.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-16T02:18:16.000Z","updated_at":"2026-03-16T02:18:37.000Z","time_to_close":12,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): Bump","packages":[{"name":"Npgsql","old_version":"10.0.1","new_version":"10.0.2","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.1 to 10.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.2\n\nv10.0.2 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/135?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=10.0.1\u0026new-version=10.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/xjanova/PostXAgent/pull/166","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjanova%2FPostXAgent/issues/166","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/166/packages"},{"uuid":"4068083448","node_id":"PR_kwDOO7TKYs7KNg5U","number":274,"state":"open","title":"Bump Npgsql from 10.0.1 to 10.0.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-13T00:44:51.000Z","updated_at":"2026-03-13T00:47:59.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"10.0.1","new_version":"10.0.2","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.1 to 10.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.2\n\nv10.0.2 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/135?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=10.0.1\u0026new-version=10.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Drinker5/Wealth/pull/274","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drinker5%2FWealth/issues/274","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/274/packages"},{"uuid":"4043514112","node_id":"PR_kwDORK92js7I90wr","number":131,"state":"closed","title":"Bump Npgsql from 9.0.3 to 10.0.1","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":"2026-03-26T23:08:33.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-09T05:53:27.000Z","updated_at":"2026-03-26T23:08:41.000Z","time_to_close":1530906,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"9.0.3","new_version":"10.0.1","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 9.0.3 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\n## 9.0.4\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/127?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.3...v9.0.4\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v9.0.3...v10.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=9.0.3\u0026new-version=10.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/RoySalisbury/HVO.Enterprise.Telemetry/pull/131","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoySalisbury%2FHVO.Enterprise.Telemetry/issues/131","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/131/packages"},{"uuid":"3970857770","node_id":"PR_kwDORQezwM7FSL5k","number":33,"state":"open","title":"chore: Bump Npgsql from 9.0.4 to 10.0.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-21T00:05:05.000Z","updated_at":"2026-02-21T00:06:38.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"Npgsql","old_version":"9.0.4","new_version":"10.0.1","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 9.0.4 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v9.0.4...v10.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=9.0.4\u0026new-version=10.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/andy-c-jones/DarkPeak.Functional/pull/33","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy-c-jones%2FDarkPeak.Functional/issues/33","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/33/packages"},{"uuid":"3946924670","node_id":"PR_kwDOCzf97s7EDhm3","number":113,"state":"open","title":"Bump Npgsql from 4.1.3.1 to 4.1.13","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-16T10:01:47.000Z","updated_at":"2026-02-16T10:02:13.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"4.1.3.1","new_version":"4.1.13","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 4.1.3.1 to 4.1.13.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 4.1.13\n\nThis version contains a high-severity security patch for [CVE-2024-32655](https://github.com/npgsql/npgsql/security/advisories/GHSA-x9vc-6hfv-hg8c) everyone is advised to upgrade.\n\nThanks to @​paul-gerste-sonarsource for reporting the vulnerability.\n\n## 4.1.12\n\nFixes backported:\n\n* Deadlock/hung at NpgsqlDataReader.Cleanup (https://github.com/npgsql/npgsql/issues/4465)\n\nThis release also brings VS2022 support to the Npgsql VSIX (which is otherwise discontinued).\n\n## 4.1.9\n\nThis patch releases contains the following bug fixes:\n\n* TransactionScope seems not to work correctly from v4.0.0 when Enlist=true and pooling=false ([#​3502](https://github.com/npgsql/npgsql/issues/3502))\n* JSON handler doesn't flush a buffer on write ([#​3464](https://github.com/npgsql/npgsql/issues/3464))\n* Fixed writing and reading DateTime.Min/Max with ConvertInfinityDateTime for TimestampTz handler ([#​3580](https://github.com/npgsql/npgsql/issues/3580))\n\n\n## 4.1.8\n\nThe list of changes is available [here](https://github.com/npgsql/npgsql/milestone/76?closed=1).\n\n## 4.1.7\n\nThis patch version contains several bug fixes, everyone is encouraged to upgrade.\n\nThe list of changes is available [here](https://github.com/npgsql/npgsql/milestone/74?closed=1).\n\n\n## 4.1.6\n\nThis patch version contains several bug fixes, everyone is encouraged to upgrade.\n\nThe list of changes is available [here](https://github.com/npgsql/npgsql/milestone/72?closed=1).\n\n## 4.1.5\n\nThis patch release contains an important update as an addition to bug fixes. Starting this version it's possible to use the NodaTime plugin without losing ability to have BCL date and time types in parameters or in query results. Many thanks @​davidroth who made this!\n\nEveryone is encouraged to update.\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/70?closed=1).\n\n## 4.1.4\n\nThis patch version has been a long time coming, and includes many important bug fixes.\n\nNote that starting with v4.1.4, [the Detail property on PostgresException](http://www.npgsql.org/doc/api/Npgsql.PostgresException.html#Npgsql_PostgresException_Detail) will be redacted by default, since PostgreSQL uses it to send potentially sensitive information (see [#​2501](https://github.com/npgsql/npgsql/issues/2501)) . The information can be included as before by specifying `Include Error Detail` on the connection string\n\nThe list of changes is available [here](https://github.com/npgsql/npgsql/milestone/68?closed=1).\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v4.1.3.1...v4.1.13).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=4.1.3.1\u0026new-version=4.1.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dfds/dafda/network/alerts).\n\n\u003c/details\u003e","html_url":"https://github.com/dfds/dafda/pull/113","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfds%2Fdafda/issues/113","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/113/packages"},{"uuid":"3883804248","node_id":"PR_kwDOO86n1s7AzdhS","number":52,"state":"open","title":"chore: Bump Npgsql from 10.0.0 to 10.0.1","user":"dependabot[bot]","labels":[],"assignees":["philcarbone"],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-02T03:50:58.000Z","updated_at":"2026-02-02T03:50:59.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"Npgsql","old_version":"10.0.0","new_version":"10.0.1","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.0 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/whizbang-lib/whizbang/pull/52","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/whizbang-lib%2Fwhizbang/issues/52","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/52/packages"},{"uuid":"3881997280","node_id":"PR_kwDOQwTGL87AtoXn","number":75,"state":"closed","title":"Bump Npgsql from 9.0.2 to 10.0.1","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-02-01T13:02:02.000Z","author_association":null,"state_reason":null,"created_at":"2026-02-01T12:59:36.000Z","updated_at":"2026-02-01T13:02:04.000Z","time_to_close":146,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"9.0.2","new_version":"10.0.1","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 9.0.2 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\n## 9.0.4\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/127?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.3...v9.0.4\n\n## 9.0.3\n\nv9.0.3 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/126?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.2...v9.0.3\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v9.0.2...v10.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=9.0.2\u0026new-version=10.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/RyuheiKiso/k1s0/pull/75","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyuheiKiso%2Fk1s0/issues/75","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/75/packages"},{"uuid":"3854404716","node_id":"PR_kwDOO86n1s6_SWh1","number":34,"state":"open","title":"chore: Bump Npgsql from 10.0.0 to 10.0.1","user":"dependabot[bot]","labels":[],"assignees":["philcarbone"],"locked":false,"comments_count":4,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-01-26T03:47:41.000Z","updated_at":"2026-01-30T01:01:55.813Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"Npgsql","old_version":"10.0.0","new_version":"10.0.1","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.0 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/whizbang-lib/whizbang/pull/34","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/whizbang-lib%2Fwhizbang/issues/34","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/34/packages"},{"uuid":"3783602277","node_id":"PR_kwDOQOwYEs67pEg9","number":47,"state":"open","title":"Bump Npgsql from 8.0.8 to 10.0.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-01-06T03:31:43.000Z","updated_at":"2026-03-02T21:25:28.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"8.0.8","new_version":"10.0.1","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 8.0.8 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\n## 9.0.4\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/127?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.3...v9.0.4\n\n## 9.0.3\n\nv9.0.3 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/126?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.2...v9.0.3\n\n## 9.0.2\n\n9.0.2 was released to fix SSL certificate validation (#​5942).\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/125?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.1...v9.0.2\n\n## 9.0.1\n\n9.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).\n\n## 9.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/9.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/109?closed=1).\n\n## What's Changed\n* Reuse parameter index for all case permutations by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5432\n* Actually rename switch to EnableAssertions by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5433\n* Drop NETSTANDARD by @​vonzshik in https://github.com/npgsql/npgsql/pull/5434\n* Bump xunit.runner.visualstudio from 2.4.5 to 2.5.4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5435\n* Additional cleanup after netstandard drop by @​manandre in https://github.com/npgsql/npgsql/pull/5436\n* Remove EOL PostgreSQL version 11 from CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5441\n* Bump Microsoft.CodeAnalysis.CSharp from 4.7.0 to 4.8.0 by @​dependabot in https://github.com/npgsql/npgsql/pull/5444\n* Fix explicit batch preparation reset by @​vonzshik in https://github.com/npgsql/npgsql/pull/5459\n* Fix timestamp to be returned as Unspecified DateTime in legacy mode by @​roji in https://github.com/npgsql/npgsql/pull/5466\n* Respect max name length by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5463\n* Fix sequential buffered seek by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5440\n* Fix EndRead throwing exceptions when a stream is active by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5454\n* Fix sync writing of hstore values by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5452\n* Optimize GetFieldValueAsync using row buffer status by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5470\n* Redo binary exporter column reading by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5464\n* Bump actions/setup-dotnet from 3.2.0 to 4.0.0 by @​dependabot in https://github.com/npgsql/npgsql/pull/5474\n* Pick the task constructor by using the right ValueTask type by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5487\n* Bump BenchmarkDotNet from 0.13.10 to 0.13.11 by @​dependabot in https://github.com/npgsql/npgsql/pull/5490\n* Use PG mock for testing async field read by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5488\n* Fix reading infinity as DateTimeOffset in legacy mode by @​roji in https://github.com/npgsql/npgsql/pull/5496\n* Bump actions/upload-artifact from 3 to 4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5499\n* Bump github/codeql-action from 2 to 3 by @​dependabot in https://github.com/npgsql/npgsql/pull/5498\n* Bump xunit from 2.6.2 to 2.6.3 by @​dependabot in https://github.com/npgsql/npgsql/pull/5495\n* Bump NodaTime from 3.1.9 to 3.1.10 by @​dependabot in https://github.com/npgsql/npgsql/pull/5506\n* Bump xunit from 2.6.3 to 2.6.4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5505\n* Bump xunit.runner.visualstudio from 2.5.4 to 2.5.6 by @​dependabot in https://github.com/npgsql/npgsql/pull/5504\n* Turn off Code Index (rich-code-nav) by @​noellelc in https://github.com/npgsql/npgsql/pull/5507\n* Fix memory leak while asynchronously disposing NpgsqlDataSource by @​vonzshik in https://github.com/npgsql/npgsql/pull/5514\n* Bump xunit from 2.6.4 to 2.6.5 by @​dependabot in https://github.com/npgsql/npgsql/pull/5515\n* Bump BenchmarkDotNet from 0.13.11 to 0.13.12 by @​dependabot in https://github.com/npgsql/npgsql/pull/5516\n* Bump Microsoft.Data.SqlClient from 5.1.2 to 5.1.4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5519\n* Bump xunit from 2.6.5 to 2.6.6 by @​dependabot in https://github.com/npgsql/npgsql/pull/5527\n* StreamActive check should apply before any other EndRead checks by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5479\n* Default to JToken instead of JObject by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5477\n* Fix duplicate field check by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5531\n* Add LinearRing and simplify resolver code by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5532\n* Remove delayed commit in exporter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5530\n* Bump actions/cache from 3 to 4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5534\n* Move byte and sbyte from extra conversions by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5533\n* Correct JsonDocument deserialization for JSON null by @​roji in https://github.com/npgsql/npgsql/pull/5541\n* Add test to verify correct behavior of unchanged toasted values by @​Brar in https://github.com/npgsql/npgsql/pull/5489\n* Fix another sequential buffered seek exit state issue by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5486\n* Bump OpenTelemetry.API from 1.6.0 to 1.7.0 by @​dependabot in https://github.com/npgsql/npgsql/pull/5494\n* Remove isFirstAttempt argument from NpgsqlConnector.Open by @​vonzshik in https://github.com/npgsql/npgsql/pull/5545\n* Correctly handle resolver info in binary exporter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5546\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v8.0.8...v10.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=8.0.8\u0026new-version=10.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nYou can trigger a rebase of this PR by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e\n\n\u003e **Note**\n\u003e Automatic rebases have been disabled on this pull request as it has been open for over 30 days.","html_url":"https://github.com/Aaronontheweb/akka-reminders/pull/47","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aaronontheweb%2Fakka-reminders/issues/47","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/47/packages"},{"uuid":"3769126915","node_id":"PR_kwDOQqorlc666jZs","number":186,"state":"open","title":"deps: Bump BenchmarkDotNet, BenchmarkDotNet.Diagnostics.Windows and Npgsql","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-30T05:36:44.000Z","updated_at":"2025-12-30T05:36:54.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps","packages":[{"name":"Bump BenchmarkDotNet, BenchmarkDotNet.Diagnostics.Windows"},{"name":"Npgsql","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.14.0 to 0.15.8.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [BenchmarkDotNet's releases](https://github.com/dotnet/BenchmarkDotNet/releases)._\n\n## 0.15.8\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.8.html\n\n\n## 0.15.7\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.7.html\n\n\n## 0.15.6\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.6.html\n\n\n## 0.15.5\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.5.html\n\n\n\n## 0.15.4\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.4.html\n\n## Highlights\n\nAllow override method/property for ParamsSource ([#​2832](https://github.com/dotnet/BenchmarkDotNet/pull/2832))\n\n\n## 0.15.3\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.3.html\n\n## Highlights\n\nImprovements:\n\n- Naot instruction set support for .NET 10+, migrate to ISA groupings in CPU summary [#​2828](https://github.com/dotnet/BenchmarkDotNet/pull/2828)\n- Support benchmark filtering for TestAdapter [#​2662](https://github.com/dotnet/BenchmarkDotNet/issues/2662) [#​2788](https://github.com/dotnet/BenchmarkDotNet/pull/2788)\n- Support non-primitive external types in `ArgumentsSource` [#​2820](https://github.com/dotnet/BenchmarkDotNet/pull/2820)\n- Enable MSBuild parallel build via `--nodeReuse:false` [#​2693](https://github.com/dotnet/BenchmarkDotNet/issues/2693) [#​2814](https://github.com/dotnet/BenchmarkDotNet/pull/2814)\n- Improve CPU detection [#​2747](https://github.com/dotnet/BenchmarkDotNet/issues/2747) [#​2749](https://github.com/dotnet/BenchmarkDotNet/pull/2749)\n- Enable assembly signing for debug build [#​2774](https://github.com/dotnet/BenchmarkDotNet/pull/2774)\n\nDeprecations:\n\n- Deprecated `WithNuget` [#​2812](https://github.com/dotnet/BenchmarkDotNet/pull/2812)\n\nBug fixes:\n\n- Fix `InvalidOperationException` in diagnosers [#​2758](https://github.com/dotnet/BenchmarkDotNet/issues/2758) [#​2805](https://github.com/dotnet/BenchmarkDotNet/pull/2805)\n- Fix file detection in `NativeMemoryProfiler` [#​2794](https://github.com/dotnet/BenchmarkDotNet/issues/2794) [#​2795](https://github.com/dotnet/BenchmarkDotNet/pull/2795)\n- Fix long file paths issue in `EtwProfiler` [#​2807](https://github.com/dotnet/BenchmarkDotNet/issues/2807) [#​2808](https://github.com/dotnet/BenchmarkDotNet/pull/2808)\n- Fix log duplications in TestAdapter [#​2790](https://github.com/dotnet/BenchmarkDotNet/pull/2790)\n- Fix x86 disassembler error for net462 [#​2792](https://github.com/dotnet/BenchmarkDotNet/pull/2792)\n- Fix `IsNetCore` and `IsNativeAOT` for single-file apps without AOT [#​2799](https://github.com/dotnet/BenchmarkDotNet/pull/2799)\n- Fix density plot generation in `RPlotExporter` for latest version of R [#​2809](https://github.com/dotnet/BenchmarkDotNet/pull/2809)\n\n\n## 0.15.2\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.2.html\n\n## Highlights\n\n- The most significant update in this release is the enhanced accuracy of the memory diagnoser ([#​2562](https://github.com/dotnet/BenchmarkDotNet/pull/2562)). This improvement resolves the issue of incorrectly reported memory allocations ([#​1542](https://github.com/dotnet/BenchmarkDotNet/issues/1542), [#​2582](https://github.com/dotnet/BenchmarkDotNet/issues/2582)).\n- We have introduced a new feature that allows users to sort benchmark jobs in numerical order ([#​2768](https://github.com/dotnet/BenchmarkDotNet/issues/2768), [#​2770](https://github.com/dotnet/BenchmarkDotNet/pull/2770)).\n- Benchmark validation has been improved ([#​2771](https://github.com/dotnet/BenchmarkDotNet/pull/2771)).\n- An issue with non-persistent auto-generated JobId has been fixed ([#​2777](https://github.com/dotnet/BenchmarkDotNet/pull/2777)).\n\n\n## 0.15.1\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.1.html\n\n## Highlights\n\n-  Added support for *.slnx ([#​2763](https://github.com/dotnet/BenchmarkDotNet/issues/2763), [#​2764](https://github.com/dotnet/BenchmarkDotNet/pull/2764))\n-  Enabled ArgumentsSource to reference methods in other types ([#​2744](https://github.com/dotnet/BenchmarkDotNet/issues/2744), [#​2748](https://github.com/dotnet/BenchmarkDotNet/pull/2748))\n-  Resolved fatal errors for ARM CPUs ([#​2745](https://github.com/dotnet/BenchmarkDotNet/issues/2745), [#​2756](https://github.com/dotnet/BenchmarkDotNet/pull/2756))\n-  Fixed bugs related to support for Android, browser, iOS, and tvOS ([#​2739](https://github.com/dotnet/BenchmarkDotNet/issues/2739), [#​2741](https://github.com/dotnet/BenchmarkDotNet/pull/2741), [#​2740](https://github.com/dotnet/BenchmarkDotNet/issues/2740), [#​2742](https://github.com/dotnet/BenchmarkDotNet/pull/2742))\n\n\n\n## 0.15.0\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.0.html\n\n\n\nCommits viewable in [compare view](https://github.com/dotnet/BenchmarkDotNet/compare/v0.14.0...v0.15.8).\n\u003c/details\u003e\n\nUpdated [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) from 0.14.0 to 0.15.8.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [BenchmarkDotNet.Diagnostics.Windows's releases](https://github.com/dotnet/BenchmarkDotNet/releases)._\n\n## 0.15.8\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.8.html\n\n\n## 0.15.7\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.7.html\n\n\n## 0.15.6\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.6.html\n\n\n## 0.15.5\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.5.html\n\n\n\n## 0.15.4\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.4.html\n\n## Highlights\n\nAllow override method/property for ParamsSource ([#​2832](https://github.com/dotnet/BenchmarkDotNet/pull/2832))\n\n\n## 0.15.3\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.3.html\n\n## Highlights\n\nImprovements:\n\n- Naot instruction set support for .NET 10+, migrate to ISA groupings in CPU summary [#​2828](https://github.com/dotnet/BenchmarkDotNet/pull/2828)\n- Support benchmark filtering for TestAdapter [#​2662](https://github.com/dotnet/BenchmarkDotNet/issues/2662) [#​2788](https://github.com/dotnet/BenchmarkDotNet/pull/2788)\n- Support non-primitive external types in `ArgumentsSource` [#​2820](https://github.com/dotnet/BenchmarkDotNet/pull/2820)\n- Enable MSBuild parallel build via `--nodeReuse:false` [#​2693](https://github.com/dotnet/BenchmarkDotNet/issues/2693) [#​2814](https://github.com/dotnet/BenchmarkDotNet/pull/2814)\n- Improve CPU detection [#​2747](https://github.com/dotnet/BenchmarkDotNet/issues/2747) [#​2749](https://github.com/dotnet/BenchmarkDotNet/pull/2749)\n- Enable assembly signing for debug build [#​2774](https://github.com/dotnet/BenchmarkDotNet/pull/2774)\n\nDeprecations:\n\n- Deprecated `WithNuget` [#​2812](https://github.com/dotnet/BenchmarkDotNet/pull/2812)\n\nBug fixes:\n\n- Fix `InvalidOperationException` in diagnosers [#​2758](https://github.com/dotnet/BenchmarkDotNet/issues/2758) [#​2805](https://github.com/dotnet/BenchmarkDotNet/pull/2805)\n- Fix file detection in `NativeMemoryProfiler` [#​2794](https://github.com/dotnet/BenchmarkDotNet/issues/2794) [#​2795](https://github.com/dotnet/BenchmarkDotNet/pull/2795)\n- Fix long file paths issue in `EtwProfiler` [#​2807](https://github.com/dotnet/BenchmarkDotNet/issues/2807) [#​2808](https://github.com/dotnet/BenchmarkDotNet/pull/2808)\n- Fix log duplications in TestAdapter [#​2790](https://github.com/dotnet/BenchmarkDotNet/pull/2790)\n- Fix x86 disassembler error for net462 [#​2792](https://github.com/dotnet/BenchmarkDotNet/pull/2792)\n- Fix `IsNetCore` and `IsNativeAOT` for single-file apps without AOT [#​2799](https://github.com/dotnet/BenchmarkDotNet/pull/2799)\n- Fix density plot generation in `RPlotExporter` for latest version of R [#​2809](https://github.com/dotnet/BenchmarkDotNet/pull/2809)\n\n\n## 0.15.2\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.2.html\n\n## Highlights\n\n- The most significant update in this release is the enhanced accuracy of the memory diagnoser ([#​2562](https://github.com/dotnet/BenchmarkDotNet/pull/2562)). This improvement resolves the issue of incorrectly reported memory allocations ([#​1542](https://github.com/dotnet/BenchmarkDotNet/issues/1542), [#​2582](https://github.com/dotnet/BenchmarkDotNet/issues/2582)).\n- We have introduced a new feature that allows users to sort benchmark jobs in numerical order ([#​2768](https://github.com/dotnet/BenchmarkDotNet/issues/2768), [#​2770](https://github.com/dotnet/BenchmarkDotNet/pull/2770)).\n- Benchmark validation has been improved ([#​2771](https://github.com/dotnet/BenchmarkDotNet/pull/2771)).\n- An issue with non-persistent auto-generated JobId has been fixed ([#​2777](https://github.com/dotnet/BenchmarkDotNet/pull/2777)).\n\n\n## 0.15.1\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.1.html\n\n## Highlights\n\n-  Added support for *.slnx ([#​2763](https://github.com/dotnet/BenchmarkDotNet/issues/2763), [#​2764](https://github.com/dotnet/BenchmarkDotNet/pull/2764))\n-  Enabled ArgumentsSource to reference methods in other types ([#​2744](https://github.com/dotnet/BenchmarkDotNet/issues/2744), [#​2748](https://github.com/dotnet/BenchmarkDotNet/pull/2748))\n-  Resolved fatal errors for ARM CPUs ([#​2745](https://github.com/dotnet/BenchmarkDotNet/issues/2745), [#​2756](https://github.com/dotnet/BenchmarkDotNet/pull/2756))\n-  Fixed bugs related to support for Android, browser, iOS, and tvOS ([#​2739](https://github.com/dotnet/BenchmarkDotNet/issues/2739), [#​2741](https://github.com/dotnet/BenchmarkDotNet/pull/2741), [#​2740](https://github.com/dotnet/BenchmarkDotNet/issues/2740), [#​2742](https://github.com/dotnet/BenchmarkDotNet/pull/2742))\n\n\n\n## 0.15.0\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.0.html\n\n\n\nCommits viewable in [compare view](https://github.com/dotnet/BenchmarkDotNet/compare/v0.14.0...v0.15.8).\n\u003c/details\u003e\n\nUpdated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.0 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1).\n\u003c/details\u003e\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/honua-io/honua-server/pull/186","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/honua-io%2Fhonua-server/issues/186","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/186/packages"},{"uuid":"3761975896","node_id":"PR_kwDOCoO1_M66j7lo","number":270,"state":"open","title":"deps: Bump Npgsql from 9.0.4 to 10.0.1","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-25T13:05:52.000Z","updated_at":"2025-12-25T13:10:23.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps: Bump","packages":[{"name":"Npgsql","old_version":"9.0.4","new_version":"10.0.1","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 9.0.4 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v9.0.4...v10.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=9.0.4\u0026new-version=10.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Jaxelr/Minimig/pull/270","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaxelr%2FMinimig/issues/270","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/270/packages"},{"uuid":"3752234390","node_id":"PR_kwDOALj_SM66D2xw","number":1558,"state":"closed","title":"Bump Npgsql from 10.0.0 to 10.0.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-12-25T09:48:59.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-22T04:05:46.000Z","updated_at":"2025-12-25T09:49:01.000Z","time_to_close":279793,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"10.0.0","new_version":"10.0.1","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.0 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1).\n\u003c/details\u003e\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/YAFNET/YAFNET/pull/1558","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/YAFNET%2FYAFNET/issues/1558","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1558/packages"}],"issue_packages":[{"old_version":"9.0.3","new_version":"10.0.3","update_type":"major","path":null,"pr_created_at":"2026-06-08T06:59:19.000Z","version_change":"9.0.3 → 10.0.3","issue":{"uuid":"4610704159","node_id":"PR_kwDOSV3jZ87jygVX","number":27,"state":"open","title":"Bump Npgsql from 9.0.3 to 10.0.3","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-06-08T06:59:19.000Z","updated_at":"2026-06-08T06:59:20.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"9.0.3","new_version":"10.0.3","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 9.0.3 to 10.0.3.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.3\n\n[Release milestone](https://github.com/npgsql/npgsql/milestone/138?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.2...v10.0.3\n\n## 10.0.2\n\nv10.0.2 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/135?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2\n\n## 10.0.1\n\nv10.0.1 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\n## 9.0.5\n\nv9.0.5 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/131?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.4...v9.0.5\n\n## 9.0.4\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/127?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.3...v9.0.4\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v9.0.3...v10.0.3).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=9.0.3\u0026new-version=10.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/sbdevman/Thunderbolt/pull/27","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbdevman%2FThunderbolt/issues/27","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/27/packages"}},{"old_version":"10.0.2","new_version":"10.0.3","update_type":"patch","path":null,"pr_created_at":"2026-05-30T03:43:45.000Z","version_change":"10.0.2 → 10.0.3","issue":{"uuid":"4553088856","node_id":"PR_kwDOSHUMos7g4Uzb","number":13,"state":"open","title":"chore: Bump Npgsql from 10.0.2 to 10.0.3","user":"dependabot[bot]","labels":[],"assignees":["jasmine6789"],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-30T03:43:45.000Z","updated_at":"2026-05-30T03:43:51.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"Npgsql","old_version":"10.0.2","new_version":"10.0.3","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.2 to 10.0.3.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.3\n\n[Release milestone](https://github.com/npgsql/npgsql/milestone/138?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.2...v10.0.3\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.2...v10.0.3).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=10.0.2\u0026new-version=10.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/jasmine6789/RetailMesh-Cloud-Native-E-commerce-Website/pull/13","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/jasmine6789%2FRetailMesh-Cloud-Native-E-commerce-Website/issues/13","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/13/packages"}},{"old_version":"10.0.2","new_version":"10.0.3","update_type":"patch","path":null,"pr_created_at":"2026-05-28T04:01:48.000Z","version_change":"10.0.2 → 10.0.3","issue":{"uuid":"4537639557","node_id":"PR_kwDOQ3Px0M7gFyoc","number":211,"state":"open","title":"chore: Bump Npgsql from 10.0.2 to 10.0.3","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-28T04:01:48.000Z","updated_at":"2026-05-28T04:05:20.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"Npgsql","old_version":"10.0.2","new_version":"10.0.3","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.2 to 10.0.3.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.3\n\n[Release milestone](https://github.com/npgsql/npgsql/milestone/138?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.2...v10.0.3\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.2...v10.0.3).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=10.0.2\u0026new-version=10.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Thomas-Shephard/ashlar/pull/211","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Thomas-Shephard%2Fashlar/issues/211","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/211/packages"}},{"old_version":"10.0.0","new_version":"10.0.2","update_type":"patch","path":null,"pr_created_at":"2026-05-06T08:41:48.000Z","version_change":"10.0.0 → 10.0.2","issue":{"uuid":"4389958234","node_id":"PR_kwDOHZkiL87YsVHa","number":668,"state":"open","title":"Bump Npgsql from 10.0.0 to 10.0.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-05-06T08:41:48.000Z","updated_at":"2026-05-06T08:42:07.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"10.0.0","new_version":"10.0.2","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.0 to 10.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.2\n\nv10.0.2 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/135?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2\n\n## 10.0.1\n\nv10.0.1 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Crown-Commercial-Service/ccs-ppg-notification-api/pull/668","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crown-Commercial-Service%2Fccs-ppg-notification-api/issues/668","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/668/packages"}},{"old_version":"8.0.6","new_version":"10.0.2","update_type":"major","path":null,"pr_created_at":"2026-04-06T10:23:18.000Z","version_change":"8.0.6 → 10.0.2","issue":{"uuid":"4211062196","node_id":"PR_kwDOLb5Z_c7QLPsQ","number":1163,"state":"closed","title":"Bump Npgsql from 8.0.6 to 10.0.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-04-07T13:49:30.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-06T10:23:18.000Z","updated_at":"2026-04-07T13:49:41.000Z","time_to_close":98772,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"8.0.6","new_version":"10.0.2","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 8.0.6 to 10.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.2\n\nv10.0.2 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/135?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2\n\n## 10.0.1\n\nv10.0.1 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\n## 9.0.5\n\nv9.0.5 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/131?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.4...v9.0.5\n\n## 9.0.4\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/127?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.3...v9.0.4\n\n## 9.0.3\n\nv9.0.3 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/126?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.2...v9.0.3\n\n## 9.0.2\n\n9.0.2 was released to fix SSL certificate validation (#​5942).\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/125?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.1...v9.0.2\n\n## 9.0.1\n\n9.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).\n\n## 9.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/9.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/109?closed=1).\n\n## What's Changed\n* Reuse parameter index for all case permutations by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5432\n* Actually rename switch to EnableAssertions by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5433\n* Drop NETSTANDARD by @​vonzshik in https://github.com/npgsql/npgsql/pull/5434\n* Bump xunit.runner.visualstudio from 2.4.5 to 2.5.4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5435\n* Additional cleanup after netstandard drop by @​manandre in https://github.com/npgsql/npgsql/pull/5436\n* Remove EOL PostgreSQL version 11 from CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5441\n* Bump Microsoft.CodeAnalysis.CSharp from 4.7.0 to 4.8.0 by @​dependabot in https://github.com/npgsql/npgsql/pull/5444\n* Fix explicit batch preparation reset by @​vonzshik in https://github.com/npgsql/npgsql/pull/5459\n* Fix timestamp to be returned as Unspecified DateTime in legacy mode by @​roji in https://github.com/npgsql/npgsql/pull/5466\n* Respect max name length by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5463\n* Fix sequential buffered seek by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5440\n* Fix EndRead throwing exceptions when a stream is active by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5454\n* Fix sync writing of hstore values by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5452\n* Optimize GetFieldValueAsync using row buffer status by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5470\n* Redo binary exporter column reading by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5464\n* Bump actions/setup-dotnet from 3.2.0 to 4.0.0 by @​dependabot in https://github.com/npgsql/npgsql/pull/5474\n* Pick the task constructor by using the right ValueTask type by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5487\n* Bump BenchmarkDotNet from 0.13.10 to 0.13.11 by @​dependabot in https://github.com/npgsql/npgsql/pull/5490\n* Use PG mock for testing async field read by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5488\n* Fix reading infinity as DateTimeOffset in legacy mode by @​roji in https://github.com/npgsql/npgsql/pull/5496\n* Bump actions/upload-artifact from 3 to 4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5499\n* Bump github/codeql-action from 2 to 3 by @​dependabot in https://github.com/npgsql/npgsql/pull/5498\n* Bump xunit from 2.6.2 to 2.6.3 by @​dependabot in https://github.com/npgsql/npgsql/pull/5495\n* Bump NodaTime from 3.1.9 to 3.1.10 by @​dependabot in https://github.com/npgsql/npgsql/pull/5506\n* Bump xunit from 2.6.3 to 2.6.4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5505\n* Bump xunit.runner.visualstudio from 2.5.4 to 2.5.6 by @​dependabot in https://github.com/npgsql/npgsql/pull/5504\n* Turn off Code Index (rich-code-nav) by @​noellelc in https://github.com/npgsql/npgsql/pull/5507\n* Fix memory leak while asynchronously disposing NpgsqlDataSource by @​vonzshik in https://github.com/npgsql/npgsql/pull/5514\n* Bump xunit from 2.6.4 to 2.6.5 by @​dependabot in https://github.com/npgsql/npgsql/pull/5515\n* Bump BenchmarkDotNet from 0.13.11 to 0.13.12 by @​dependabot in https://github.com/npgsql/npgsql/pull/5516\n* Bump Microsoft.Data.SqlClient from 5.1.2 to 5.1.4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5519\n* Bump xunit from 2.6.5 to 2.6.6 by @​dependabot in https://github.com/npgsql/npgsql/pull/5527\n* StreamActive check should apply before any other EndRead checks by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5479\n* Default to JToken instead of JObject by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5477\n* Fix duplicate field check by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5531\n* Add LinearRing and simplify resolver code by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5532\n* Remove delayed commit in exporter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5530\n* Bump actions/cache from 3 to 4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5534\n* Move byte and sbyte from extra conversions by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5533\n* Correct JsonDocument deserialization for JSON null by @​roji in https://github.com/npgsql/npgsql/pull/5541\n* Add test to verify correct behavior of unchanged toasted values by @​Brar in https://github.com/npgsql/npgsql/pull/5489\n* Fix another sequential buffered seek exit state issue by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5486\n* Bump OpenTelemetry.API from 1.6.0 to 1.7.0 by @​dependabot in https://github.com/npgsql/npgsql/pull/5494\n* Remove isFirstAttempt argument from NpgsqlConnector.Open by @​vonzshik in https://github.com/npgsql/npgsql/pull/5545\n* Correctly handle resolver info in binary exporter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5546\n ... (truncated)\n\n## 8.0.9\n\nv8.0.9 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/133?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v8.0.8...v8.0.9\n\n## 8.0.8\n\nv8.0.8 contains quite a few bug fixes.\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v8.0.7...v8.0.8\n\n## 8.0.7\n\nv9.0.3 contains several bug fixes.\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v8.0.6...v8.0.7\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v8.0.6...v10.0.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=8.0.6\u0026new-version=10.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/EvotecIT/DomainDetective/pull/1163","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/EvotecIT%2FDomainDetective/issues/1163","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1163/packages"}},{"old_version":"9.0.3","new_version":"10.0.2","update_type":"major","path":null,"pr_created_at":"2026-04-06T09:57:40.000Z","version_change":"9.0.3 → 10.0.2","issue":{"uuid":"4210925457","node_id":"PR_kwDORYonjM7QK1Pk","number":30,"state":"open","title":"Bump Npgsql from 9.0.3 to 10.0.2","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-06T09:57:40.000Z","updated_at":"2026-04-06T09:57:41.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"9.0.3","new_version":"10.0.2","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 9.0.3 to 10.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.2\n\nv10.0.2 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/135?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2\n\n## 10.0.1\n\nv10.0.1 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\n## 9.0.5\n\nv9.0.5 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/131?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.4...v9.0.5\n\n## 9.0.4\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/127?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.3...v9.0.4\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v9.0.3...v10.0.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=9.0.3\u0026new-version=10.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/MCGPPeters/Automaton/pull/30","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/MCGPPeters%2FAutomaton/issues/30","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/30/packages"}},{"old_version":"9.0.4","new_version":"10.0.2","update_type":"major","path":null,"pr_created_at":"2026-04-01T06:37:35.000Z","version_change":"9.0.4 → 10.0.2","issue":{"uuid":"4184516858","node_id":"PR_kwDOQxyZXs7PKJI-","number":2410,"state":"open","title":"deps(benchmarks): Bump Npgsql from 9.0.4 to 10.0.2","user":"dependabot[bot]","labels":["size/XS"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-04-01T06:37:35.000Z","updated_at":"2026-04-01T06:38:36.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps(benchmarks): Bump","packages":[{"name":"Npgsql","old_version":"9.0.4","new_version":"10.0.2","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 9.0.4 to 10.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.2\n\nv10.0.2 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/135?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2\n\n## 10.0.1\n\nv10.0.1 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\n## 9.0.5\n\nv9.0.5 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/131?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.4...v9.0.5\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v9.0.4...v10.0.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=9.0.4\u0026new-version=10.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/rodoHasArrived/Meridian/pull/2410","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodoHasArrived%2FMeridian/issues/2410","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2410/packages"}},{"old_version":"10.0.1","new_version":"10.0.2","update_type":"patch","path":null,"pr_created_at":"2026-03-18T10:04:28.000Z","version_change":"10.0.1 → 10.0.2","issue":{"uuid":"4094065471","node_id":"PR_kwDOPZTees7LfQw8","number":257,"state":"open","title":"Bump Npgsql from 10.0.1 to 10.0.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":5,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-18T10:04:28.000Z","updated_at":"2026-03-20T19:08:52.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"10.0.1","new_version":"10.0.2","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.1 to 10.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.2\n\nv10.0.2 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/135?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2).\n\u003c/details\u003e\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/techhubms/techhub/pull/257","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/techhubms%2Ftechhub/issues/257","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/257/packages"}},{"old_version":"10.0.1","new_version":"10.0.2","update_type":"patch","path":null,"pr_created_at":"2026-03-16T02:18:16.000Z","version_change":"10.0.1 → 10.0.2","issue":{"uuid":"4079837139","node_id":"PR_kwDOQoybq87Kyd1Q","number":166,"state":"closed","title":"chore(deps): Bump Npgsql from 10.0.1 to 10.0.2","user":"dependabot[bot]","labels":["documentation","size/XS","dotnet"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-16T02:18:28.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-16T02:18:16.000Z","updated_at":"2026-03-16T02:18:37.000Z","time_to_close":12,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore(deps): Bump","packages":[{"name":"Npgsql","old_version":"10.0.1","new_version":"10.0.2","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.1 to 10.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.2\n\nv10.0.2 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/135?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=10.0.1\u0026new-version=10.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/xjanova/PostXAgent/pull/166","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/xjanova%2FPostXAgent/issues/166","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/166/packages"}},{"old_version":"10.0.1","new_version":"10.0.2","update_type":"patch","path":null,"pr_created_at":"2026-03-13T00:44:51.000Z","version_change":"10.0.1 → 10.0.2","issue":{"uuid":"4068083448","node_id":"PR_kwDOO7TKYs7KNg5U","number":274,"state":"open","title":"Bump Npgsql from 10.0.1 to 10.0.2","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-13T00:44:51.000Z","updated_at":"2026-03-13T00:47:59.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"10.0.1","new_version":"10.0.2","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.1 to 10.0.2.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.2\n\nv10.0.2 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/135?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.1...v10.0.2).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=10.0.1\u0026new-version=10.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Drinker5/Wealth/pull/274","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drinker5%2FWealth/issues/274","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/274/packages"}},{"old_version":"9.0.3","new_version":"10.0.1","update_type":"major","path":null,"pr_created_at":"2026-03-09T05:53:27.000Z","version_change":"9.0.3 → 10.0.1","issue":{"uuid":"4043514112","node_id":"PR_kwDORK92js7I90wr","number":131,"state":"closed","title":"Bump Npgsql from 9.0.3 to 10.0.1","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":"2026-03-26T23:08:33.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-09T05:53:27.000Z","updated_at":"2026-03-26T23:08:41.000Z","time_to_close":1530906,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"9.0.3","new_version":"10.0.1","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 9.0.3 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\n## 9.0.4\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/127?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.3...v9.0.4\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v9.0.3...v10.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=9.0.3\u0026new-version=10.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/RoySalisbury/HVO.Enterprise.Telemetry/pull/131","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/RoySalisbury%2FHVO.Enterprise.Telemetry/issues/131","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/131/packages"}},{"old_version":"9.0.4","new_version":"10.0.1","update_type":"major","path":null,"pr_created_at":"2026-02-21T00:05:05.000Z","version_change":"9.0.4 → 10.0.1","issue":{"uuid":"3970857770","node_id":"PR_kwDORQezwM7FSL5k","number":33,"state":"open","title":"chore: Bump Npgsql from 9.0.4 to 10.0.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-21T00:05:05.000Z","updated_at":"2026-02-21T00:06:38.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"Npgsql","old_version":"9.0.4","new_version":"10.0.1","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 9.0.4 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v9.0.4...v10.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=9.0.4\u0026new-version=10.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/andy-c-jones/DarkPeak.Functional/pull/33","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/andy-c-jones%2FDarkPeak.Functional/issues/33","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/33/packages"}},{"old_version":"4.1.3.1","new_version":"4.1.13","update_type":"patch","path":null,"pr_created_at":"2026-02-16T10:01:47.000Z","version_change":"4.1.3.1 → 4.1.13","issue":{"uuid":"3946924670","node_id":"PR_kwDOCzf97s7EDhm3","number":113,"state":"open","title":"Bump Npgsql from 4.1.3.1 to 4.1.13","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-16T10:01:47.000Z","updated_at":"2026-02-16T10:02:13.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"4.1.3.1","new_version":"4.1.13","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 4.1.3.1 to 4.1.13.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 4.1.13\n\nThis version contains a high-severity security patch for [CVE-2024-32655](https://github.com/npgsql/npgsql/security/advisories/GHSA-x9vc-6hfv-hg8c) everyone is advised to upgrade.\n\nThanks to @​paul-gerste-sonarsource for reporting the vulnerability.\n\n## 4.1.12\n\nFixes backported:\n\n* Deadlock/hung at NpgsqlDataReader.Cleanup (https://github.com/npgsql/npgsql/issues/4465)\n\nThis release also brings VS2022 support to the Npgsql VSIX (which is otherwise discontinued).\n\n## 4.1.9\n\nThis patch releases contains the following bug fixes:\n\n* TransactionScope seems not to work correctly from v4.0.0 when Enlist=true and pooling=false ([#​3502](https://github.com/npgsql/npgsql/issues/3502))\n* JSON handler doesn't flush a buffer on write ([#​3464](https://github.com/npgsql/npgsql/issues/3464))\n* Fixed writing and reading DateTime.Min/Max with ConvertInfinityDateTime for TimestampTz handler ([#​3580](https://github.com/npgsql/npgsql/issues/3580))\n\n\n## 4.1.8\n\nThe list of changes is available [here](https://github.com/npgsql/npgsql/milestone/76?closed=1).\n\n## 4.1.7\n\nThis patch version contains several bug fixes, everyone is encouraged to upgrade.\n\nThe list of changes is available [here](https://github.com/npgsql/npgsql/milestone/74?closed=1).\n\n\n## 4.1.6\n\nThis patch version contains several bug fixes, everyone is encouraged to upgrade.\n\nThe list of changes is available [here](https://github.com/npgsql/npgsql/milestone/72?closed=1).\n\n## 4.1.5\n\nThis patch release contains an important update as an addition to bug fixes. Starting this version it's possible to use the NodaTime plugin without losing ability to have BCL date and time types in parameters or in query results. Many thanks @​davidroth who made this!\n\nEveryone is encouraged to update.\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/70?closed=1).\n\n## 4.1.4\n\nThis patch version has been a long time coming, and includes many important bug fixes.\n\nNote that starting with v4.1.4, [the Detail property on PostgresException](http://www.npgsql.org/doc/api/Npgsql.PostgresException.html#Npgsql_PostgresException_Detail) will be redacted by default, since PostgreSQL uses it to send potentially sensitive information (see [#​2501](https://github.com/npgsql/npgsql/issues/2501)) . The information can be included as before by specifying `Include Error Detail` on the connection string\n\nThe list of changes is available [here](https://github.com/npgsql/npgsql/milestone/68?closed=1).\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v4.1.3.1...v4.1.13).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=4.1.3.1\u0026new-version=4.1.13)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\nYou can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/dfds/dafda/network/alerts).\n\n\u003c/details\u003e","html_url":"https://github.com/dfds/dafda/pull/113","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/dfds%2Fdafda/issues/113","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/113/packages"}},{"old_version":"10.0.0","new_version":"10.0.1","update_type":"patch","path":null,"pr_created_at":"2026-02-02T03:50:58.000Z","version_change":"10.0.0 → 10.0.1","issue":{"uuid":"3883804248","node_id":"PR_kwDOO86n1s7AzdhS","number":52,"state":"open","title":"chore: Bump Npgsql from 10.0.0 to 10.0.1","user":"dependabot[bot]","labels":[],"assignees":["philcarbone"],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-02T03:50:58.000Z","updated_at":"2026-02-02T03:50:59.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"Npgsql","old_version":"10.0.0","new_version":"10.0.1","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.0 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/whizbang-lib/whizbang/pull/52","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/whizbang-lib%2Fwhizbang/issues/52","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/52/packages"}},{"old_version":"9.0.2","new_version":"10.0.1","update_type":"major","path":null,"pr_created_at":"2026-02-01T12:59:36.000Z","version_change":"9.0.2 → 10.0.1","issue":{"uuid":"3881997280","node_id":"PR_kwDOQwTGL87AtoXn","number":75,"state":"closed","title":"Bump Npgsql from 9.0.2 to 10.0.1","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-02-01T13:02:02.000Z","author_association":null,"state_reason":null,"created_at":"2026-02-01T12:59:36.000Z","updated_at":"2026-02-01T13:02:04.000Z","time_to_close":146,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"9.0.2","new_version":"10.0.1","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 9.0.2 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\n## 9.0.4\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/127?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.3...v9.0.4\n\n## 9.0.3\n\nv9.0.3 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/126?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.2...v9.0.3\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v9.0.2...v10.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=9.0.2\u0026new-version=10.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/RyuheiKiso/k1s0/pull/75","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/RyuheiKiso%2Fk1s0/issues/75","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/75/packages"}},{"old_version":"10.0.0","new_version":"10.0.1","update_type":"patch","path":null,"pr_created_at":"2026-01-26T03:47:41.000Z","version_change":"10.0.0 → 10.0.1","issue":{"uuid":"3854404716","node_id":"PR_kwDOO86n1s6_SWh1","number":34,"state":"open","title":"chore: Bump Npgsql from 10.0.0 to 10.0.1","user":"dependabot[bot]","labels":[],"assignees":["philcarbone"],"locked":false,"comments_count":4,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-01-26T03:47:41.000Z","updated_at":"2026-01-30T01:01:55.813Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"Npgsql","old_version":"10.0.0","new_version":"10.0.1","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.0 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=10.0.0\u0026new-version=10.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/whizbang-lib/whizbang/pull/34","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/whizbang-lib%2Fwhizbang/issues/34","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/34/packages"}},{"old_version":"8.0.8","new_version":"10.0.1","update_type":"major","path":null,"pr_created_at":"2026-01-06T03:31:43.000Z","version_change":"8.0.8 → 10.0.1","issue":{"uuid":"3783602277","node_id":"PR_kwDOQOwYEs67pEg9","number":47,"state":"open","title":"Bump Npgsql from 8.0.8 to 10.0.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-01-06T03:31:43.000Z","updated_at":"2026-03-02T21:25:28.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"8.0.8","new_version":"10.0.1","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 8.0.8 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\n## 9.0.4\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/127?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.3...v9.0.4\n\n## 9.0.3\n\nv9.0.3 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/126?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.2...v9.0.3\n\n## 9.0.2\n\n9.0.2 was released to fix SSL certificate validation (#​5942).\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/125?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v9.0.1...v9.0.2\n\n## 9.0.1\n\n9.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).\n\n## 9.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/9.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/109?closed=1).\n\n## What's Changed\n* Reuse parameter index for all case permutations by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5432\n* Actually rename switch to EnableAssertions by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5433\n* Drop NETSTANDARD by @​vonzshik in https://github.com/npgsql/npgsql/pull/5434\n* Bump xunit.runner.visualstudio from 2.4.5 to 2.5.4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5435\n* Additional cleanup after netstandard drop by @​manandre in https://github.com/npgsql/npgsql/pull/5436\n* Remove EOL PostgreSQL version 11 from CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5441\n* Bump Microsoft.CodeAnalysis.CSharp from 4.7.0 to 4.8.0 by @​dependabot in https://github.com/npgsql/npgsql/pull/5444\n* Fix explicit batch preparation reset by @​vonzshik in https://github.com/npgsql/npgsql/pull/5459\n* Fix timestamp to be returned as Unspecified DateTime in legacy mode by @​roji in https://github.com/npgsql/npgsql/pull/5466\n* Respect max name length by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5463\n* Fix sequential buffered seek by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5440\n* Fix EndRead throwing exceptions when a stream is active by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5454\n* Fix sync writing of hstore values by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5452\n* Optimize GetFieldValueAsync using row buffer status by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5470\n* Redo binary exporter column reading by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5464\n* Bump actions/setup-dotnet from 3.2.0 to 4.0.0 by @​dependabot in https://github.com/npgsql/npgsql/pull/5474\n* Pick the task constructor by using the right ValueTask type by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5487\n* Bump BenchmarkDotNet from 0.13.10 to 0.13.11 by @​dependabot in https://github.com/npgsql/npgsql/pull/5490\n* Use PG mock for testing async field read by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5488\n* Fix reading infinity as DateTimeOffset in legacy mode by @​roji in https://github.com/npgsql/npgsql/pull/5496\n* Bump actions/upload-artifact from 3 to 4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5499\n* Bump github/codeql-action from 2 to 3 by @​dependabot in https://github.com/npgsql/npgsql/pull/5498\n* Bump xunit from 2.6.2 to 2.6.3 by @​dependabot in https://github.com/npgsql/npgsql/pull/5495\n* Bump NodaTime from 3.1.9 to 3.1.10 by @​dependabot in https://github.com/npgsql/npgsql/pull/5506\n* Bump xunit from 2.6.3 to 2.6.4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5505\n* Bump xunit.runner.visualstudio from 2.5.4 to 2.5.6 by @​dependabot in https://github.com/npgsql/npgsql/pull/5504\n* Turn off Code Index (rich-code-nav) by @​noellelc in https://github.com/npgsql/npgsql/pull/5507\n* Fix memory leak while asynchronously disposing NpgsqlDataSource by @​vonzshik in https://github.com/npgsql/npgsql/pull/5514\n* Bump xunit from 2.6.4 to 2.6.5 by @​dependabot in https://github.com/npgsql/npgsql/pull/5515\n* Bump BenchmarkDotNet from 0.13.11 to 0.13.12 by @​dependabot in https://github.com/npgsql/npgsql/pull/5516\n* Bump Microsoft.Data.SqlClient from 5.1.2 to 5.1.4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5519\n* Bump xunit from 2.6.5 to 2.6.6 by @​dependabot in https://github.com/npgsql/npgsql/pull/5527\n* StreamActive check should apply before any other EndRead checks by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5479\n* Default to JToken instead of JObject by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5477\n* Fix duplicate field check by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5531\n* Add LinearRing and simplify resolver code by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5532\n* Remove delayed commit in exporter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5530\n* Bump actions/cache from 3 to 4 by @​dependabot in https://github.com/npgsql/npgsql/pull/5534\n* Move byte and sbyte from extra conversions by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5533\n* Correct JsonDocument deserialization for JSON null by @​roji in https://github.com/npgsql/npgsql/pull/5541\n* Add test to verify correct behavior of unchanged toasted values by @​Brar in https://github.com/npgsql/npgsql/pull/5489\n* Fix another sequential buffered seek exit state issue by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5486\n* Bump OpenTelemetry.API from 1.6.0 to 1.7.0 by @​dependabot in https://github.com/npgsql/npgsql/pull/5494\n* Remove isFirstAttempt argument from NpgsqlConnector.Open by @​vonzshik in https://github.com/npgsql/npgsql/pull/5545\n* Correctly handle resolver info in binary exporter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5546\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v8.0.8...v10.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=8.0.8\u0026new-version=10.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nYou can trigger a rebase of this PR by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e\n\n\u003e **Note**\n\u003e Automatic rebases have been disabled on this pull request as it has been open for over 30 days.","html_url":"https://github.com/Aaronontheweb/akka-reminders/pull/47","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aaronontheweb%2Fakka-reminders/issues/47","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/47/packages"}},{"old_version":null,"new_version":null,"update_type":null,"path":null,"pr_created_at":"2025-12-30T05:36:44.000Z","version_change":null,"issue":{"uuid":"3769126915","node_id":"PR_kwDOQqorlc666jZs","number":186,"state":"open","title":"deps: Bump BenchmarkDotNet, BenchmarkDotNet.Diagnostics.Windows and Npgsql","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-30T05:36:44.000Z","updated_at":"2025-12-30T05:36:54.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps","packages":[{"name":"Bump BenchmarkDotNet, BenchmarkDotNet.Diagnostics.Windows"},{"name":"Npgsql","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet) from 0.14.0 to 0.15.8.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [BenchmarkDotNet's releases](https://github.com/dotnet/BenchmarkDotNet/releases)._\n\n## 0.15.8\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.8.html\n\n\n## 0.15.7\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.7.html\n\n\n## 0.15.6\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.6.html\n\n\n## 0.15.5\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.5.html\n\n\n\n## 0.15.4\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.4.html\n\n## Highlights\n\nAllow override method/property for ParamsSource ([#​2832](https://github.com/dotnet/BenchmarkDotNet/pull/2832))\n\n\n## 0.15.3\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.3.html\n\n## Highlights\n\nImprovements:\n\n- Naot instruction set support for .NET 10+, migrate to ISA groupings in CPU summary [#​2828](https://github.com/dotnet/BenchmarkDotNet/pull/2828)\n- Support benchmark filtering for TestAdapter [#​2662](https://github.com/dotnet/BenchmarkDotNet/issues/2662) [#​2788](https://github.com/dotnet/BenchmarkDotNet/pull/2788)\n- Support non-primitive external types in `ArgumentsSource` [#​2820](https://github.com/dotnet/BenchmarkDotNet/pull/2820)\n- Enable MSBuild parallel build via `--nodeReuse:false` [#​2693](https://github.com/dotnet/BenchmarkDotNet/issues/2693) [#​2814](https://github.com/dotnet/BenchmarkDotNet/pull/2814)\n- Improve CPU detection [#​2747](https://github.com/dotnet/BenchmarkDotNet/issues/2747) [#​2749](https://github.com/dotnet/BenchmarkDotNet/pull/2749)\n- Enable assembly signing for debug build [#​2774](https://github.com/dotnet/BenchmarkDotNet/pull/2774)\n\nDeprecations:\n\n- Deprecated `WithNuget` [#​2812](https://github.com/dotnet/BenchmarkDotNet/pull/2812)\n\nBug fixes:\n\n- Fix `InvalidOperationException` in diagnosers [#​2758](https://github.com/dotnet/BenchmarkDotNet/issues/2758) [#​2805](https://github.com/dotnet/BenchmarkDotNet/pull/2805)\n- Fix file detection in `NativeMemoryProfiler` [#​2794](https://github.com/dotnet/BenchmarkDotNet/issues/2794) [#​2795](https://github.com/dotnet/BenchmarkDotNet/pull/2795)\n- Fix long file paths issue in `EtwProfiler` [#​2807](https://github.com/dotnet/BenchmarkDotNet/issues/2807) [#​2808](https://github.com/dotnet/BenchmarkDotNet/pull/2808)\n- Fix log duplications in TestAdapter [#​2790](https://github.com/dotnet/BenchmarkDotNet/pull/2790)\n- Fix x86 disassembler error for net462 [#​2792](https://github.com/dotnet/BenchmarkDotNet/pull/2792)\n- Fix `IsNetCore` and `IsNativeAOT` for single-file apps without AOT [#​2799](https://github.com/dotnet/BenchmarkDotNet/pull/2799)\n- Fix density plot generation in `RPlotExporter` for latest version of R [#​2809](https://github.com/dotnet/BenchmarkDotNet/pull/2809)\n\n\n## 0.15.2\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.2.html\n\n## Highlights\n\n- The most significant update in this release is the enhanced accuracy of the memory diagnoser ([#​2562](https://github.com/dotnet/BenchmarkDotNet/pull/2562)). This improvement resolves the issue of incorrectly reported memory allocations ([#​1542](https://github.com/dotnet/BenchmarkDotNet/issues/1542), [#​2582](https://github.com/dotnet/BenchmarkDotNet/issues/2582)).\n- We have introduced a new feature that allows users to sort benchmark jobs in numerical order ([#​2768](https://github.com/dotnet/BenchmarkDotNet/issues/2768), [#​2770](https://github.com/dotnet/BenchmarkDotNet/pull/2770)).\n- Benchmark validation has been improved ([#​2771](https://github.com/dotnet/BenchmarkDotNet/pull/2771)).\n- An issue with non-persistent auto-generated JobId has been fixed ([#​2777](https://github.com/dotnet/BenchmarkDotNet/pull/2777)).\n\n\n## 0.15.1\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.1.html\n\n## Highlights\n\n-  Added support for *.slnx ([#​2763](https://github.com/dotnet/BenchmarkDotNet/issues/2763), [#​2764](https://github.com/dotnet/BenchmarkDotNet/pull/2764))\n-  Enabled ArgumentsSource to reference methods in other types ([#​2744](https://github.com/dotnet/BenchmarkDotNet/issues/2744), [#​2748](https://github.com/dotnet/BenchmarkDotNet/pull/2748))\n-  Resolved fatal errors for ARM CPUs ([#​2745](https://github.com/dotnet/BenchmarkDotNet/issues/2745), [#​2756](https://github.com/dotnet/BenchmarkDotNet/pull/2756))\n-  Fixed bugs related to support for Android, browser, iOS, and tvOS ([#​2739](https://github.com/dotnet/BenchmarkDotNet/issues/2739), [#​2741](https://github.com/dotnet/BenchmarkDotNet/pull/2741), [#​2740](https://github.com/dotnet/BenchmarkDotNet/issues/2740), [#​2742](https://github.com/dotnet/BenchmarkDotNet/pull/2742))\n\n\n\n## 0.15.0\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.0.html\n\n\n\nCommits viewable in [compare view](https://github.com/dotnet/BenchmarkDotNet/compare/v0.14.0...v0.15.8).\n\u003c/details\u003e\n\nUpdated [BenchmarkDotNet.Diagnostics.Windows](https://github.com/dotnet/BenchmarkDotNet) from 0.14.0 to 0.15.8.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [BenchmarkDotNet.Diagnostics.Windows's releases](https://github.com/dotnet/BenchmarkDotNet/releases)._\n\n## 0.15.8\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.8.html\n\n\n## 0.15.7\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.7.html\n\n\n## 0.15.6\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.6.html\n\n\n## 0.15.5\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.5.html\n\n\n\n## 0.15.4\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.4.html\n\n## Highlights\n\nAllow override method/property for ParamsSource ([#​2832](https://github.com/dotnet/BenchmarkDotNet/pull/2832))\n\n\n## 0.15.3\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.3.html\n\n## Highlights\n\nImprovements:\n\n- Naot instruction set support for .NET 10+, migrate to ISA groupings in CPU summary [#​2828](https://github.com/dotnet/BenchmarkDotNet/pull/2828)\n- Support benchmark filtering for TestAdapter [#​2662](https://github.com/dotnet/BenchmarkDotNet/issues/2662) [#​2788](https://github.com/dotnet/BenchmarkDotNet/pull/2788)\n- Support non-primitive external types in `ArgumentsSource` [#​2820](https://github.com/dotnet/BenchmarkDotNet/pull/2820)\n- Enable MSBuild parallel build via `--nodeReuse:false` [#​2693](https://github.com/dotnet/BenchmarkDotNet/issues/2693) [#​2814](https://github.com/dotnet/BenchmarkDotNet/pull/2814)\n- Improve CPU detection [#​2747](https://github.com/dotnet/BenchmarkDotNet/issues/2747) [#​2749](https://github.com/dotnet/BenchmarkDotNet/pull/2749)\n- Enable assembly signing for debug build [#​2774](https://github.com/dotnet/BenchmarkDotNet/pull/2774)\n\nDeprecations:\n\n- Deprecated `WithNuget` [#​2812](https://github.com/dotnet/BenchmarkDotNet/pull/2812)\n\nBug fixes:\n\n- Fix `InvalidOperationException` in diagnosers [#​2758](https://github.com/dotnet/BenchmarkDotNet/issues/2758) [#​2805](https://github.com/dotnet/BenchmarkDotNet/pull/2805)\n- Fix file detection in `NativeMemoryProfiler` [#​2794](https://github.com/dotnet/BenchmarkDotNet/issues/2794) [#​2795](https://github.com/dotnet/BenchmarkDotNet/pull/2795)\n- Fix long file paths issue in `EtwProfiler` [#​2807](https://github.com/dotnet/BenchmarkDotNet/issues/2807) [#​2808](https://github.com/dotnet/BenchmarkDotNet/pull/2808)\n- Fix log duplications in TestAdapter [#​2790](https://github.com/dotnet/BenchmarkDotNet/pull/2790)\n- Fix x86 disassembler error for net462 [#​2792](https://github.com/dotnet/BenchmarkDotNet/pull/2792)\n- Fix `IsNetCore` and `IsNativeAOT` for single-file apps without AOT [#​2799](https://github.com/dotnet/BenchmarkDotNet/pull/2799)\n- Fix density plot generation in `RPlotExporter` for latest version of R [#​2809](https://github.com/dotnet/BenchmarkDotNet/pull/2809)\n\n\n## 0.15.2\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.2.html\n\n## Highlights\n\n- The most significant update in this release is the enhanced accuracy of the memory diagnoser ([#​2562](https://github.com/dotnet/BenchmarkDotNet/pull/2562)). This improvement resolves the issue of incorrectly reported memory allocations ([#​1542](https://github.com/dotnet/BenchmarkDotNet/issues/1542), [#​2582](https://github.com/dotnet/BenchmarkDotNet/issues/2582)).\n- We have introduced a new feature that allows users to sort benchmark jobs in numerical order ([#​2768](https://github.com/dotnet/BenchmarkDotNet/issues/2768), [#​2770](https://github.com/dotnet/BenchmarkDotNet/pull/2770)).\n- Benchmark validation has been improved ([#​2771](https://github.com/dotnet/BenchmarkDotNet/pull/2771)).\n- An issue with non-persistent auto-generated JobId has been fixed ([#​2777](https://github.com/dotnet/BenchmarkDotNet/pull/2777)).\n\n\n## 0.15.1\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.1.html\n\n## Highlights\n\n-  Added support for *.slnx ([#​2763](https://github.com/dotnet/BenchmarkDotNet/issues/2763), [#​2764](https://github.com/dotnet/BenchmarkDotNet/pull/2764))\n-  Enabled ArgumentsSource to reference methods in other types ([#​2744](https://github.com/dotnet/BenchmarkDotNet/issues/2744), [#​2748](https://github.com/dotnet/BenchmarkDotNet/pull/2748))\n-  Resolved fatal errors for ARM CPUs ([#​2745](https://github.com/dotnet/BenchmarkDotNet/issues/2745), [#​2756](https://github.com/dotnet/BenchmarkDotNet/pull/2756))\n-  Fixed bugs related to support for Android, browser, iOS, and tvOS ([#​2739](https://github.com/dotnet/BenchmarkDotNet/issues/2739), [#​2741](https://github.com/dotnet/BenchmarkDotNet/pull/2741), [#​2740](https://github.com/dotnet/BenchmarkDotNet/issues/2740), [#​2742](https://github.com/dotnet/BenchmarkDotNet/pull/2742))\n\n\n\n## 0.15.0\n\nFull changelog: https://benchmarkdotnet.org/changelog/v0.15.0.html\n\n\n\nCommits viewable in [compare view](https://github.com/dotnet/BenchmarkDotNet/compare/v0.14.0...v0.15.8).\n\u003c/details\u003e\n\nUpdated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.0 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1).\n\u003c/details\u003e\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/honua-io/honua-server/pull/186","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/honua-io%2Fhonua-server/issues/186","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/186/packages"}},{"old_version":"9.0.4","new_version":"10.0.1","update_type":"major","path":null,"pr_created_at":"2025-12-25T13:05:52.000Z","version_change":"9.0.4 → 10.0.1","issue":{"uuid":"3761975896","node_id":"PR_kwDOCoO1_M66j7lo","number":270,"state":"open","title":"deps: Bump Npgsql from 9.0.4 to 10.0.1","user":"dependabot[bot]","labels":["dependencies"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-12-25T13:05:52.000Z","updated_at":"2025-12-25T13:10:23.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps: Bump","packages":[{"name":"Npgsql","old_version":"9.0.4","new_version":"10.0.1","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 9.0.4 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\n## 10.0.0\n\nSee the [release notes](https://www.npgsql.org/doc/release-notes/10.0.html).\n\nThe full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/122?closed=1).\n\n## What's Changed\n* STJ 9.0 alternative approach by @​NinoFloris in https://github.com/npgsql/npgsql/pull/5941\n* Remove support for net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5947\n* Some leftover cleanup for removing net6.0 by @​roji in https://github.com/npgsql/npgsql/pull/5949\n* Map date/time to DateOnly/TimeOnly by default by @​roji in https://github.com/npgsql/npgsql/pull/5948\n* Make the cidr\u003c-\u003eIPNetwork mapping the default  by @​roji in https://github.com/npgsql/npgsql/pull/5950\n* Fix connecting with VerifyCA and VerifyFull by @​vonzshik in https://github.com/npgsql/npgsql/pull/5944\n* Remove stopwatch allocations by @​vonzshik in https://github.com/npgsql/npgsql/pull/5977\n* Bump actions/setup-dotnet from 4.1.0 to 4.2.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/5983\n* Use exception convenience methods by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/5982\n* Bump actions/setup-dotnet from 4.2.0 to 4.3.0 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6007\n* Add support for postgresql type names with dots by @​dvas-hash in https://github.com/npgsql/npgsql/pull/5971\n* Send close_notify TLS alert on connection shutdown by @​vonzshik in https://github.com/npgsql/npgsql/pull/5995\n* Remove DisplayClass struct creation in PgReader by @​bbowyersmyth in https://github.com/npgsql/npgsql/pull/6014\n* Always dispose RemoteCertificate on SslStream by @​vonzshik in https://github.com/npgsql/npgsql/pull/6022\n* Remove LongRunningConnection field from NpgsqlConnector by @​vonzshik in https://github.com/npgsql/npgsql/pull/6024\n* Tighten SCRAM-SHA-256 SASL check by @​vonzshik in https://github.com/npgsql/npgsql/pull/6023\n* Add SHA3 hash algorithms for SASL authentication by @​vonzshik in https://github.com/npgsql/npgsql/pull/6028\n* Remove dotnet SDK version from CI (use global.json) by @​roji in https://github.com/npgsql/npgsql/pull/6037\n* Add support for specifying allowed auth methods by @​vonzshik in https://github.com/npgsql/npgsql/pull/6036\n* Migrate to SLNX by @​roji in https://github.com/npgsql/npgsql/pull/6053\n* Switch to Ubuntu 24.04 in CI by @​roji in https://github.com/npgsql/npgsql/pull/6054\n* Bump actions/setup-dotnet from 4.3.0 to 4.3.1 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6059\n* Add basic testing for tracing by @​vonzshik in https://github.com/npgsql/npgsql/pull/6051\n* parameter-collection Clone() should set correct collection instance by @​mgravell in https://github.com/npgsql/npgsql/pull/6066\n* Fix brew on mac CI by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6071\n* Fix adding to hash lookup while renaming an unnamed parameter by @​vonzshik in https://github.com/npgsql/npgsql/pull/6073\n* Update LICENSE date (2024 -\u003e 2025) by @​kurnakovv in https://github.com/npgsql/npgsql/pull/6082\n* Add tracing for physical connection open by @​vonzshik in https://github.com/npgsql/npgsql/pull/6091\n* Start testing on .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/5945\n* Turn on \u003cIsAotCompatible\u003e by @​roji in https://github.com/npgsql/npgsql/pull/6097\n* Reenable public API analyzer by @​roji in https://github.com/npgsql/npgsql/pull/6101\n* Update Npgsql to .NET 9 by @​vonzshik in https://github.com/npgsql/npgsql/pull/6099\n* Ignore system CA store if root certificate is provided by @​vonzshik in https://github.com/npgsql/npgsql/pull/6102\n* Fix reading columns asynchronously via JsonNet plugin by @​vonzshik in https://github.com/npgsql/npgsql/pull/6109\n* Fixes #​6107 missed should buffer in biginteger numeric converter by @​NinoFloris in https://github.com/npgsql/npgsql/pull/6117\n* Fix logging parameters with batches by @​vonzshik in https://github.com/npgsql/npgsql/pull/6079\n* Implement GSSAPI session encryption by @​vonzshik in https://github.com/npgsql/npgsql/pull/6131\n* feat: add support for PGAPPNAME to set application name by @​michael-todorovic in https://github.com/npgsql/npgsql/pull/6139\n* Fix returning null from KerberosUsernameProvider.GetUsername with concurrent calls by @​vonzshik in https://github.com/npgsql/npgsql/pull/6137\n* Add NpgsqlTsVector.Empty by @​roji in https://github.com/npgsql/npgsql/pull/6145\n* Add assert to NpgsqlCommand.Transaction if it's completed by @​vonzshik in https://github.com/npgsql/npgsql/pull/6151\n* Compare normalized type names by @​0MG-DEN in https://github.com/npgsql/npgsql/pull/6011\n* Do CI testing for PG18 (beta) by @​roji in https://github.com/npgsql/npgsql/pull/6155\n* Fix infinite consume on error with connection break by @​vonzshik in https://github.com/npgsql/npgsql/pull/6161\n* Bump actions/checkout from 4 to 5 by @​dependabot[bot] in https://github.com/npgsql/npgsql/pull/6174\n ... (truncated)\n\n## 10.0.0-rc.1\n\n\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v9.0.4...v10.0.1).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Npgsql\u0026package-manager=nuget\u0026previous-version=9.0.4\u0026new-version=10.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Jaxelr/Minimig/pull/270","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jaxelr%2FMinimig/issues/270","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/270/packages"}},{"old_version":"10.0.0","new_version":"10.0.1","update_type":"patch","path":null,"pr_created_at":"2025-12-22T04:05:46.000Z","version_change":"10.0.0 → 10.0.1","issue":{"uuid":"3752234390","node_id":"PR_kwDOALj_SM66D2xw","number":1558,"state":"closed","title":"Bump Npgsql from 10.0.0 to 10.0.1","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-12-25T09:48:59.000Z","author_association":null,"state_reason":null,"created_at":"2025-12-22T04:05:46.000Z","updated_at":"2025-12-25T09:49:01.000Z","time_to_close":279793,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"Npgsql","old_version":"10.0.0","new_version":"10.0.1","repository_url":"https://github.com/npgsql/npgsql"}],"path":null,"ecosystem":"nuget"},"body":"Updated [Npgsql](https://github.com/npgsql/npgsql) from 10.0.0 to 10.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases)._\n\n## 10.0.1\n\nv9.0.4 contains several minor bug fixes.\n\n[Milestone issues](https://github.com/npgsql/npgsql/milestone/134?closed=1)\n\n**Full Changelog**: https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1\n\nCommits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v10.0.0...v10.0.1).\n\u003c/details\u003e\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/YAFNET/YAFNET/pull/1558","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/YAFNET%2FYAFNET/issues/1558","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/1558/packages"}}]}