Bump psycopg[c] from 3.1.19 to 3.2.5
Bumps psycopg[c] from 3.1.19 to 3.2.5.
Changelog
Sourced from psycopg[c]'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.5 ^^^^^^^^^^^^^
- 3x faster UUID loading thanks to C implementation (:tickets:
[#447](https://github.com/psycopg/psycopg/issues/447), [#998](https://github.com/psycopg/psycopg/issues/998)).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 ^^^^^^^^^^^^^
... (truncated)
Commits
664b2a1chore: bump psycopg package version to 3.2.5cd6589bchore: bump build libraries68f8603Merge branch 'cython-uuid-3.2' into maint-3.2dd1cefcdocs: mention UUID speedup in release news7f950cbchore(c): remove C UUIDDumper and UUIDBinaryDumper393e162perf(uuid): speed up UUID creation using a writable subclass57a3889perf(c): use PyObject_CallFunctionObjArgs in UUIDBinaryLoader88f73feperf(c): use PyObject_CallFunctionObjArgs in UUIDLoader3a9ade7test(c): test UUID.slots811cb51perf(c): Use hex_to_int_map in UUIDLoader- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 83.12%. Comparing base (f45ce61) to head (0a2af4c).
:warning: Report is 140 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #676 +/- ##
==========================================
+ Coverage 81.16% 83.12% +1.95%
==========================================
Files 136 156 +20
Lines 10361 13875 +3514
==========================================
+ Hits 8410 11534 +3124
- Misses 1951 2341 +390
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
@dependabot rebase please
Looks like psycopg[c] is no longer a dependency, so this is no longer needed.
@dependabot close this PR, we don't have the [c] version as a dependency anymore