Skip to content

Commit 87b9028

Browse files
docs
1 parent c9c9678 commit 87b9028

File tree

12 files changed

+28
-28
lines changed

12 files changed

+28
-28
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1111

1212
## 1.44.0.dev (development stage/unreleased/unstable)
1313

14-
# 1.44.0
14+
## 1.44.0
1515
### Added
1616
- [`BinanceRestApiManager()`](https://unicorn-binance-rest-api.docs.lucit.tech/unicorn_binance_rest_api.html#unicorn_binance_rest_api.manager.BinanceRestApiManager) -
1717
New parameter: `socks5_proxy_user` and `socks5_proxy_pass`

docs/CHANGELOG.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ <h3><a href="index.html">Table of Contents</a></h3>
6060
<ul>
6161
<li><a class="reference internal" href="#">unicorn-binance-websocket-api Change Log</a><ul>
6262
<li><a class="reference internal" href="#dev-development-stage-unreleased-unstable">1.44.0.dev (development stage/unreleased/unstable)</a></li>
63-
</ul>
64-
</li>
6563
<li><a class="reference internal" href="#id1">1.44.0</a><ul>
6664
<li><a class="reference internal" href="#added">Added</a></li>
6765
<li><a class="reference internal" href="#changed">Changed</a></li>
6866
<li><a class="reference internal" href="#fixed">Fixed</a></li>
6967
<li><a class="reference internal" href="#removed">Removed</a></li>
68+
</ul>
69+
</li>
7070
<li><a class="reference internal" href="#id2">1.43.3</a><ul>
7171
<li><a class="reference internal" href="#id3">Fixed</a></li>
7272
</ul>
@@ -759,11 +759,10 @@ <h1>unicorn-binance-websocket-api Change Log<a class="headerlink" href="#unicorn
759759
<section id="dev-development-stage-unreleased-unstable">
760760
<h2>1.44.0.dev (development stage/unreleased/unstable)<a class="headerlink" href="#dev-development-stage-unreleased-unstable" title="Permalink to this heading"></a></h2>
761761
</section>
762-
</section>
763762
<section id="id1">
764-
<h1>1.44.0<a class="headerlink" href="#id1" title="Permalink to this heading"></a></h1>
763+
<h2>1.44.0<a class="headerlink" href="#id1" title="Permalink to this heading"></a></h2>
765764
<section id="added">
766-
<h2>Added<a class="headerlink" href="#added" title="Permalink to this heading"></a></h2>
765+
<h3>Added<a class="headerlink" href="#added" title="Permalink to this heading"></a></h3>
767766
<ul class="simple">
768767
<li><p><a class="reference external" href="https://unicorn-binance-rest-api.docs.lucit.tech/unicorn_binance_rest_api.html#unicorn_binance_rest_api.manager.BinanceRestApiManager"><code class="docutils literal notranslate"><span class="pre">BinanceRestApiManager()</span></code></a> -
769768
New parameter: <code class="docutils literal notranslate"><span class="pre">socks5_proxy_user</span></code> and <code class="docutils literal notranslate"><span class="pre">socks5_proxy_pass</span></code></p></li>
@@ -774,14 +773,14 @@ <h2>Added<a class="headerlink" href="#added" title="Permalink to this heading">
774773
</ul>
775774
</section>
776775
<section id="changed">
777-
<h2>Changed<a class="headerlink" href="#changed" title="Permalink to this heading"></a></h2>
776+
<h3>Changed<a class="headerlink" href="#changed" title="Permalink to this heading"></a></h3>
778777
<ul class="simple">
779778
<li><p><code class="docutils literal notranslate"><span class="pre">restclient.py</span></code> now relies on <code class="docutils literal notranslate"><span class="pre">unicorn-binance-rest-api&gt;=1.8.0</span></code>. REST config removed in <code class="docutils literal notranslate"><span class="pre">connection_settings.py</span></code></p></li>
780779
<li><p>Structure of <code class="docutils literal notranslate"><span class="pre">CONNECTION_SETTINGS</span></code></p></li>
781780
</ul>
782781
</section>
783782
<section id="fixed">
784-
<h2>Fixed<a class="headerlink" href="#fixed" title="Permalink to this heading"></a></h2>
783+
<h3>Fixed<a class="headerlink" href="#fixed" title="Permalink to this heading"></a></h3>
785784
<ul class="simple">
786785
<li><p>RuntimeError: dictionary changed size during iteration in manger.py line 788, https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/commit/f189b9a8420133ffe34e9c9948e461a06d92f0a2</p></li>
787786
<li><p><code class="docutils literal notranslate"><span class="pre">keepalive_listen_key()</span></code> and <code class="docutils literal notranslate"><span class="pre">delete_listen_key()</span></code> for isolated margin</p></li>
@@ -790,11 +789,12 @@ <h2>Fixed<a class="headerlink" href="#fixed" title="Permalink to this heading">
790789
</ul>
791790
</section>
792791
<section id="removed">
793-
<h2>Removed<a class="headerlink" href="#removed" title="Permalink to this heading"></a></h2>
792+
<h3>Removed<a class="headerlink" href="#removed" title="Permalink to this heading"></a></h3>
794793
<ul class="simple">
795794
<li><p><code class="docutils literal notranslate"><span class="pre">restful_path_userdata</span></code> from <a class="reference external" href="https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html#unicorn_binance_websocket_api.manager.BinanceWebSocketApiManager"><code class="docutils literal notranslate"><span class="pre">BinanceWebSocketApiManager</span></code></a></p></li>
796795
</ul>
797796
</section>
797+
</section>
798798
<section id="id2">
799799
<h2>1.43.3<a class="headerlink" href="#id2" title="Permalink to this heading"></a></h2>
800800
<section id="id3">
@@ -2696,13 +2696,13 @@ <h3><a href="index.html">Table of Contents</a></h3>
26962696
<ul>
26972697
<li><a class="reference internal" href="#">unicorn-binance-websocket-api Change Log</a><ul>
26982698
<li><a class="reference internal" href="#dev-development-stage-unreleased-unstable">1.44.0.dev (development stage/unreleased/unstable)</a></li>
2699-
</ul>
2700-
</li>
27012699
<li><a class="reference internal" href="#id1">1.44.0</a><ul>
27022700
<li><a class="reference internal" href="#added">Added</a></li>
27032701
<li><a class="reference internal" href="#changed">Changed</a></li>
27042702
<li><a class="reference internal" href="#fixed">Fixed</a></li>
27052703
<li><a class="reference internal" href="#removed">Removed</a></li>
2704+
</ul>
2705+
</li>
27062706
<li><a class="reference internal" href="#id2">1.43.3</a><ul>
27072707
<li><a class="reference internal" href="#id3">Fixed</a></li>
27082708
</ul>
@@ -3382,7 +3382,7 @@ <h3>Navigation</h3>
33823382
<div class="footer">
33833383
&copy; <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">Copyright</a> 2019-2023, LUCIT Systems and Development and Oliver Zehentleitner.
33843384
See <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">License</a> for more information.<br />
3385-
Last updated on Apr 04 2023 at 03:14 (CET).
3385+
Last updated on Apr 04 2023 at 03:21 (CET).
33863386
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
33873387
<br />
33883388
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 6.1.3.

docs/README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ <h3>Navigation</h3>
851851
<div class="footer">
852852
&copy; <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">Copyright</a> 2019-2023, LUCIT Systems and Development and Oliver Zehentleitner.
853853
See <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">License</a> for more information.<br />
854-
Last updated on Apr 04 2023 at 03:14 (CET).
854+
Last updated on Apr 04 2023 at 03:21 (CET).
855855
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
856856
<br />
857857
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 6.1.3.

docs/_sources/CHANGELOG.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1111

1212
## 1.44.0.dev (development stage/unreleased/unstable)
1313

14-
# 1.44.0
14+
## 1.44.0
1515
### Added
1616
- [`BinanceRestApiManager()`](https://unicorn-binance-rest-api.docs.lucit.tech/unicorn_binance_rest_api.html#unicorn_binance_rest_api.manager.BinanceRestApiManager) -
1717
New parameter: `socks5_proxy_user` and `socks5_proxy_pass`

docs/copyright.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ <h3>Navigation</h3>
280280
<div class="footer">
281281
&copy; <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">Copyright</a> 2019-2023, LUCIT Systems and Development and Oliver Zehentleitner.
282282
See <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">License</a> for more information.<br />
283-
Last updated on Apr 04 2023 at 03:14 (CET).
283+
Last updated on Apr 04 2023 at 03:21 (CET).
284284
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
285285
<br />
286286
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 6.1.3.

docs/genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ <h3>Navigation</h3>
280280
<div class="footer">
281281
&copy; <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">Copyright</a> 2019-2023, LUCIT Systems and Development and Oliver Zehentleitner.
282282
See <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">License</a> for more information.<br />
283-
Last updated on Apr 04 2023 at 03:14 (CET).
283+
Last updated on Apr 04 2023 at 03:21 (CET).
284284
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
285285
<br />
286286
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 6.1.3.

docs/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -219,15 +219,15 @@ <h1>Welcome to unicorn-binance-websocket-api’s documentation!<a class="headerl
219219
</li>
220220
</ul>
221221
</li>
222-
<li class="toctree-l1"><a class="reference internal" href="CHANGELOG.html">unicorn-binance-websocket-api Change Log</a><ul>
222+
<li class="toctree-l1"><a class="reference internal" href="CHANGELOG.html">ChangeLog</a><ul>
223223
<li class="toctree-l2"><a class="reference internal" href="CHANGELOG.html#dev-development-stage-unreleased-unstable">1.44.0.dev (development stage/unreleased/unstable)</a></li>
224+
<li class="toctree-l2"><a class="reference internal" href="CHANGELOG.html#id1">1.44.0</a><ul>
225+
<li class="toctree-l3"><a class="reference internal" href="CHANGELOG.html#added">Added</a></li>
226+
<li class="toctree-l3"><a class="reference internal" href="CHANGELOG.html#changed">Changed</a></li>
227+
<li class="toctree-l3"><a class="reference internal" href="CHANGELOG.html#fixed">Fixed</a></li>
228+
<li class="toctree-l3"><a class="reference internal" href="CHANGELOG.html#removed">Removed</a></li>
224229
</ul>
225230
</li>
226-
<li class="toctree-l1"><a class="reference internal" href="CHANGELOG.html#id1">1.44.0</a><ul>
227-
<li class="toctree-l2"><a class="reference internal" href="CHANGELOG.html#added">Added</a></li>
228-
<li class="toctree-l2"><a class="reference internal" href="CHANGELOG.html#changed">Changed</a></li>
229-
<li class="toctree-l2"><a class="reference internal" href="CHANGELOG.html#fixed">Fixed</a></li>
230-
<li class="toctree-l2"><a class="reference internal" href="CHANGELOG.html#removed">Removed</a></li>
231231
<li class="toctree-l2"><a class="reference internal" href="CHANGELOG.html#id2">1.43.3</a><ul>
232232
<li class="toctree-l3"><a class="reference internal" href="CHANGELOG.html#id3">Fixed</a></li>
233233
</ul>
@@ -930,7 +930,7 @@ <h3>Navigation</h3>
930930
<div class="footer">
931931
&copy; <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">Copyright</a> 2019-2023, LUCIT Systems and Development and Oliver Zehentleitner.
932932
See <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">License</a> for more information.<br />
933-
Last updated on Apr 04 2023 at 03:14 (CET).
933+
Last updated on Apr 04 2023 at 03:21 (CET).
934934
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
935935
<br />
936936
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 6.1.3.

docs/modules.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ <h3>Navigation</h3>
301301
<div class="footer">
302302
&copy; <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">Copyright</a> 2019-2023, LUCIT Systems and Development and Oliver Zehentleitner.
303303
See <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">License</a> for more information.<br />
304-
Last updated on Apr 04 2023 at 03:14 (CET).
304+
Last updated on Apr 04 2023 at 03:21 (CET).
305305
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
306306
<br />
307307
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 6.1.3.

docs/py-modindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ <h3>Navigation</h3>
255255
<div class="footer">
256256
&copy; <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">Copyright</a> 2019-2023, LUCIT Systems and Development and Oliver Zehentleitner.
257257
See <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">License</a> for more information.<br />
258-
Last updated on Apr 04 2023 at 03:14 (CET).
258+
Last updated on Apr 04 2023 at 03:21 (CET).
259259
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
260260
<br />
261261
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 6.1.3.

docs/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ <h3>Navigation</h3>
210210
<div class="footer">
211211
&copy; <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">Copyright</a> 2019-2023, LUCIT Systems and Development and Oliver Zehentleitner.
212212
See <a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/LICENSE">License</a> for more information.<br />
213-
Last updated on Apr 04 2023 at 03:14 (CET).
213+
Last updated on Apr 04 2023 at 03:21 (CET).
214214
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues/new/choose">Found a bug</a>?
215215
<br />
216216
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 6.1.3.

0 commit comments

Comments
 (0)