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

Bump Npgsql from 4.0.3 to 5.0.1.1 #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link

Bumps Npgsql from 4.0.3 to 5.0.1.1.

Release notes

Sourced from Npgsql's releases.

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.

Npgsql v5.0.0

See the release notes.

The full list of changes is available here.

Npgsql v5.0.0 Preview 1

The preview version contains the following fixes and improvements:

  • Timeouts not fully applied when opening connections (#3227)
  • Connection state is incorrect after double close (#3209)
  • Remove the Npgsql.RawPostgis plugin (#3201)
  • Mock PostgreSQL for better testing (#3193)
  • Debug.Assert failure in Npgsql.NpgsqlReadBuffer.ReadAsync() (#3192)
  • Target netcoreapp3.1 instead of netcoreapp3.0 (#3160)
  • Handle timeouts for NpgsqlConnector.DoWaitAsync() (#3140)
  • Make an exception for a timeout of a sync query the same way as for an async one (#3132)
  • Annotate for nullability matching System.Data (#3120)
  • Add tests to check that some column schema data isn't available without KeyInfo (#3073)
  • ColumnAttributeNumber of NpgsqlDbColumn doesn't represent the actual attnum (#3068)
  • Override SqlState and IsTransient from DbException (#3058)
  • ColumnName shouldn't be null in reader schema (#3044)
  • Missing NoResetOnClose behavior in dev (#3030)
  • Rewrite pool without lock-free primitives (#3024)
  • Introduce async schema APIs on connection and reader (#2976)
  • Schema returns only indexes visible according to the current search path (#2958)
  • Provide async version of NpgsqlCommand.Unprepare (#2943)
  • Support Unix-domain sockets on Windows builds ≥ 17093 (#2942)
  • Allow setting runtime configuration parameters in the connection string and via an environment variable (#2938)
  • Drop support for non-standard-conforming strings (#2931)
  • StatementType is always Select when specifying SchemaOnly (#2873)
  • Make NpgsqlOperationInProgressException inherit from NpgsqlException (#2864)
  • Socket async cancellation and timeout during connection (#2860)
  • Remove .NET Framework performance counters (#2851)
  • Make it easier to specify root CA, private key, certificate (#2834)
  • In type loading, arrays of table composites being loaded although they shouldn't be (#2815)
  • Array values aren't logged (#2793)
  • Map ImmutableDictionary<string, string?> to store (#2775)
  • Fixes to NpgsqlConnection.DataSource (#2763)
  • Setting to null should set to empty string: NpgsqlCommand.CommandText and NpgsqlParameter.SourceColumn (#2761)
  • Allow any type to be read as binary (#2756)
  • Return PG arrays over non-null domains as non-nullable C# arrays (#2720)
  • PGPASS should be checked after all other methods (#2695)
  • Throw if the connection string specified PGPASS file doesn't exist (#2694)
  • NpgsqlDataReader exception in ExecuteScalar is hidden by exception in Dispose (#2621)
  • Proposal: change main development branch from dev to main (#2548)
Commits
  • 5f04309 Bump version to 5.0.1.1
  • d19052e Revert "Clear all pools also deletes pools"
  • cdd49fb Merge branch 'hotfix/5.0.1' into stable
  • 1b2cfff Clear all pools also deletes pools
  • db7e37c Supported unmapped enum writing (#3398)
  • da8d794 Add a connection string parameter to return nullable arrays by default
  • 9c0d5d6 Fixed access to the connection property of the transaction
  • c9bbf75 Allowed usage of PgName for classes, structs and enums (#3391)
  • c57f3c9 Do not execute a query with an already cancelled token
  • 991647b Bring back non-standard string support (#3377)
  • Additional commits viewable in compare view

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:

  • 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)

Bumps [Npgsql](https://github.com/npgsql/npgsql) from 4.0.3 to 5.0.1.1.
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](npgsql/npgsql@v4.0.3...v5.0.1.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants