wger
wger copied to clipboard
Bump psycopg from 3.2.3 to 3.2.4
Bumps psycopg from 3.2.3 to 3.2.4.
Changelog
Sourced from psycopg's changelog.
.. currentmodule:: psycopg
.. index:: single: Release notes single: News
psycopgrelease notesFuture releases
Python 3.3.0 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^
- Drop support for Python 3.8.
Current release
Psycopg 3.2.4 ^^^^^^^^^^^^^
- Don't lose notifies received whilst the
~Connection.notifies()iterator is not running (:ticket:[#962](https://github.com/psycopg/psycopg/issues/962)).- Make sure that the notifies callback is called during the use of the
~Connection.notifies()generator (:ticket:[#972](https://github.com/psycopg/psycopg/issues/972)).- Raise the correct error returned by the database (such as
!AdminShutdownor!IdleInTransactionSessionTimeout) instead of a genericOperationalErrorwhen a server error causes a client disconnection (:ticket:[#988](https://github.com/psycopg/psycopg/issues/988)).- Build macOS dependencies from sources instead using the Homebrew versions in order to avoid problems with
MACOSX_DEPLOYMENT_TARGET(:ticket:[#858](https://github.com/psycopg/psycopg/issues/858)).- Bump libpq to 17.2 in Linux and macOS binary packages.
- Bump libpq to 16.4 in Windows binary packages, using the
vcpkg library__ (:ticket:[#966](https://github.com/psycopg/psycopg/issues/966))... __: https://vcpkg.io/en/package/libpq
Psycopg 3.2.3 ^^^^^^^^^^^^^
- Release binary packages including PostgreSQL 17 libpq (:ticket:
[#852](https://github.com/psycopg/psycopg/issues/852)).Psycopg 3.2.2 ^^^^^^^^^^^^^
... (truncated)
Commits
c2c4ba2chore: bump psycopg package version to 3.2.4d959f8ddocs: mention the binary packages changes in news file730c23cchore(binary): bump libpq to 17.25f9d196chore(binary): bump OpenSSL to 3.4.0e9188edMerge branch 'build-libpq-macos-3.2' into maint-3.2e19a258ci(binary): less verbose libpq build89f3f82ci(macos): drop Python 3.8 build on macOS arm64bdba767ci(macos): build libpq instead of using Homebrew libraries06ae213refactor: don't keep the notifiers backlog handler in the connection state0f7005bMerge branch 'fix-clobbered-error-on-disconnect-3.2' into maint-3.2- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)