Skip to content

Commit 4c8cb77

Browse files
committed
doc(71): rebuild HTML docs
1 parent 8215c0b commit 4c8cb77

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

docs/changelog.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,34 @@
7676

7777
<section id="changelog">
7878
<h1>Changelog<a class="headerlink" href="#changelog" title="Link to this heading"></a></h1>
79+
<p><strong>2025-11-19: 6.1.0: Add uv and ruff and fix errors and formatting</strong></p>
80+
<p>This release adopts <a class="reference external" href="https://docs.astral.sh/uv/">uv</a> as the project’s chosen package manager and build tool, and <a class="reference external" href="https://docs.astral.sh/ruff/">ruff</a> as its chosen linter and formatter.</p>
81+
<ul class="simple">
82+
<li><dl class="simple">
83+
<dt><strong>Fixes:</strong></dt><dd><ul>
84+
<li><dl class="simple">
85+
<dt>Resolve <code class="docutils literal notranslate"><span class="pre">NameError</span></code> in the following methods:</dt><dd><ul>
86+
<li><p><code class="docutils literal notranslate"><span class="pre">RestApiV2Client.api_key_access</span></code></p></li>
87+
<li><p><code class="docutils literal notranslate"><span class="pre">RestApiV2Client.iter_history</span></code></p></li>
88+
<li><p><code class="docutils literal notranslate"><span class="pre">RestApiV2Client.account_has_ability</span></code></p></li>
89+
</ul>
90+
</dd>
91+
</dl>
92+
</li>
93+
</ul>
94+
</dd>
95+
</dl>
96+
</li>
97+
<li><dl class="simple">
98+
<dt><strong>Features:</strong></dt><dd><ul>
99+
<li><p>Revise the exception message for status 401 Unauthorized to include a suggestion that the service region / base URL are wrong; this is in some use cases the most common reason for the error.</p></li>
100+
<li><p>Rewrite the end-to-end package publish testing script to use uv, and perform deeper inspection of the resulting installed package.</p></li>
101+
<li><p>New-and-improved development workflow using <code class="docutils literal notranslate"><span class="pre">uv</span></code> and <code class="docutils literal notranslate"><span class="pre">ruff</span></code></p></li>
102+
</ul>
103+
</dd>
104+
</dl>
105+
</li>
106+
</ul>
79107
<p><strong>2025-10-24: 6.0.0: Change base HTTP client to python-httpx</strong></p>
80108
<p>The underlying HTTP client on which this library is based has been changed to <a class="reference external" href="https://www.python-httpx.org">python-httpx</a>. The primary motivation of this change is to provide thread safety with a very similar interface to <code class="docutils literal notranslate"><span class="pre">requests</span></code>, and the possibility to add support for asynchronous usage in future releases.</p>
81109
<ul class="simple">

0 commit comments

Comments
 (0)