Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Mar 16, 2022
1 parent 9238599 commit f341220
Show file tree
Hide file tree
Showing 16 changed files with 143 additions and 114 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

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

## 1.4.1.dev (development stage/unreleased/unstable)
## 1.4.2.dev (development stage/unreleased/unstable)

## 1.4.2
### Changed
- Dependency regex to <= 2022.3.2 [issue#24](https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues/24)

## 1.4.1
### Fixed
Expand Down
119 changes: 66 additions & 53 deletions docs/CHANGELOG.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>unicorn-binance-rest-api Change Log &#8212; unicorn-binance-rest-api 1.4.1 documentation</title>
<title>unicorn-binance-rest-api Change Log &#8212; unicorn-binance-rest-api 1.4.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css" />

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


<a href="index.html">unicorn-binance-rest-api 1.4.1 documentation</a> &#187;
<a href="index.html">unicorn-binance-rest-api 1.4.2 documentation</a> &#187;


<li class="nav-item nav-item-this"><a href="">unicorn-binance-rest-api Change Log</a></li>
Expand All @@ -72,27 +72,36 @@ <h1>unicorn-binance-rest-api Change Log<a class="headerlink" href="#unicorn-bina
<a class="reference external" href="http://semver.org/">Semantic Versioning</a>.</p>
<p><a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/discussions/categories/releases">Discussions about unicorn-binance-rest-api releases!</a></p>
<div class="section" id="dev-development-stage-unreleased-unstable">
<h2>1.4.1.dev (development stage/unreleased/unstable)<a class="headerlink" href="#dev-development-stage-unreleased-unstable" title="Permalink to this headline"></a></h2>
<h2>1.4.2.dev (development stage/unreleased/unstable)<a class="headerlink" href="#dev-development-stage-unreleased-unstable" title="Permalink to this headline"></a></h2>
</div>
<div class="section" id="id1">
<h2>1.4.1<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<h2>1.4.2<a class="headerlink" href="#id1" title="Permalink to this headline"></a></h2>
<div class="section" id="changed">
<h3>Changed<a class="headerlink" href="#changed" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Dependency regex to &lt;= 2022.3.2 <a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues/24">issue#24</a></p></li>
</ul>
</div>
</div>
<div class="section" id="id2">
<h2>1.4.1<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<div class="section" id="fixed">
<h3>Fixed<a class="headerlink" href="#fixed" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Binance Futures Testnet URL <a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues/20">issue#20</a></p></li>
</ul>
</div>
</div>
<div class="section" id="id2">
<h2>1.4.0<a class="headerlink" href="#id2" title="Permalink to this headline"></a></h2>
<div class="section" id="id3">
<h2>1.4.0<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h2>
<div class="section" id="adding">
<h3>Adding<a class="headerlink" href="#adding" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">futures_commission_rate()</span></code> <a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues/18">issue#18</a></p></li>
</ul>
</div>
<div class="section" id="changed">
<h3>Changed<a class="headerlink" href="#changed" title="Permalink to this headline"></a></h3>
<div class="section" id="id4">
<h3>Changed<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Moved from https://github.com/oliver-zehentleitner to https://github.com/LUCIT-Systems-and-Development/</p></li>
<li><p>removed “unicorn_binance_rest_api_”-part of the module file names (more info: <a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/discussions/19">Discussions</a>)</p></li>
Expand All @@ -103,8 +112,8 @@ <h3>Changed<a class="headerlink" href="#changed" title="Permalink to this headli
</ul>
</div>
</div>
<div class="section" id="id3">
<h2>1.3.0<a class="headerlink" href="#id3" title="Permalink to this headline"></a></h2>
<div class="section" id="id5">
<h2>1.3.0<a class="headerlink" href="#id5" title="Permalink to this headline"></a></h2>
<div class="section" id="added">
<h3>Added<a class="headerlink" href="#added" title="Permalink to this headline"></a></h3>
<ul class="simple">
Expand All @@ -115,14 +124,14 @@ <h3>Added<a class="headerlink" href="#added" title="Permalink to this headline">
<a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues/3">issue#3</a></p></li>
</ul>
</div>
<div class="section" id="id4">
<h3>Changed<a class="headerlink" href="#id4" title="Permalink to this headline"></a></h3>
<div class="section" id="id6">
<h3>Changed<a class="headerlink" href="#id6" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">tld</span></code> is now obsolete</p></li>
</ul>
</div>
<div class="section" id="id5">
<h3>Fixed<a class="headerlink" href="#id5" title="Permalink to this headline"></a></h3>
<div class="section" id="id7">
<h3>Fixed<a class="headerlink" href="#id7" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>ValueError in <code class="docutils literal notranslate"><span class="pre">get_used_weight()</span></code></p></li>
<li><p>get_open_margin_orders()</p></li>
Expand All @@ -136,48 +145,48 @@ <h3>Removed<a class="headerlink" href="#removed" title="Permalink to this headli
</ul>
</div>
</div>
<div class="section" id="id6">
<h2>1.2.0<a class="headerlink" href="#id6" title="Permalink to this headline"></a></h2>
<div class="section" id="id7">
<h3>Added<a class="headerlink" href="#id7" title="Permalink to this headline"></a></h3>
<div class="section" id="id8">
<h2>1.2.0<a class="headerlink" href="#id8" title="Permalink to this headline"></a></h2>
<div class="section" id="id9">
<h3>Added<a class="headerlink" href="#id9" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>get_used_weight()</p></li>
<li><p>futures_coin_place_batch_order()</p></li>
</ul>
</div>
<div class="section" id="id8">
<h3>Changed<a class="headerlink" href="#id8" title="Permalink to this headline"></a></h3>
<div class="section" id="id10">
<h3>Changed<a class="headerlink" href="#id10" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Migrate from WAPI to SAPI <a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues/7">issue#7</a></p></li>
<li><p>URLs to Biannce Docs</p></li>
</ul>
</div>
</div>
<div class="section" id="id9">
<h2>1.1.1<a class="headerlink" href="#id9" title="Permalink to this headline"></a></h2>
<div class="section" id="id10">
<h3>Fixed<a class="headerlink" href="#id10" title="Permalink to this headline"></a></h3>
<div class="section" id="id11">
<h2>1.1.1<a class="headerlink" href="#id11" title="Permalink to this headline"></a></h2>
<div class="section" id="id12">
<h3>Fixed<a class="headerlink" href="#id12" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>changed FUTURES_COIN_URL <a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/pull/5">PR#5</a> -
Thanks to <a class="reference external" href="https://github.com/flo-rian">flo-rian</a></p></li>
</ul>
</div>
</div>
<div class="section" id="id11">
<h2>1.1.0<a class="headerlink" href="#id11" title="Permalink to this headline"></a></h2>
<div class="section" id="id12">
<h3>Added<a class="headerlink" href="#id12" title="Permalink to this headline"></a></h3>
<div class="section" id="id13">
<h2>1.1.0<a class="headerlink" href="#id13" title="Permalink to this headline"></a></h2>
<div class="section" id="id14">
<h3>Added<a class="headerlink" href="#id14" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>logging</p></li>
<li><p>update check</p></li>
</ul>
</div>
</div>
<div class="section" id="id13">
<h2>1.0.0<a class="headerlink" href="#id13" title="Permalink to this headline"></a></h2>
<div class="section" id="id15">
<h2>1.0.0<a class="headerlink" href="#id15" title="Permalink to this headline"></a></h2>
<p>forked from Sam McHardy <a class="reference external" href="https://github.com/sammchardy/python-binance">python-binance v0.7.10</a></p>
<div class="section" id="id14">
<h3>Added<a class="headerlink" href="#id14" title="Permalink to this headline"></a></h3>
<div class="section" id="id16">
<h3>Added<a class="headerlink" href="#id16" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>get_latest_release_info()</p></li>
<li><p>get_latest_version()</p></li>
Expand All @@ -187,8 +196,8 @@ <h3>Added<a class="headerlink" href="#id14" title="Permalink to this headline">
<li><p>colorama as requirement</p></li>
</ul>
</div>
<div class="section" id="id15">
<h3>Removed<a class="headerlink" href="#id15" title="Permalink to this headline"></a></h3>
<div class="section" id="id17">
<h3>Removed<a class="headerlink" href="#id17" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Websocket support from python-binance and dependencies</p></li>
</ul>
Expand All @@ -207,39 +216,43 @@ <h3>Removed<a class="headerlink" href="#id15" title="Permalink to this headline"
<h3><a href="index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">unicorn-binance-rest-api Change Log</a><ul>
<li><a class="reference internal" href="#dev-development-stage-unreleased-unstable">1.4.1.dev (development stage/unreleased/unstable)</a></li>
<li><a class="reference internal" href="#id1">1.4.1</a><ul>
<li><a class="reference internal" href="#dev-development-stage-unreleased-unstable">1.4.2.dev (development stage/unreleased/unstable)</a></li>
<li><a class="reference internal" href="#id1">1.4.2</a><ul>
<li><a class="reference internal" href="#changed">Changed</a></li>
</ul>
</li>
<li><a class="reference internal" href="#id2">1.4.1</a><ul>
<li><a class="reference internal" href="#fixed">Fixed</a></li>
</ul>
</li>
<li><a class="reference internal" href="#id2">1.4.0</a><ul>
<li><a class="reference internal" href="#id3">1.4.0</a><ul>
<li><a class="reference internal" href="#adding">Adding</a></li>
<li><a class="reference internal" href="#changed">Changed</a></li>
<li><a class="reference internal" href="#id4">Changed</a></li>
</ul>
</li>
<li><a class="reference internal" href="#id3">1.3.0</a><ul>
<li><a class="reference internal" href="#id5">1.3.0</a><ul>
<li><a class="reference internal" href="#added">Added</a></li>
<li><a class="reference internal" href="#id4">Changed</a></li>
<li><a class="reference internal" href="#id5">Fixed</a></li>
<li><a class="reference internal" href="#id6">Changed</a></li>
<li><a class="reference internal" href="#id7">Fixed</a></li>
<li><a class="reference internal" href="#removed">Removed</a></li>
</ul>
</li>
<li><a class="reference internal" href="#id6">1.2.0</a><ul>
<li><a class="reference internal" href="#id7">Added</a></li>
<li><a class="reference internal" href="#id8">Changed</a></li>
<li><a class="reference internal" href="#id8">1.2.0</a><ul>
<li><a class="reference internal" href="#id9">Added</a></li>
<li><a class="reference internal" href="#id10">Changed</a></li>
</ul>
</li>
<li><a class="reference internal" href="#id9">1.1.1</a><ul>
<li><a class="reference internal" href="#id10">Fixed</a></li>
<li><a class="reference internal" href="#id11">1.1.1</a><ul>
<li><a class="reference internal" href="#id12">Fixed</a></li>
</ul>
</li>
<li><a class="reference internal" href="#id11">1.1.0</a><ul>
<li><a class="reference internal" href="#id12">Added</a></li>
<li><a class="reference internal" href="#id13">1.1.0</a><ul>
<li><a class="reference internal" href="#id14">Added</a></li>
</ul>
</li>
<li><a class="reference internal" href="#id13">1.0.0</a><ul>
<li><a class="reference internal" href="#id14">Added</a></li>
<li><a class="reference internal" href="#id15">Removed</a></li>
<li><a class="reference internal" href="#id15">1.0.0</a><ul>
<li><a class="reference internal" href="#id16">Added</a></li>
<li><a class="reference internal" href="#id17">Removed</a></li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -334,7 +347,7 @@ <h3>Navigation</h3>
<li><a href="https://www.lucit.tech/unicorn-binance-rest-api.html">unicorn-binance-rest-api</a> &#187;</li>


<a href="index.html">unicorn-binance-rest-api 1.4.1 documentation</a> &#187;
<a href="index.html">unicorn-binance-rest-api 1.4.2 documentation</a> &#187;


<li class="nav-item nav-item-this"><a href="">unicorn-binance-rest-api Change Log</a></li>
Expand All @@ -348,7 +361,7 @@ <h3>Navigation</h3>
<div class="footer">
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues">Found a bug</a>?
<br />
Last updated on Mar 04 2022 at 15:16 (CET).
Last updated on Mar 16 2022 at 21:24 (CET).
<br />
&copy; <a href="copyright.html">Copyright</a> 2021-2022, LUCIT Systems and Development and Oliver Zehentleitner.
<br />
Expand Down
16 changes: 9 additions & 7 deletions docs/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UNICORN Binance REST API &#8212; unicorn-binance-rest-api 1.4.1 documentation</title>
<title>UNICORN Binance REST API &#8212; unicorn-binance-rest-api 1.4.2 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/pydoctheme.css" />

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


<a href="index.html">unicorn-binance-rest-api 1.4.1 documentation</a> &#187;
<a href="index.html">unicorn-binance-rest-api 1.4.2 documentation</a> &#187;


<li class="nav-item nav-item-this"><a href="">UNICORN Binance REST API</a></li>
Expand All @@ -65,13 +65,13 @@ <h3>Navigation</h3>
<div class="bodywrapper">
<div class="body" role="main">

<p><a class="reference external" href="https://pypi.org/project/unicorn-binance-rest-api/"><img alt="GitHub release" src="https://img.shields.io/github/release/LUCIT-Systems-and-Development/unicorn-binance-rest-api.svg" /></a>
<p><a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/releases"><img alt="GitHub release" src="https://img.shields.io/github/release/LUCIT-Systems-and-Development/unicorn-binance-rest-api.svg" /></a>
<a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/blob/master/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/LUCIT-Systems-and-Development/unicorn-binance-rest-api.svg?color=blue" /></a>
<a class="reference external" href="https://www.python.org/downloads/"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/unicorn-binance-rest-api.svg" /></a>
<a class="reference external" href="https://pepy.tech/project/unicorn-binance-rest-api"><img alt="Downloads" src="https://pepy.tech/badge/unicorn-binance-rest-api" /></a>
<a class="reference external" href="https://pypi.org/project/unicorn-binance-rest-api/"><img alt="PyPI - Wheel" src="https://img.shields.io/pypi/wheel/unicorn-binance-rest-api.svg?label=PyPI%20wheel" /></a>
<a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues"><img alt="PyPI - Status" src="https://img.shields.io/pypi/status/unicorn-binance-rest-api.svg" /></a>
<a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/actions/workflows/python-app.yml"><img alt="Python application" src="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/actions/workflows/python-app.yml/badge.svg" /></a>
<a class="reference external" href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/actions/workflows/unit-tests.yml"><img alt="Unit Tests" src="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/actions/workflows/unit-tests.yml/badge.svg" /></a>
<a class="reference external" href="https://lgtm.com/projects/g/LUCIT-Systems-and-Development/unicorn-binance-rest-api/alerts/"><img alt="Total alerts" src="https://img.shields.io/lgtm/alerts/g/LUCIT-Systems-and-Development/unicorn-binance-rest-api.svg?logo=lgtm&amp;logoWidth=18" /></a>
<a class="reference external" href="https://lgtm.com/projects/g/LUCIT-Systems-and-Development/unicorn-binance-rest-api/context:python"><img alt="Language grade: Python" src="https://img.shields.io/lgtm/grade/python/g/LUCIT-Systems-and-Development/unicorn-binance-rest-api.svg?logo=lgtm&amp;logoWidth=18" /></a>
<a class="reference external" href="https://codecov.io/gh/oliver-zehentleitner/unicorn-binance-rest-api"><img alt="codecov" src="https://codecov.io/gh/LUCIT-Systems-and-Development/unicorn-binance-rest-api/branch/master/graph/badge.svg?token=P7XILPPSLU" /></a>
Expand Down Expand Up @@ -297,9 +297,11 @@ <h2>Receive Notifications<a class="headerlink" href="#receive-notifications" tit
<ul class="simple">
<li><p><a class="reference external" href="https://t.me/binance_api_announcements">https://t.me/binance_api_announcements</a></p></li>
<li><p><a class="reference external" href="https://t.me/binance_api_english">https://t.me/binance_api_english</a></p></li>
<li><p><a class="reference external" href="https://t.me/BinanceExchange">https://t.me/BinanceExchange</a></p></li>
<li><p><a class="reference external" href="https://t.me/Binance_JEX_EN">https://t.me/Binance_JEX_EN</a></p></li>
<li><p><a class="reference external" href="https://t.me/Binance_USA">https://t.me/Binance_USA</a></p></li>
<li><p><a class="reference external" href="https://t.me/TRBinanceTR">https://t.me/TRBinanceTR</a></p></li>
<li><p><a class="reference external" href="https://t.me/BinanceDEXchange">https://t.me/BinanceDEXchange</a></p></li>
<li><p><a class="reference external" href="https://t.me/BinanceExchange">https://t.me/BinanceExchange</a></p></li>
</ul>
</div>
<div class="section" id="how-to-report-bugs-or-suggest-improvements">
Expand Down Expand Up @@ -465,7 +467,7 @@ <h3>Navigation</h3>
<li><a href="https://www.lucit.tech/unicorn-binance-rest-api.html">unicorn-binance-rest-api</a> &#187;</li>


<a href="index.html">unicorn-binance-rest-api 1.4.1 documentation</a> &#187;
<a href="index.html">unicorn-binance-rest-api 1.4.2 documentation</a> &#187;


<li class="nav-item nav-item-this"><a href="">UNICORN Binance REST API</a></li>
Expand All @@ -479,7 +481,7 @@ <h3>Navigation</h3>
<div class="footer">
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-rest-api/issues">Found a bug</a>?
<br />
Last updated on Mar 04 2022 at 15:16 (CET).
Last updated on Mar 16 2022 at 21:24 (CET).
<br />
&copy; <a href="copyright.html">Copyright</a> 2021-2022, LUCIT Systems and Development and Oliver Zehentleitner.
<br />
Expand Down
Loading

0 comments on commit f341220

Please sign in to comment.