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.1.2 #94

Merged
merged 2 commits into from
Sep 28, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps psycopg from 3.0.10 to 3.1.2.

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

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

psycopg release notes

Current release

Psycopg 3.1.2 ^^^^^^^^^^^^^

  • Fix handling of certain invalid time zones causing problems on Windows (:ticket:[#371](https://github.com/psycopg/psycopg/issues/371)).
  • Fix segfault occurring when a loader fails initialization (:ticket:[#372](https://github.com/psycopg/psycopg/issues/372)).
  • Fix invalid SAVEPOINT issued when entering Connection.transaction() within a pipeline using an implicit transaction (:ticket:[#374](https://github.com/psycopg/psycopg/issues/374)).
  • Fix queries with repeated named parameters in ClientCursor (:ticket:[#378](https://github.com/psycopg/psycopg/issues/378)).
  • Distribute macOS arm64 (Apple M1) binary packages (:ticket:[#344](https://github.com/psycopg/psycopg/issues/344)).

Psycopg 3.1.1 ^^^^^^^^^^^^^

  • Work around broken Homebrew installation of the libpq in a non-standard path (:ticket:[#364](https://github.com/psycopg/psycopg/issues/364))
  • Fix possible "unrecognized service" error in async connection when no port is specified (:ticket:[#366](https://github.com/psycopg/psycopg/issues/366)).

Psycopg 3.1

  • 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 CockroachDB <https://www.cockroachlabs.com/>__ support in psycopg.crdb (:ticket:[#313](https://github.com/psycopg/psycopg/issues/313)).
  • 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 :ref:COPY Writer objects <copy-writers>.
  • Resolve domain names asynchronously in AsyncConnection.connect() (:ticket:[#259](https://github.com/psycopg/psycopg/issues/259)).

... (truncated)

Commits
  • 4711d75 chore: bump to version number 3.1.2
  • 5636d2a fix: fix queries with repeated named parameters in ClientCursor
  • 8a44473 test: allow to trace libpq to STDERR, rename option to --pq-trace
  • d41d8fc fix: also sync nested pipeline when a transaction is active
  • 052534f test: fail test session in case of segfault
  • 18530c9 Merge branch 'fix-372'
  • 8b53cde fix(psycopg_c): propagate exceptions in Transformer.set_pgresult()
  • ec908dd test: add test to verify the behavior of adapters failing init
  • e6f1f1a Merge branch 'docs/pgconn'
  • b8027b2 docs: document PGconn's tracing methods
  • 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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 26, 2022
@coveralls
Copy link

coveralls commented Sep 26, 2022

Pull Request Test Coverage Report for Build 3146226589

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 76.965%

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

💛 - Coveralls

@jsf9k jsf9k self-assigned this Sep 26, 2022
Copy link
Member

@mcdonnnj mcdonnnj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@dependabot dependabot bot force-pushed the dependabot/pip/psycopg-3.1.2 branch from 5a2ef72 to e6599f3 Compare September 28, 2022 19:11
dependabot bot and others added 2 commits September 28, 2022 15:12
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.0.10 to 3.1.2.
- [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.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
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.

4 participants