-
Notifications
You must be signed in to change notification settings - Fork 2
Commit eebcb76
authored
Bump psycopg from 3.2.3 to 3.2.6 (#304)
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.2.3 to 3.2.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/psycopg/psycopg/blob/master/docs/news.rst">psycopg's
changelog</a>.</em></p>
<blockquote>
<p>.. currentmodule:: psycopg</p>
<p>.. index::
single: Release notes
single: News</p>
<h1><code>psycopg</code> release notes</h1>
<h2>Future releases</h2>
<p>Python 3.3.0 (unreleased)
^^^^^^^^^^^^^^^^^^^^^^^^^</p>
<ul>
<li>Drop support for Python 3.8.</li>
</ul>
<h2>Current release</h2>
<p>Python 3.2.6
^^^^^^^^^^^^</p>
<ul>
<li>Fix connection semantic when using
<code>target_session_attrs=prefer-standby</code>
(:ticket:<code>[#1021](https://github.com/psycopg/psycopg/issues/1021)</code>).</li>
</ul>
<p>Psycopg 3.2.5
^^^^^^^^^^^^^</p>
<ul>
<li>3x faster UUID loading thanks to C implementation
(:tickets:<code>[#447](psycopg/psycopg#447),
[#998](https://github.com/psycopg/psycopg/issues/998)</code>).</li>
</ul>
<p>Psycopg 3.2.4
^^^^^^^^^^^^^</p>
<ul>
<li>Don't lose notifies received whilst the
<code>~Connection.notifies()</code> iterator
is not running
(:ticket:<code>[#962](https://github.com/psycopg/psycopg/issues/962)</code>).</li>
<li>Make sure that the notifies callback is called during the use of the
<code>~Connection.notifies()</code> generator
(:ticket:<code>[#972](https://github.com/psycopg/psycopg/issues/972)</code>).</li>
<li>Raise the correct error returned by the database (such as
<code>!AdminShutdown</code>
or <code>!IdleInTransactionSessionTimeout</code>) instead of a generic
<code>OperationalError</code> when a server error causes a client
disconnection
(:ticket:<code>[#988](https://github.com/psycopg/psycopg/issues/988)</code>).</li>
<li>Build macOS dependencies from sources instead using the Homebrew
versions
in order to avoid problems with <code>MACOSX_DEPLOYMENT_TARGET</code>
(:ticket:<code>[#858](https://github.com/psycopg/psycopg/issues/858)</code>).</li>
<li>Bump libpq to 17.2 in Linux and macOS binary packages.</li>
<li>Bump libpq to 16.4 in Windows binary packages, using the <code>vcpkg
library</code>__
(:ticket:<code>[#966](https://github.com/psycopg/psycopg/issues/966)</code>).</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/psycopg/psycopg/commit/dfc113613c067600355a14c2e4010d03cbef51bd"><code>dfc1136</code></a>
chore: bump psycopg package version to 3.2.6</li>
<li><a
href="https://github.com/psycopg/psycopg/commit/a75e03f8f4cf3a882c6017e4935f86d1e5069d11"><code>a75e03f</code></a>
Merge branch 'fix-target_session_attrs-prefer-standby' into
maint-3.2</li>
<li><a
href="https://github.com/psycopg/psycopg/commit/1377bb66a4cbd6343738567de646ce96ac177902"><code>1377bb6</code></a>
test: skip target_session_attrs with libpw < 14</li>
<li><a
href="https://github.com/psycopg/psycopg/commit/b37dc1a35b8c24707bc844f8cc8ee965121ba25b"><code>b37dc1a</code></a>
fix: implement libpq semantic for
target_session_attrs=prefer-standby</li>
<li><a
href="https://github.com/psycopg/psycopg/commit/c946e403678ef1370bcb3c2f71ecd66badee5ff9"><code>c946e40</code></a>
fix win32 libpq missing error</li>
<li><a
href="https://github.com/psycopg/psycopg/commit/4645f33eddc05fb03a4d97e7593fcc520ebd303d"><code>4645f33</code></a>
chore: bump psycopg package version to 3.2.6.dev1</li>
<li><a
href="https://github.com/psycopg/psycopg/commit/664b2a12d68d9f826b58ea004f05460448e78bca"><code>664b2a1</code></a>
chore: bump psycopg package version to 3.2.5</li>
<li><a
href="https://github.com/psycopg/psycopg/commit/cd6589bf35db72d39bbad9e7d3afadcecb74e8a6"><code>cd6589b</code></a>
chore: bump build libraries</li>
<li><a
href="https://github.com/psycopg/psycopg/commit/68f8603ec6ea59a2a432cd0c9dfc80bef26afb99"><code>68f8603</code></a>
Merge branch 'cython-uuid-3.2' into maint-3.2</li>
<li><a
href="https://github.com/psycopg/psycopg/commit/dd1cefc3eef9f5c7a15e7e80b037dae6383cd530"><code>dd1cefc</code></a>
docs: mention UUID speedup in release news</li>
<li>Additional commits viewable in <a
href="https://github.com/psycopg/psycopg/compare/3.2.3...3.2.6">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
</details>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 72d5874 commit eebcb76Copy full SHA for eebcb76
2 files changed
+9
-9
lines changed+8-8Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
0 commit comments