henkmollema / Dommel

CRUD operations with Dapper made simple.
MIT License
634 stars 100 forks source link

Bump Npgsql from 4.0.9 to 4.1.2 #162

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps Npgsql from 4.0.9 to 4.1.2.

Release notes *Sourced from [Npgsql's releases](https://github.com/npgsql/npgsql/releases).* > ## Npgsql 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](https://github.com/NinoFloris)!). > > The list of changes is available [here](https://github.com/npgsql/npgsql/milestone/66?closed=1). > > ## Npgsql 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](https://github.com/npgsql/npgsql/milestone/64?closed=1). > > ## Npgsql v4.1.0 > See [the release notes](http://www.npgsql.org/doc/release-notes/4.1.html). > > The full list of changes is available [here](https://github.com/npgsql/npgsql/milestone/47?closed=1). > > ## Npgsql v4.1.0-preview2 > No release notes provided. > > ## Npgsql v4.1.0-preview1 > No release notes provided. > > ## Npgsql v4.0.10 > Npgsql 4.0.10 fixes some minor issues, everyone is encouraged to upgrade. > > The list of changes is available [here](https://github.com/npgsql/npgsql/milestone/63?closed=1).
Commits - [`8898b0f`](https://github.com/npgsql/npgsql/commit/8898b0f63d9b66f2644625d4bf2173ec6c28e4e1) Merge branch 'hotfix/4.1.2' - [`f86ddbe`](https://github.com/npgsql/npgsql/commit/f86ddbe64144f4206f3b76f32dcfc6255d607435) Added provider specific methods to begin transaction - [`6f9dd0b`](https://github.com/npgsql/npgsql/commit/6f9dd0b1ed77458f3557d011ec28f9f4ba360a02) Fix idle pruning ([#2732](https://github-redirect.dependabot.com/npgsql/npgsql/issues/2732)) - [`3fc4d31`](https://github.com/npgsql/npgsql/commit/3fc4d3179374bfe1465520bfb6637f26e916d7f5) Don't allow CloneWith to persist security info - [`3d0020a`](https://github.com/npgsql/npgsql/commit/3d0020a1497f4be035e5f29156568c804f3120ae) Guard against double pool returns from NpgsqlConnection.Close - [`307e23d`](https://github.com/npgsql/npgsql/commit/307e23d3ec38228d0ce8393ed8aa3af1aa48556a) Check if column is in the bounds of the array - [`c7ee4b8`](https://github.com/npgsql/npgsql/commit/c7ee4b8d2a249af721d356388005db77d8975e5a) Exposing async dispose methods to old frameworks - [`bf29cb7`](https://github.com/npgsql/npgsql/commit/bf29cb7aafd964dedb3a57cd2cac26704cf39d23) Correct parameter limit check - [`8ee51ed`](https://github.com/npgsql/npgsql/commit/8ee51eddbd2f66961eb13e143d1c095b6c490a2b) Fixed PGPASS file name for Unix systems - [`e1461ea`](https://github.com/npgsql/npgsql/commit/e1461ea0a33eedcc2800c06872574cd0cd958743) [Appveyor] Make snupkgs artifacts - Additional commits viewable in [compare view](https://github.com/npgsql/npgsql/compare/v4.0.9...v4.1.2)


Dependabot compatibility score

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


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) - `@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) - `@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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.