Skip to content

Commit

Permalink
Deploying to master from @ psycopg/psycopg-website@1d5551d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Jul 1, 2024
1 parent f3cb819 commit f7678ea
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion psycopg3/docs/_sources/news.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Current release
---------------

Psycopg 3.2
^^^^^^^^^^^
-----------

.. rubric:: New top-level features

Expand Down
2 changes: 1 addition & 1 deletion psycopg3/docs/_sources/news_pool.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ psycopg_pool 3.2.1


psycopg_pool 3.2.0
^^^^^^^^^^^^^^^^^^
------------------

- Add support for async `!reconnect_failed` callbacks in `AsyncConnectionPool`
(:ticket:`#520`).
Expand Down
8 changes: 4 additions & 4 deletions psycopg3/docs/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,9 @@
<span id="index-0"></span><h1><code class="docutils literal notranslate"><span class="pre">psycopg</span></code> release notes<a class="headerlink" href="#psycopg-release-notes" title="Permalink to this heading">#</a></h1>
<section id="current-release">
<h2>Current release<a class="headerlink" href="#current-release" title="Permalink to this heading">#</a></h2>
</section>
<section id="psycopg-3-2">
<h3>Psycopg 3.2<a class="headerlink" href="#psycopg-3-2" title="Permalink to this heading">#</a></h3>
<h2>Psycopg 3.2<a class="headerlink" href="#psycopg-3-2" title="Permalink to this heading">#</a></h2>
<p class="rubric">New top-level features</p>
<ul class="simple">
<li><p>Add support for integer, floating point, boolean <a class="reference external" href="https://numpy.org/doc/stable/reference/arrays.scalars.html#built-in-scalar-types">NumPy scalar types</a>
Expand Down Expand Up @@ -297,7 +298,6 @@ <h3>Psycopg 3.2<a class="headerlink" href="#psycopg-3-2" title="Permalink to thi
The <a class="reference internal" href="api/cursors.html#psycopg.Cursor" title="psycopg.Cursor"><code class="xref py py-obj docutils literal notranslate"><span class="pre">Cursor</span></code></a> now only preserves the results set of the last
<a class="reference internal" href="api/cursors.html#psycopg.Cursor.execute" title="psycopg.Cursor.execute"><code class="xref py py-obj docutils literal notranslate"><span class="pre">execute()</span></code></a>, consistently with non-pipeline mode.</p></li>
</ul>
</section>
<section id="psycopg-3-1-20">
<h3>Psycopg 3.1.20<a class="headerlink" href="#psycopg-3-1-20" title="Permalink to this heading">#</a></h3>
<ul class="simple">
Expand Down Expand Up @@ -781,8 +781,8 @@ <h3>Psycopg 3.0b1<a class="headerlink" href="#psycopg-3-0b1" title="Permalink to
<div class="toc-tree">
<ul>
<li><a class="reference internal" href="#"><code class="docutils literal notranslate"><span class="pre">psycopg</span></code> release notes</a><ul>
<li><a class="reference internal" href="#current-release">Current release</a><ul>
<li><a class="reference internal" href="#psycopg-3-2">Psycopg 3.2</a></li>
<li><a class="reference internal" href="#current-release">Current release</a></li>
<li><a class="reference internal" href="#psycopg-3-2">Psycopg 3.2</a><ul>
<li><a class="reference internal" href="#psycopg-3-1-20">Psycopg 3.1.20</a></li>
<li><a class="reference internal" href="#psycopg-3-1-19">Psycopg 3.1.19</a></li>
<li><a class="reference internal" href="#psycopg-3-1-18">Psycopg 3.1.18</a></li>
Expand Down
8 changes: 5 additions & 3 deletions psycopg3/docs/news_pool.html
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,9 @@ <h3>psycopg_pool 3.2.1<a class="headerlink" href="#psycopg-pool-3-2-1" title="Pe
managers and other self-returning methods (see ticket <a class="reference external" href="https://github.com/psycopg/psycopg/issues/708">708</a>).</p></li>
</ul>
</section>
</section>
<section id="psycopg-pool-3-2-0">
<h3>psycopg_pool 3.2.0<a class="headerlink" href="#psycopg-pool-3-2-0" title="Permalink to this heading">#</a></h3>
<h2>psycopg_pool 3.2.0<a class="headerlink" href="#psycopg-pool-3-2-0" title="Permalink to this heading">#</a></h2>
<ul class="simple">
<li><p>Add support for async <code class="xref py py-obj docutils literal notranslate"><span class="pre">reconnect_failed</span></code> callbacks in <a class="reference internal" href="api/pool.html#psycopg_pool.AsyncConnectionPool" title="psycopg_pool.AsyncConnectionPool"><code class="xref py py-obj docutils literal notranslate"><span class="pre">AsyncConnectionPool</span></code></a>
(ticket <a class="reference external" href="https://github.com/psycopg/psycopg/issues/520">#520</a>).</p></li>
Expand All @@ -286,7 +287,6 @@ <h3>psycopg_pool 3.2.0<a class="headerlink" href="#psycopg-pool-3-2-0" title="Pe
<li><p>Raise a warning if async pools are opened in the constructor. In the future
it will become an error. (ticket <a class="reference external" href="https://github.com/psycopg/psycopg/issues/659">#659</a>).</p></li>
</ul>
</section>
<section id="psycopg-pool-3-1-9">
<h3>psycopg_pool 3.1.9<a class="headerlink" href="#psycopg-pool-3-1-9" title="Permalink to this heading">#</a></h3>
<ul class="simple">
Expand Down Expand Up @@ -441,7 +441,9 @@ <h2>psycopg_pool 3.0<a class="headerlink" href="#psycopg-pool-3-0" title="Permal
<li><a class="reference internal" href="#current-release">Current release</a><ul>
<li><a class="reference internal" href="#psycopg-pool-3-2-2">psycopg_pool 3.2.2</a></li>
<li><a class="reference internal" href="#psycopg-pool-3-2-1">psycopg_pool 3.2.1</a></li>
<li><a class="reference internal" href="#psycopg-pool-3-2-0">psycopg_pool 3.2.0</a></li>
</ul>
</li>
<li><a class="reference internal" href="#psycopg-pool-3-2-0">psycopg_pool 3.2.0</a><ul>
<li><a class="reference internal" href="#psycopg-pool-3-1-9">psycopg_pool 3.1.9</a></li>
<li><a class="reference internal" href="#psycopg-pool-3-1-8">psycopg_pool 3.1.8</a></li>
<li><a class="reference internal" href="#psycopg-pool-3-1-7">psycopg_pool 3.1.7</a></li>
Expand Down

0 comments on commit f7678ea

Please sign in to comment.