You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h2>v0.5.0 - December 8, 2022 (<strong>API CHANGES</strong>)<aclass="headerlink" href="#v0-5-0-december-8-2022-api-changes" title="Permalink to this headline">¶</a></h2>
98
98
<ulclass="simple">
99
-
<li><p><strong>Query parameter syntax has changed from ``:1`` for positional
100
-
and ``:key`` for dictionary keys to ``%s`` for positional and ``%(key)s``
101
-
for dictionary keys</strong></p></li>
102
-
<li><p><strong>``results_format`` connection parameter has changed to ``results_type``</strong></p></li>
99
+
<li><p>! Query parameter syntax has changed from <codeclass="docutils literal notranslate"><spanclass="pre">:1</span></code> for positional
100
+
and <codeclass="docutils literal notranslate"><spanclass="pre">:key</span></code> for dictionary keys to <codeclass="docutils literal notranslate"><spanclass="pre">%s</span></code> for positional and <codeclass="docutils literal notranslate"><spanclass="pre">%(key)s</span></code>
101
+
for dictionary keys</p></li>
102
+
<li><p>! <codeclass="docutils literal notranslate"><spanclass="pre">results_format</span></code> connection parameter has changed to <codeclass="docutils literal notranslate"><spanclass="pre">results_type</span></code></p></li>
103
103
<li><p>High-performance C extension added</p></li>
104
104
<li><p>Added <codeclass="docutils literal notranslate"><spanclass="pre">ssl_verify_cert</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">ssl_verify_identity</span></code> connection options</p></li>
0 commit comments