Skip to content

Commit dffa464

Browse files
1.40.5
1 parent 18cad7f commit dffa464

File tree

17 files changed

+1240
-1204
lines changed

17 files changed

+1240
-1204
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
77

88
[Discussions about unicorn-binance-websocket-api releases!](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/discussions/categories/releases)
99

10-
## 1.40.4.dev (development stage/unreleased/unstable)
10+
## 1.40.5.dev (development stage/unreleased/unstable)
1111

12-
## 1.40.4.dev
12+
## 1.40.5
13+
### Fixed
14+
- Restart of error `sent 1011 (unexpected error) keepalive ping timeout` in sockets.py
15+
16+
## 1.40.4
1317
### Changed
1418
- Rebalanced default ping interval and timeout as well as closing timeout
1519
### Removed

docs/CHANGELOG.html

Lines changed: 899 additions & 886 deletions
Large diffs are not rendered by default.

docs/README.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>UNICORN Binance WebSocket API &#8212; unicorn-binance-websocket-api 1.40.4 documentation</title>
8+
<title>UNICORN Binance WebSocket API &#8212; unicorn-binance-websocket-api 1.40.5 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css" />
1111

@@ -48,7 +48,7 @@ <h3>Navigation</h3>
4848
<li><a href="https://www.lucit.tech/unicorn-binance-websocket-api.html">unicorn-binance-websocket-api</a> &#187;</li>
4949

5050

51-
<a href="index.html">unicorn-binance-websocket-api 1.40.4 documentation</a> &#187;
51+
<a href="index.html">unicorn-binance-websocket-api 1.40.5 documentation</a> &#187;
5252

5353

5454
<li class="nav-item nav-item-this"><a href="">UNICORN Binance WebSocket API</a></li>
@@ -138,7 +138,11 @@ <h2>Get the right <a class="reference external" href="https://github.com/LUCIT-S
138138
<p><a class="reference external" href="https://unicorn-binance-websocket-api.docs.lucit.tech/unicorn_binance_websocket_api.html">Discover even more possibilities</a>
139139
or <a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/example_stream_everything.py">use this script</a>
140140
to stream everything from “binance.com”.</p>
141-
<p>This should be known by everyone using this lib: <a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/discussions/254">Do you want consistent data from binance?</a></p>
141+
<p>This should be known by everyone using this lib:</p>
142+
<ul class="simple">
143+
<li><p><a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/Best-practice-solutions-for-a-maximum-stable-connection%21">Best practice solutions for a maximum stable connection</a></p></li>
144+
<li><p><a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/discussions/254">Do you want consistent data from binance?</a></p></li>
145+
</ul>
142146
</div>
143147
<div class="section" id="description">
144148
<h2>Description<a class="headerlink" href="#description" title="Permalink to this headline"></a></h2>
@@ -624,7 +628,7 @@ <h3>Navigation</h3>
624628
<li><a href="https://www.lucit.tech/unicorn-binance-websocket-api.html">unicorn-binance-websocket-api</a> &#187;</li>
625629

626630

627-
<a href="index.html">unicorn-binance-websocket-api 1.40.4 documentation</a> &#187;
631+
<a href="index.html">unicorn-binance-websocket-api 1.40.5 documentation</a> &#187;
628632

629633

630634
<li class="nav-item nav-item-this"><a href="">UNICORN Binance WebSocket API</a></li>
@@ -638,7 +642,7 @@ <h3>Navigation</h3>
638642
<div class="footer">
639643
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues">Found a bug</a>?
640644
<br />
641-
Last updated on Mar 13 2022 at 00:54 (CET).
645+
Last updated on Mar 13 2022 at 02:47 (CET).
642646
<br />
643647
&copy; <a href="copyright.html">Copyright</a> 2019-2022, LUCIT Systems and Development and Oliver Zehentleitner.
644648
<br />

docs/_sources/CHANGELOG.md.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
77

88
[Discussions about unicorn-binance-websocket-api releases!](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/discussions/categories/releases)
99

10-
## 1.40.4.dev (development stage/unreleased/unstable)
10+
## 1.40.5.dev (development stage/unreleased/unstable)
1111

12-
## 1.40.4.dev
12+
## 1.40.5
13+
### Fixed
14+
- Restart of error `sent 1011 (unexpected error) keepalive ping timeout` in sockets.py
15+
16+
## 1.40.4
1317
### Changed
1418
- Rebalanced default ping interval and timeout as well as closing timeout
1519
### Removed

docs/_sources/README.md.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ logging.getLogger("unicorn_binance_websocket_api")
7575
or [use this script](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/blob/master/example_stream_everything.py)
7676
to stream everything from "binance.com".
7777

78-
This should be known by everyone using this lib: [Do you want consistent data from binance?](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/discussions/254)
78+
This should be known by everyone using this lib:
79+
80+
- [Best practice solutions for a maximum stable connection](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/wiki/Best-practice-solutions-for-a-maximum-stable-connection!)
81+
- [Do you want consistent data from binance?](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/discussions/254)
7982

8083
## Description
8184
The Python package [UNICORN Binance WebSocket API](https://www.lucit.tech/unicorn-binance-websocket-api.html)

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '1.40.4',
3+
VERSION: '1.40.5',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/copyright.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>MIT License &#8212; unicorn-binance-websocket-api 1.40.4 documentation</title>
8+
<title>MIT License &#8212; unicorn-binance-websocket-api 1.40.5 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css" />
1111

@@ -44,7 +44,7 @@ <h3>Navigation</h3>
4444
<li><a href="https://www.lucit.tech/unicorn-binance-websocket-api.html">unicorn-binance-websocket-api</a> &#187;</li>
4545

4646

47-
<a href="index.html">unicorn-binance-websocket-api 1.40.4 documentation</a> &#187;
47+
<a href="index.html">unicorn-binance-websocket-api 1.40.5 documentation</a> &#187;
4848

4949

5050
<li class="nav-item nav-item-this"><a href="">MIT License</a></li>
@@ -167,7 +167,7 @@ <h3>Navigation</h3>
167167
<li><a href="https://www.lucit.tech/unicorn-binance-websocket-api.html">unicorn-binance-websocket-api</a> &#187;</li>
168168

169169

170-
<a href="index.html">unicorn-binance-websocket-api 1.40.4 documentation</a> &#187;
170+
<a href="index.html">unicorn-binance-websocket-api 1.40.5 documentation</a> &#187;
171171

172172

173173
<li class="nav-item nav-item-this"><a href="">MIT License</a></li>
@@ -181,7 +181,7 @@ <h3>Navigation</h3>
181181
<div class="footer">
182182
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues">Found a bug</a>?
183183
<br />
184-
Last updated on Mar 13 2022 at 00:54 (CET).
184+
Last updated on Mar 13 2022 at 02:47 (CET).
185185
<br />
186186
&copy; <a href="#">Copyright</a> 2019-2022, LUCIT Systems and Development and Oliver Zehentleitner.
187187
<br />

docs/genindex.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<head>
66
<meta charset="utf-8" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8-
<title>Index &#8212; unicorn-binance-websocket-api 1.40.4 documentation</title>
8+
<title>Index &#8212; unicorn-binance-websocket-api 1.40.5 documentation</title>
99
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
1010
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css" />
1111

@@ -40,7 +40,7 @@ <h3>Navigation</h3>
4040
<li><a href="https://www.lucit.tech/unicorn-binance-websocket-api.html">unicorn-binance-websocket-api</a> &#187;</li>
4141

4242

43-
<a href="index.html">unicorn-binance-websocket-api 1.40.4 documentation</a> &#187;
43+
<a href="index.html">unicorn-binance-websocket-api 1.40.5 documentation</a> &#187;
4444

4545

4646
<li class="nav-item nav-item-this"><a href="">Index</a></li>
@@ -580,7 +580,7 @@ <h3>Navigation</h3>
580580
<li><a href="https://www.lucit.tech/unicorn-binance-websocket-api.html">unicorn-binance-websocket-api</a> &#187;</li>
581581

582582

583-
<a href="index.html">unicorn-binance-websocket-api 1.40.4 documentation</a> &#187;
583+
<a href="index.html">unicorn-binance-websocket-api 1.40.5 documentation</a> &#187;
584584

585585

586586
<li class="nav-item nav-item-this"><a href="">Index</a></li>
@@ -594,7 +594,7 @@ <h3>Navigation</h3>
594594
<div class="footer">
595595
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-websocket-api/issues">Found a bug</a>?
596596
<br />
597-
Last updated on Mar 13 2022 at 00:54 (CET).
597+
Last updated on Mar 13 2022 at 02:47 (CET).
598598
<br />
599599
&copy; <a href="copyright.html">Copyright</a> 2019-2022, LUCIT Systems and Development and Oliver Zehentleitner.
600600
<br />

0 commit comments

Comments
 (0)