Skip to content

Bump psycopg from 3.0.10 to 3.0.11#56

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/psycopg-3.0.11
Closed

Bump psycopg from 3.0.10 to 3.0.11#56
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/psycopg-3.0.11

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 4, 2022

Bumps psycopg from 3.0.10 to 3.0.11.

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:Two-Phase Commit <two-phase-commit> support (:ticket:[#72](https://github.com/psycopg/psycopg/issues/72)).
  • 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 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 Error.pgconn and Error.pgresult attributes (:ticket:[#242](https://github.com/psycopg/psycopg/issues/242)).
  • Allow bytearray/memoryview data too as Copy.write() input (:ticket:[#254](https://github.com/psycopg/psycopg/issues/254)).
  • Drop support for Python 3.6.

Current release

Psycopg 3.0.11 ^^^^^^^^^^^^^^

  • Fix DataError loading arrays with dimensions information (:ticket:[#253](https://github.com/psycopg/psycopg/issues/253)).
  • Fix hanging during COPY in case of memory error (:ticket:[#255](https://github.com/psycopg/psycopg/issues/255)).
  • Fix error propagation from COPY worker thread (mentioned in 🎫[#255](https://github.com/psycopg/psycopg/issues/255)).

Psycopg 3.0.10 ^^^^^^^^^^^^^^

  • Leave the connection in working state after interrupting a query with Ctrl-C (currently only for sync connections, 🎫[#231](https://github.com/psycopg/psycopg/issues/231)).
  • Fix Cursor.description after a COPY ... TO STDOUT operation (:ticket:[#235](https://github.com/psycopg/psycopg/issues/235)).
  • Fix building on FreeBSD and likely other BSD flavours (:ticket:[#241](https://github.com/psycopg/psycopg/issues/241)).

Psycopg 3.0.9

... (truncated)

Commits
  • a928baa chore: bump version number to 3.0.11
  • afe676f ci: upgrade black
  • a5614a1 test: display the version of the server tests are run against
  • 8de55e4 docs: add back lost comment and extend it with new knowledge
  • c222265 perf: release the GIL in copy-related libpq functions
  • 18bc16c fix(copy): chunk large buffers before queuing, not after
  • a2d64ff fix(copy): split large buffers before sending them to PQputCopyData
  • 77d4bfa fix(copy): propagate errors raised in the worker thread
  • 0b89a48 fix: fix loading of text arrays with dimension information
  • 7e091c9 chore: bump to next dev release
  • 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.11.
- [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.11)

---
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 requested review from dav3r, felddy, jsf9k and mcdonnnj as code owners April 4, 2022 00:51
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 4, 2022
@coveralls
Copy link

Pull Request Test Coverage Report for Build 2087054225

  • 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 2061248139: 0.0%
Covered Lines: 218
Relevant Lines: 265

💛 - Coveralls

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 2, 2022

Superseded by #62.

@dependabot dependabot bot closed this May 2, 2022
@dependabot dependabot bot deleted the dependabot/pip/psycopg-3.0.11 branch May 2, 2022 00:34
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.

1 participant