Update dependency Npgsql to v4.1.10 #186
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.0.5
->4.1.10
4.0.8
->4.1.10
Release Notes
npgsql/npgsql
v4.1.9
This patch releases contains the following bug fixes:
v4.1.8
The list of changes is available here.
v4.1.7
This patch version contains several bug fixes, everyone is encouraged to upgrade.
The list of changes is available here.
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
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
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 stringThe list of changes is available here.
v4.1.3
Npgsql 4.1.3 includes some important bugfixes, everyone is encouraged to upgrade.
The list of changes is available here.
v4.1.2
Npgsql 4.1.2 includes some important bugfixes. In particular, the pooling changes in v4.1.0 introduced a bug causing idle connections to never be pruned; this has been fixed (thanks @NinoFloris!).
The list of changes is available here.
v4.1.1
Npgsql 4.1.0 unintentionally introduced some breaking changes which made it incompatible with some libraries (e.g. EF Core 2.2, Marten). Almost all have been rolled back and everything should work now.
In additional, two significant bugs were fixed. All users of 4.1.0 should upgrade.
The list of changes is available here.
v4.1.0
See the release notes.
The full list of changes is available here.
v4.0.12
This patch release includes a backport of #2525, which includes PostgreSQL foreign tables in GetSchema, allowing them to be used in PowerBI and similar tools.
v4.0.11
This is a support release for the older Npgsql 4.0 branch, for people using it for any reason. Various important bug fixes have been backported from the 4.1 branch.
Note that starting with v4.0.11, 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 stringThe list of changes is available here.
v4.0.10
Npgsql 4.0.10 fixes some minor issues, everyone is encouraged to upgrade.
The list of changes is available here.
v4.0.9
Npgsql 4.0.9 fixes some minor issues, everyone is encouraged to upgrade.
The list of changes is available here.
v4.0.8
Npgsql 4.0.8 fixes two connection pool issues and another one about prepared statements. Everyone is encouraged to upgrade.
The list of changes is available here.
v4.0.7
Npgsql 4.0.7 fixes some issues with the Visual Studio extensions, as well as 3 minor bugs - everyone is encouraged to upgrade.
The list of changes is available here.
v4.0.6
Npgsql 4.0.6 contains numerous bug fixes - everyone is encouraged to upgrade. This version notably fixes the Visual Studio extension System.Memory issue (see https://github.com/npgsql/npgsql/issues/2356).
The list of changes is available here.
Configuration
📅 Schedule: 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 these updates again.
This PR has been generated by WhiteSource Renovate. View repository job log here.