chore(deps): update dependency npgsql to v4.1.12 #46

Merged
sam merged 1 commit from renovate/npgsql-4.x into master 2023-01-11 21:26:43 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
Npgsql nuget patch 4.1.3.1 -> 4.1.12

Release Notes

npgsql/npgsql

v4.1.12

Fixes backported:

This release also brings VS2022 support to the Npgsql VSIX (which is otherwise discontinued).

v4.1.9: Npgsql v4.1.9

This patch releases contains the following bug fixes:

  • TransactionScope seems not to work correctly from v4.0.0 when Enlist=true and pooling=false (#​3502)
  • JSON handler doesn't flush a buffer on write (#​3464)
  • Fixed writing and reading DateTime.Min/Max with ConvertInfinityDateTime for TimestampTz handler (#​3580)

v4.1.8: Npgsql v4.1.8

The list of changes is available here.

v4.1.7: Npgsql 4.1.7

This patch version contains several bug fixes, everyone is encouraged to upgrade.

The list of changes is available here.

v4.1.6: Npgsql v4.1.6

This patch version contains several bug fixes, everyone is encouraged to upgrade.

The list of changes is available here.

v4.1.5: Npgsql v4.1.5

This 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!

Everyone is encouraged to update.

The full list of changes is available here.

v4.1.4: Npgsql v4.1.4

This patch version has been a long time coming, and includes many important bug fixes.

Note that starting with v4.1.4, the Detail property on PostgresException will be redacted by default, since PostgreSQL uses it to send potentially sensitive information (see #​2501) . The information can be included as before by specifying Include Error Detail on the connection string

The list of changes is available here.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Npgsql](https://github.com/npgsql/npgsql) | nuget | patch | `4.1.3.1` -> `4.1.12` | --- ### Release Notes <details> <summary>npgsql/npgsql</summary> ### [`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). ### [`v4.1.9`](https://github.com/npgsql/npgsql/releases/tag/v4.1.9): Npgsql v4.1.9 This patch releases contains the following bug fixes: - TransactionScope seems not to work correctly from v4.0.0 when Enlist=true and pooling=false ([#&#8203;3502](https://github.com/npgsql/npgsql/issues/3502)) - JSON handler doesn't flush a buffer on write ([#&#8203;3464](https://github.com/npgsql/npgsql/issues/3464)) - Fixed writing and reading DateTime.Min/Max with ConvertInfinityDateTime for TimestampTz handler ([#&#8203;3580](https://github.com/npgsql/npgsql/issues/3580)) ### [`v4.1.8`](https://github.com/npgsql/npgsql/releases/tag/v4.1.8): Npgsql v4.1.8 The list of changes is available [here](https://github.com/npgsql/npgsql/milestone/76?closed=1). ### [`v4.1.7`](https://github.com/npgsql/npgsql/releases/tag/v4.1.7): Npgsql 4.1.7 This patch version contains several bug fixes, everyone is encouraged to upgrade. The list of changes is available [here](https://github.com/npgsql/npgsql/milestone/74?closed=1). ### [`v4.1.6`](https://github.com/npgsql/npgsql/releases/tag/v4.1.6): Npgsql v4.1.6 This patch version contains several bug fixes, everyone is encouraged to upgrade. The list of changes is available [here](https://github.com/npgsql/npgsql/milestone/72?closed=1). ### [`v4.1.5`](https://github.com/npgsql/npgsql/releases/tag/v4.1.5): Npgsql v4.1.5 This 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 [@&#8203;davidroth](https://github.com/davidroth) who made this! Everyone is encouraged to update. The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/70?closed=1). ### [`v4.1.4`](https://github.com/npgsql/npgsql/releases/tag/v4.1.4): Npgsql v4.1.4 This patch version has been a long time coming, and includes many important bug fixes. Note 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 [#&#8203;2501](https://github.com/npgsql/npgsql/issues/2501)) . The information can be included as before by specifying `Include Error Detail` on the connection string The list of changes is available [here](https://github.com/npgsql/npgsql/milestone/68?closed=1). </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuODEuMCJ9-->
renovate-bot force-pushed renovate/npgsql-4.x from 47d9a3e345 to 7cbd72296c 2023-01-11 20:00:40 +00:00 Compare
renovate-bot force-pushed renovate/npgsql-4.x from 7cbd72296c to 36fcde1a96 2023-01-11 21:01:08 +00:00 Compare
sam merged commit 36fcde1a96 into master 2023-01-11 21:26:43 +00:00
sam deleted branch renovate/npgsql-4.x 2023-01-11 21:26:43 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: sam/BirdsiteLIVE#46
No description provided.