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 psycopg from 3.0.10 to 3.0.13 #69

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 16, 2022

Bumps psycopg from 3.0.10 to 3.0.13.

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Future releases

Psycopg 3.1 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^

  • Add :ref:Pipeline mode <pipeline-mode> (:ticket:[#74](https://github.com/psycopg/psycopg/issues/74)).
  • Add :ref:client-side-binding-cursors (:ticket:[#101](https://github.com/psycopg/psycopg/issues/101)).
  • Add :ref:Two-Phase Commit <two-phase-commit> support (:ticket:[#72](https://github.com/psycopg/psycopg/issues/72)).
  • Add :ref:adapt-enum (:ticket:[#274](https://github.com/psycopg/psycopg/issues/274)).
  • Add returning parameter to ~Cursor.executemany() to retrieve query results (:ticket:[#164](https://github.com/psycopg/psycopg/issues/164)).
  • ~Cursor.executemany() performance improved by using batch mode internally (:ticket:[#145](https://github.com/psycopg/psycopg/issues/145)).
  • Add parameters to ~Cursor.copy().
  • Add pq.PGconn.trace() and related trace functions (:ticket:[#167](https://github.com/psycopg/psycopg/issues/167)).
  • Add prepare_threshold parameter to Connection init (:ticket:[#200](https://github.com/psycopg/psycopg/issues/200)).
  • Add cursor_factory parameter to Connection init.
  • Add Error.pgconn and Error.pgresult attributes (:ticket:[#242](https://github.com/psycopg/psycopg/issues/242)).
  • Add explicit type cast to values converted by sql.Literal (:ticket:[#205](https://github.com/psycopg/psycopg/issues/205)).
  • Drop support for Python 3.6.

Psycopg 3.0.14 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^^

  • Raise DataError dumping arrays of mixed types (:ticket:[#301](https://github.com/psycopg/psycopg/issues/301)).
  • Fix handling of incorrect server results, with blank sqlstate (:ticket:[#303](https://github.com/psycopg/psycopg/issues/303)).

Current release

Psycopg 3.0.13 ^^^^^^^^^^^^^^

  • Fix Cursor.stream() slowness (:ticket:[#286](https://github.com/psycopg/psycopg/issues/286)).
  • Fix oid for lists of integers, which might cause the server choosing bad plans (:ticket:[#293](https://github.com/psycopg/psycopg/issues/293)).
  • Make Connection.cancel() on a closed connection a no-op instead of an error.

... (truncated)

Commits
  • 25da81b chore: bump version to release 3.0.13
  • 38904c8 chore: update cibuildwheel to 2.5.0
  • 25ff313 Merge branch 'fix-293' into maint-3.0
  • 44eff30 Fix array oid dumping lists of integer
  • d95ca05 test: add test to verify the wrong array oid with numbers
  • aa49a2a fix: allow to use cancel() on a closed connection
  • e511442 docs: add hint about using add_signal_handler() to interrupt async queries
  • a238ddc Merge branch 'fix-286' into maint-3.0
  • a05f4d9 perf: avoid unnecessary recvfrom() in cursor.stream()
  • ad1bee0 test: add cursor.stream() test for empty result sets
  • 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)

Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.0.10 to 3.0.13.
- [Release notes](https://github.com/psycopg/psycopg/releases)
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.0.10...3.0.13)

---
updated-dependencies:
- dependency-name: psycopg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 16, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2329053368

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 76.965%

Totals Coverage Status
Change from base Build 2277145715: 0.0%
Covered Lines: 218
Relevant Lines: 265

💛 - Coveralls

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 23, 2022

Superseded by #72.

@dependabot dependabot bot closed this May 23, 2022
@dependabot dependabot bot deleted the dependabot/pip/psycopg-3.0.13 branch May 23, 2022 00:54
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant