Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency Npgsql to v4.1.10 #186

Merged
merged 1 commit into from
Apr 12, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 12, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
Npgsql nuget minor 4.0.5 -> 4.1.10
Npgsql nuget minor 4.0.8 -> 4.1.10

Release Notes

npgsql/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

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 string

The 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 string

The 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@Ahoo-Wang Ahoo-Wang merged commit 9c53bb3 into master Apr 12, 2022
@Ahoo-Wang Ahoo-Wang deleted the renovate/npgsql-4.x branch April 12, 2022 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants