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.1.4 to 3.1.7 #104

Merged
merged 1 commit into from
Dec 26, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2022

Bumps psycopg from 3.1.4 to 3.1.7.

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

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

psycopg release notes

Current release

Psycopg 3.1.7 ^^^^^^^^^^^^^

  • Fix server-side cursors using row factories (:ticket:[#464](https://github.com/psycopg/psycopg/issues/464)).

Psycopg 3.1.6 ^^^^^^^^^^^^^

  • Fix cursor.copy() with cursors using row factories (:ticket:[#460](https://github.com/psycopg/psycopg/issues/460)).

Psycopg 3.1.5 ^^^^^^^^^^^^^

  • Fix array loading slowness compared to psycopg2 (:ticket:[#359](https://github.com/psycopg/psycopg/issues/359)).
  • Improve performance around network communication (:ticket:[#414](https://github.com/psycopg/psycopg/issues/414)).
  • Return !bytes instead of !memoryview from pq.Encoding methods (:ticket:[#422](https://github.com/psycopg/psycopg/issues/422)).
  • Fix Cursor.rownumber to return !None when the result has no row to fetch (:ticket:[#437](https://github.com/psycopg/psycopg/issues/437)).
  • Avoid error in Pyright caused by aliasing !TypeAlias (:ticket:[#439](https://github.com/psycopg/psycopg/issues/439)).
  • Fix Copy.set_types() used with varchar and name types (:ticket:[#452](https://github.com/psycopg/psycopg/issues/452)).
  • Improve performance using :ref:row-factories (:ticket:[#457](https://github.com/psycopg/psycopg/issues/457)).

Psycopg 3.1.4 ^^^^^^^^^^^^^

  • Include :ref:error classes <sqlstate-exceptions> defined in PostgreSQL 15.
  • Add support for Python 3.11 (:ticket:[#305](https://github.com/psycopg/psycopg/issues/305)).
  • Build binary packages with libpq from PostgreSQL 15.0.

Psycopg 3.1.3 ^^^^^^^^^^^^^

  • Restore the state of the connection if Cursor.stream() is terminated

... (truncated)

Commits
  • cefcaff chore: set version 3.1.7 for package and make it compatible with 3.1.6
  • 37574d5 test: mark another couple of tests flakey to avoid delaying releases
  • 151a093 chore: bump psycopg_pool package version to 3.1.5
  • 70ab600 chore: bump psycopg package version to 3.1.7
  • 7123dd1 feat(bump_version): create release tags too
  • 4eba68f feat(bump_version): update history file too
  • 1d1dbbd Merge branch 'fix-464'
  • ea64399 fix: consider cursor description results in row factories
  • aff1b3c Merge branch 'detox'
  • ab50ae6 test: drop --allow-fail and --no-collect-ok options
  • 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.1.4 to 3.1.7.
- [Release notes](https://github.com/psycopg/psycopg/releases)
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1.4...3.1.7)

---
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 Dec 26, 2022
@zeyus zeyus merged commit 73c968b into develop Dec 26, 2022
@dependabot dependabot bot deleted the dependabot/pip/psycopg-3.1.7 branch December 26, 2022 12:08
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