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.8 to 3.0.9 #36

Merged
merged 2 commits into from
Feb 22, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 21, 2022

Bumps psycopg from 3.0.8 to 3.0.9.

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)).
  • Return results from all queries run through ~Cursor.executemany(); each result set can be accessed by calling ~Cursor.nextset() (:ticket:[#164](https://github.com/psycopg/psycopg/issues/164)).
  • 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)).
  • Drop support for Python 3.6.

Current release

Psycopg 3.0.9 ^^^^^^^^^^^^^

  • Set Error.sqlstate when an unknown code is received (:ticket:[#225](https://github.com/psycopg/psycopg/issues/225)).
  • Add the !tzdata package as a dependency on Windows in order to handle time zones (:ticket:[#223](https://github.com/psycopg/psycopg/issues/223)).

Psycopg 3.0.8 ^^^^^^^^^^^^^

  • Decode connection errors in the client_encoding specified in the connection string, if available (:ticket:[#194](https://github.com/psycopg/psycopg/issues/194)).
  • Fix possible warnings in objects deletion on interpreter shutdown (:ticket:[#198](https://github.com/psycopg/psycopg/issues/198)).
  • Don't leave connections in ACTIVE state in case of error during COPY ... TO STDOUT (:ticket:[#203](https://github.com/psycopg/psycopg/issues/203)).

Psycopg 3.0.7 ^^^^^^^^^^^^^

  • Fix crash in ~Cursor.executemany() with no input sequence (:ticket:[#179](https://github.com/psycopg/psycopg/issues/179)).

... (truncated)

Commits
  • 1a725ec chore: bump version number to 3.0.9
  • 49b800b More regular and compact auto-generated exceptions
  • 5978a78 Set up the sqlstate-exception mapping using init_subclass
  • 25061d5 Merge branch 'fix-225' into maint-3.0
  • e1525df Add doc section to refer to the exceptions list
  • 10c14b2 Set Error.sqlcode when unknown codes are received
  • ee92362 Make the tzdata package a dependency on Windows
  • fa08cb4 Set workflows to cancel jobs on the same branch
  • 0e6d5b0 Move Windows test to separate file to avoid applying the asyncio mark
  • df4fece Make synchronous test async to avoid asyncio error
  • 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.8 to 3.0.9.
- [Release notes](https://github.com/psycopg/psycopg/releases)
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.0.8...3.0.9)

---
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 Feb 21, 2022
@coveralls
Copy link

coveralls commented Feb 21, 2022

Pull Request Test Coverage Report for Build 1876784388

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

💛 - Coveralls

@jsf9k jsf9k self-assigned this Feb 21, 2022
@jsf9k jsf9k merged commit 9d41a1a into develop Feb 22, 2022
@jsf9k jsf9k deleted the dependabot/pip/psycopg-3.0.9 branch February 22, 2022 14:59
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

3 participants