|
45 | 45 | <ul class="current">
|
46 | 46 | <li class="toctree-l1"><a class="reference internal" href="install.html">Installation</a></li>
|
47 | 47 | <li class="toctree-l1 current"><a class="current reference internal" href="#">What’s New</a><ul>
|
| 48 | +<li class="toctree-l2"><a class="reference internal" href="#v0-5-0-december-8-2022-api-changes">v0.5.0 - December 8, 2022 (<strong>API CHANGES</strong>)</a></li> |
48 | 49 | <li class="toctree-l2"><a class="reference internal" href="#v0-4-0-october-19-2022">v0.4.0 - October 19, 2022</a></li>
|
49 | 50 | <li class="toctree-l2"><a class="reference internal" href="#v0-3-3-september-21-2022">v0.3.3 - September 21, 2022</a></li>
|
50 | 51 | <li class="toctree-l2"><a class="reference internal" href="#v0-3-2-september-14-2022">v0.3.2 - September 14, 2022</a></li>
|
|
86 | 87 | <section id="what-s-new">
|
87 | 88 | <h1>What’s New<a class="headerlink" href="#what-s-new" title="Permalink to this headline">¶</a></h1>
|
88 | 89 | <p>This document outlines features and improvements from each release.</p>
|
| 90 | +<section id="v0-5-0-december-8-2022-api-changes"> |
| 91 | +<h2>v0.5.0 - December 8, 2022 (<strong>API CHANGES</strong>)<a class="headerlink" href="#v0-5-0-december-8-2022-api-changes" title="Permalink to this headline">¶</a></h2> |
| 92 | +<ul class="simple"> |
| 93 | +<li><p><strong>Query parameter syntax has changed from ``:1`` for positional |
| 94 | +and ``:key`` for dictionary keys to ``%s`` for positional and ``%(key)s`` |
| 95 | +for dictionary keys</strong></p></li> |
| 96 | +<li><p><strong>``results_format`` connection parameter has changed to ``results_type``</strong></p></li> |
| 97 | +<li><p>High-performance C extension added</p></li> |
| 98 | +<li><p>Added <code class="docutils literal notranslate"><span class="pre">ssl_verify_cert</span></code> and <code class="docutils literal notranslate"><span class="pre">ssl_verify_identity</span></code> connection options</p></li> |
| 99 | +<li><p>Python 3.11 support</p></li> |
| 100 | +</ul> |
| 101 | +</section> |
89 | 102 | <section id="v0-4-0-october-19-2022">
|
90 | 103 | <h2>v0.4.0 - October 19, 2022<a class="headerlink" href="#v0-4-0-october-19-2022" title="Permalink to this headline">¶</a></h2>
|
91 | 104 | <ul class="simple">
|
|
0 commit comments