|
252 | 252 | <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>
|
253 | 253 | <section id="future-releases">
|
254 | 254 | <h2>Future releases<a class="headerlink" href="#future-releases" title="Permalink to this heading">#</a></h2>
|
255 |
| -<section id="python-3-3-0-unreleased"> |
256 |
| -<h3>Python 3.3.0 (unreleased)<a class="headerlink" href="#python-3-3-0-unreleased" title="Permalink to this heading">#</a></h3> |
| 255 | +<section id="psycopg-3-3-0-unreleased"> |
| 256 | +<h3>Psycopg 3.3.0 (unreleased)<a class="headerlink" href="#psycopg-3-3-0-unreleased" title="Permalink to this heading">#</a></h3> |
257 | 257 | <ul class="simple">
|
258 | 258 | <li><p>Drop support for Python 3.8.</p></li>
|
259 | 259 | </ul>
|
260 | 260 | </section>
|
261 |
| -<section id="python-3-2-7-unreleased"> |
262 |
| -<h3>Python 3.2.7 (unreleased)<a class="headerlink" href="#python-3-2-7-unreleased" title="Permalink to this heading">#</a></h3> |
| 261 | +<section id="psycopg-3-2-7-unreleased"> |
| 262 | +<h3>Psycopg 3.2.7 (unreleased)<a class="headerlink" href="#psycopg-3-2-7-unreleased" title="Permalink to this heading">#</a></h3> |
263 | 263 | <ul class="simple">
|
264 | 264 | <li><p>Add SRID support to shapely dumpers/loaders (ticket <a class="reference external" href="https://github.com/psycopg/psycopg/issues/1028">#1028</a>).</p></li>
|
265 | 265 | </ul>
|
266 | 266 | </section>
|
267 | 267 | </section>
|
268 | 268 | <section id="current-release">
|
269 | 269 | <h2>Current release<a class="headerlink" href="#current-release" title="Permalink to this heading">#</a></h2>
|
270 |
| -<section id="python-3-2-6"> |
271 |
| -<h3>Python 3.2.6<a class="headerlink" href="#python-3-2-6" title="Permalink to this heading">#</a></h3> |
| 270 | +<section id="psycopg-3-2-6"> |
| 271 | +<h3>Psycopg 3.2.6<a class="headerlink" href="#psycopg-3-2-6" title="Permalink to this heading">#</a></h3> |
272 | 272 | <ul class="simple">
|
273 | 273 | <li><p>Fix connection semantic when using <code class="docutils literal notranslate"><span class="pre">target_session_attrs=prefer-standby</span></code>
|
274 | 274 | (ticket <a class="reference external" href="https://github.com/psycopg/psycopg/issues/1021">#1021</a>).</p></li>
|
@@ -852,12 +852,12 @@ <h3>Psycopg 3.0b1<a class="headerlink" href="#psycopg-3-0b1" title="Permalink to
|
852 | 852 | <ul>
|
853 | 853 | <li><a class="reference internal" href="#"><code class="docutils literal notranslate"><span class="pre">psycopg</span></code> release notes</a><ul>
|
854 | 854 | <li><a class="reference internal" href="#future-releases">Future releases</a><ul>
|
855 |
| -<li><a class="reference internal" href="#python-3-3-0-unreleased">Python 3.3.0 (unreleased)</a></li> |
856 |
| -<li><a class="reference internal" href="#python-3-2-7-unreleased">Python 3.2.7 (unreleased)</a></li> |
| 855 | +<li><a class="reference internal" href="#psycopg-3-3-0-unreleased">Psycopg 3.3.0 (unreleased)</a></li> |
| 856 | +<li><a class="reference internal" href="#psycopg-3-2-7-unreleased">Psycopg 3.2.7 (unreleased)</a></li> |
857 | 857 | </ul>
|
858 | 858 | </li>
|
859 | 859 | <li><a class="reference internal" href="#current-release">Current release</a><ul>
|
860 |
| -<li><a class="reference internal" href="#python-3-2-6">Python 3.2.6</a></li> |
| 860 | +<li><a class="reference internal" href="#psycopg-3-2-6">Psycopg 3.2.6</a></li> |
861 | 861 | <li><a class="reference internal" href="#psycopg-3-2-5">Psycopg 3.2.5</a></li>
|
862 | 862 | <li><a class="reference internal" href="#psycopg-3-2-4">Psycopg 3.2.4</a></li>
|
863 | 863 | <li><a class="reference internal" href="#psycopg-3-2-3">Psycopg 3.2.3</a></li>
|
|
0 commit comments