6.0.0 changed Npgsql's parameter name matching to be case-sensitive; unfortunately, in some specific scenarios this could cause the parameter placeholder to be evaluated as a column name by PostgreSQL, potentially leading to data loss. 6.0.2 reverts this changes and switches back to case-insensitive parameter name matching.
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [Npgsql](https://github.com/npgsql/npgsql) | nuget | major | `4.1.9` -> `8.0.2` |
---
### Release Notes
<details>
<summary>npgsql/npgsql (Npgsql)</summary>
### [`v8.0.2`](https://github.com/npgsql/npgsql/releases/tag/v8.0.2)
8.0.2 contains quite a few fixes, everyone is strongly encouraged to upgrade.
The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/111?closed=1).
### [`v8.0.1`](https://github.com/npgsql/npgsql/releases/tag/v8.0.1)
8.0.1 contains some important fixes discovered after releasing 8.0.0. Everyone is encouraged to upgrade.
The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/110?closed=1).
### [`v8.0.0`](https://github.com/npgsql/npgsql/releases/tag/v8.0.0)
See the [release notes](https://www.npgsql.org/doc/release-notes/8.0.html).
The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/97?closed=1).
### [`v7.0.6`](https://github.com/npgsql/npgsql/releases/tag/v7.0.6)
7.0.6 contains 12 fixes, everyone is strongly encouraged to upgrade.
The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/106?closed=1).
### [`v7.0.4`](https://github.com/npgsql/npgsql/releases/tag/v7.0.4)
7.0.4 contains 7 fixes, everyone is strongly encouraged to upgrade.
The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/103?closed=1).
### [`v7.0.2`](https://github.com/npgsql/npgsql/releases/tag/v7.0.2)
7.0.2 contains 8 fixes, everyone is strongly encouraged to upgrade.
The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/101?closed=1).
### [`v7.0.1`](https://github.com/npgsql/npgsql/releases/tag/v7.0.1)
7.0.1 contains 6 fixes, everyone is strongly encouraged to upgrade.
The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/100?closed=1).
### [`v7.0.0`](https://github.com/npgsql/npgsql/releases/tag/v7.0.0)
See the [release notes](https://www.npgsql.org/doc/release-notes/7.0.html).
The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/85?closed=1).
### [`v6.0.10`](https://github.com/npgsql/npgsql/releases/tag/v6.0.10)
v6.0.10 contains many bug fixes, everyone is strongly encouraged to upgrade.
### [`v6.0.7`](https://github.com/npgsql/npgsql/releases/tag/v6.0.7)
6.0.7 contains 7 fixes, everyone is strongly encouraged to upgrade.
The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/98?closed=1).
### [`v6.0.6`](https://github.com/npgsql/npgsql/releases/tag/v6.0.6)
6.0.6 contains three bug fixes, notably for [#​4582](https://github.com/npgsql/npgsql/issues/4582), fixing support for extension types in non-default schemas.
The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/94?closed=1).
### [`v6.0.5`](https://github.com/npgsql/npgsql/releases/tag/v6.0.5)
6.0.5 contains is 7 fixes, everyone is strongly encouraged to upgrade.
The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/92?closed=1).
### [`v6.0.4`](https://github.com/npgsql/npgsql/releases/tag/v6.0.4)
6.0.4 contains is the first patch release in a while, and so contains 22 bug fixes. Everyone is strongly encouraged to upgrade.
The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/89?closed=1).
### [`v6.0.3`](https://github.com/npgsql/npgsql/releases/tag/v6.0.3)
6.0.3 contains important bug fixes, everyone is strongly encouraged to upgrade.
The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/88).
### [`v6.0.2`](https://github.com/npgsql/npgsql/releases/tag/v6.0.2)
6.0.0 changed Npgsql's parameter name matching to be case-sensitive; unfortunately, in some specific scenarios this could cause the parameter placeholder to be evaluated as a column name by PostgreSQL, potentially leading to data loss. 6.0.2 reverts this changes and switches back to case-insensitive parameter name matching.
The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/87?closed=1).
### [`v6.0.1`](https://github.com/npgsql/npgsql/releases/tag/v6.0.1)
6.0.1 is the first patch release for Npgsql 6.0, and contains important fixes to some bugs. Everyone is strongly encouraged to upgrade.
The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/86?closed=1).
### [`v6.0.0`](https://github.com/npgsql/npgsql/releases/tag/v6.0.0)
See the [release notes](https://www.npgsql.org/doc/release-notes/6.0.html).
The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/71).
### [`v5.0.14`](https://github.com/npgsql/npgsql/releases/tag/v5.0.14)
Fixes backported:
- A connector might be returned twice to the pool if broken while opening new connector ([#​4479](https://github.com/npgsql/npgsql/issues/4479))
- Deadlock/hung at NpgsqlDataReader.Cleanup ([#​4465](https://github.com/npgsql/npgsql/issues/4465))
### [`v5.0.13`](https://github.com/npgsql/npgsql/releases/tag/v5.0.13)
Fixes backported:
- DeadlockDetected returns false by PostgresException.IsTransient ([#​4409](https://github.com/npgsql/npgsql/issues/4409))
- NpgsqlDataReader.ExecuteScalar doesn't always throw PostgresException ([#​4378](https://github.com/npgsql/npgsql/issues/4378))
- Intermittent "Unknown message code: X" exceptions. affects 5.X and 6.x ([#​4305](https://github.com/npgsql/npgsql/issues/4305))
- NpgsqlDataReader.GetTextReader always returns a reader with UTF8 encoding ([#​4384](https://github.com/npgsql/npgsql/issues/4384))
- Idle connection pruning becomes permanently disbled afrer postgres server restart (same as [#​4193](https://github.com/npgsql/npgsql/issues/4193)) ([#​4373](https://github.com/npgsql/npgsql/issues/4373))
### [`v5.0.12`](https://github.com/npgsql/npgsql/releases/tag/v5.0.12)
5.0.12 fixes the following:
- Fix pruning enable/disable race condition ([#​4255](https://github.com/npgsql/npgsql/issues/4255))
- Allow flushing of NpgsqlReadBuffer.Stream ([#​4122](https://github.com/npgsql/npgsql/issues/4122))
### [`v5.0.10`](https://github.com/npgsql/npgsql/releases/tag/v5.0.10)
The list of changes is available [here](https://github.com/npgsql/npgsql/milestone/83?closed=1).
### [`v5.0.7`](https://github.com/npgsql/npgsql/releases/tag/v5.0.7)
The list of changes is available [here](https://github.com/npgsql/npgsql/milestone/82?closed=1).
### [`v5.0.5`](https://github.com/npgsql/npgsql/releases/tag/v5.0.5)
The list of changes is available [here](https://github.com/npgsql/npgsql/milestone/80?closed=1).
### [`v5.0.3`](https://github.com/npgsql/npgsql/releases/tag/v5.0.3): Npgsql v5.0.3
This release fixes two bugs which could cause the driver to crash.
The list of changes is available [here](https://github.com/npgsql/npgsql/milestone/77?closed=1).
### [`v5.0.2`](https://github.com/npgsql/npgsql/releases/tag/v5.0.2): Npgsql v5.0.2
Npgsql 5.0.2 includes some significant bugfixes, everyone is encouraged to upgrade.
The list of changes is available [here](https://github.com/npgsql/npgsql/milestone/75?closed=1).
### [`v5.0.1.1`](https://github.com/npgsql/npgsql/releases/tag/v5.0.1.1): Npgsql v5.0.1.1
Npgsql 5.0.1.1 includes some important post-release bugfixes, everyone is encouraged to upgrade.
The list of changes is available [here](https://github.com/npgsql/npgsql/milestone/73?closed=1).
### [`v5.0.0`](https://github.com/npgsql/npgsql/releases/tag/v5.0.0): Npgsql v5.0.0
See the [release notes](http://www.npgsql.org/doc/release-notes/5.0.html).
The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/62?closed=1).
### [`v4.1.12`](https://github.com/npgsql/npgsql/releases/tag/v4.1.12)
Fixes backported:
- Deadlock/hung at NpgsqlDataReader.Cleanup (https://github.com/npgsql/npgsql/issues/4465)
This release also brings VS2022 support to the Npgsql VSIX (which is otherwise discontinued).
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yODAuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
4.1.9->8.0.2Release Notes
npgsql/npgsql (Npgsql)
v8.0.28.0.2 contains quite a few fixes, everyone is strongly encouraged to upgrade.
The full list of changes is available here.
v8.0.18.0.1 contains some important fixes discovered after releasing 8.0.0. Everyone is encouraged to upgrade.
The full list of changes is available here.
v8.0.0See the release notes.
The full list of changes is available here.
v7.0.67.0.6 contains 12 fixes, everyone is strongly encouraged to upgrade.
The full list of changes is available here.
v7.0.47.0.4 contains 7 fixes, everyone is strongly encouraged to upgrade.
The full list of changes is available here.
v7.0.27.0.2 contains 8 fixes, everyone is strongly encouraged to upgrade.
The full list of changes is available here.
v7.0.17.0.1 contains 6 fixes, everyone is strongly encouraged to upgrade.
The full list of changes is available here.
v7.0.0See the release notes.
The full list of changes is available here.
v6.0.10v6.0.10 contains many bug fixes, everyone is strongly encouraged to upgrade.
v6.0.76.0.7 contains 7 fixes, everyone is strongly encouraged to upgrade.
The full list of changes is available here.
v6.0.66.0.6 contains three bug fixes, notably for #4582, fixing support for extension types in non-default schemas.
The full list of changes is available here.
v6.0.56.0.5 contains is 7 fixes, everyone is strongly encouraged to upgrade.
The full list of changes is available here.
v6.0.46.0.4 contains is the first patch release in a while, and so contains 22 bug fixes. Everyone is strongly encouraged to upgrade.
The full list of changes is available here.
v6.0.36.0.3 contains important bug fixes, everyone is strongly encouraged to upgrade.
The full list of changes is available here.
v6.0.26.0.0 changed Npgsql's parameter name matching to be case-sensitive; unfortunately, in some specific scenarios this could cause the parameter placeholder to be evaluated as a column name by PostgreSQL, potentially leading to data loss. 6.0.2 reverts this changes and switches back to case-insensitive parameter name matching.
The full list of changes is available here.
v6.0.16.0.1 is the first patch release for Npgsql 6.0, and contains important fixes to some bugs. Everyone is strongly encouraged to upgrade.
The full list of changes is available here.
v6.0.0See the release notes.
The full list of changes is available here.
v5.0.14Fixes backported:
v5.0.13Fixes backported:
v5.0.125.0.12 fixes the following:
v5.0.10The list of changes is available here.
v5.0.7The list of changes is available here.
v5.0.5The list of changes is available here.
v5.0.3: Npgsql v5.0.3This release fixes two bugs which could cause the driver to crash.
The list of changes is available here.
v5.0.2: Npgsql v5.0.2Npgsql 5.0.2 includes some significant bugfixes, everyone is encouraged to upgrade.
The list of changes is available here.
v5.0.1.1: Npgsql v5.0.1.1Npgsql 5.0.1.1 includes some important post-release bugfixes, everyone is encouraged to upgrade.
The list of changes is available here.
v5.0.0: Npgsql v5.0.0See the release notes.
The full list of changes is available here.
v4.1.12Fixes backported:
This release also brings VS2022 support to the Npgsql VSIX (which is otherwise discontinued).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.