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-binary from 3.1.8 to 3.1.9 #103

Merged
merged 1 commit into from
May 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 8, 2023

Bumps psycopg-binary from 3.1.8 to 3.1.9.

Changelog

Sourced from psycopg-binary's changelog.

.. currentmodule:: psycopg

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

psycopg release notes

Current release

Psycopg 3.1.9 ^^^^^^^^^^^^^

  • Fix TypeInfo.fetch() using a connection in !sql_ascii encoding (:ticket:[#503](https://github.com/psycopg/psycopg/issues/503)).
  • Fix "filedescriptor out of range" using a large number of files open in Python implementation (:ticket:[#532](https://github.com/psycopg/psycopg/issues/532)).
  • Allow JSON dumpers to be registered on !dict or any other object, as was possible in psycopg2 (:ticket:[#541](https://github.com/psycopg/psycopg/issues/541)).
  • Fix canceling running queries on process interruption in async connections (:ticket:[#543](https://github.com/psycopg/psycopg/issues/543)).
  • Fix loading ROW values with different types in the same query using the binary protocol (:ticket:[#545](https://github.com/psycopg/psycopg/issues/545)).
  • Fix dumping recursive composite types (:ticket:[#547](https://github.com/psycopg/psycopg/issues/547)).

Psycopg 3.1.8 ^^^^^^^^^^^^^

  • Don't pollute server logs when types looked for by TypeInfo.fetch() are not found (:ticket:[#473](https://github.com/psycopg/psycopg/issues/473)).
  • Set Cursor.rowcount to the number of rows of each result set from ~Cursor.executemany() when called with !returning=True (:ticket:[#479](https://github.com/psycopg/psycopg/issues/479)).
  • Fix TypeInfo.fetch() when used with ClientCursor (:ticket:[#484](https://github.com/psycopg/psycopg/issues/484)).

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)).

... (truncated)

Commits
  • b98f35a chore: bump psycopg package version to 3.1.9
  • d9c6f82 Merge branch 'fix-json-dump-dict-3.1' into maint-3.1
  • c014137 test(json): fix dict registration test on crdb
  • c487ae8 fix(json): allow to register json dumpers on dict or other objects
  • 31e1c19 fix: don't reuse the same Transformer in composite dumper
  • 9d2ab05 docs: fix cursor -> connection in the context of transaction management
  • b347bfe fix: don't use select as wait function if possible
  • 676288b fix: fix loading of different 'record' types in the same query
  • 1c11db3 fix: don't use select as wait function if possible
  • f8debef fix: shorter traceback on ctrl-c interrupt
  • 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 May 8, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/psycopg-binary-3.1.9 branch 2 times, most recently from 10970c8 to f00d9ce Compare May 9, 2023 00:30
Bumps [psycopg-binary](https://github.com/psycopg/psycopg) from 3.1.8 to 3.1.9.
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1.8...3.1.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/psycopg-binary-3.1.9 branch from f00d9ce to 515e906 Compare May 9, 2023 00:32
@Abhiek187 Abhiek187 merged commit 9eddd0b into main May 9, 2023
@dependabot dependabot bot deleted the dependabot/pip/psycopg-binary-3.1.9 branch May 9, 2023 00:40
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