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.0 #30

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link

Bumps Npgsql from 4.0.3 to 5.0.0.

Release notes

Sourced from Npgsql's releases.

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)
  • Implement new jsonpath datatype (#2504)
  • GetFieldValue() should work with Stream/TextReader (#2446)
  • Implement async cancellation (#2437)
  • Support range with more than one CLR type (#2436)
  • Drop unmapped composite support (#2403)
Commits
  • ef1ad7a Merge branch 'stable' into main
  • d6e9375 Restrict PublicApiAnalyzer to Npgsql only
  • 58ee69f Made database info cache key struct
  • 4c0426a Reverted project changes made by VS
  • 9d7c345 Remove PostgresException.Message from PublicAPI.Shipped
  • 2973e72 Merge branch 'hotfix/4.1.6' into stable
  • 444488b Make accidentally exposed setter internal
  • 62ea9ed Fixed the cancellation with the cancelled token (#3339)
  • 7bb2617 Fixed reading by reader previous query messages
  • 4b3803d Fix double CancellationTimeout issue (#3340)
  • 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.0.
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](npgsql/npgsql@v4.0.3...v5.0.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Nov 16, 2020
@dependabot-preview
Copy link
Author

Superseded by #34.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/Npgsql-5.0.0 branch December 14, 2020 06:58
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