Skip to content

Commit 476c78a

Browse files
0.1.4 RC
1 parent 58efa82 commit 476c78a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+130
-93
lines changed

.github/workflows/gh_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
- name: Create GitHub Release
1717
uses: softprops/action-gh-release@v1
1818
with:
19-
tag_name: 0.1.3
20-
name: Release 0.1.3
19+
tag_name: 0.1.4
20+
name: Release 0.1.4
2121
body: |
2222
Please read the [CHANGELOG](https://unicorn-depthcache-cluster-for-binance.docs.lucit.tech/changelog.html) for further information.
2323
draft: false

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
99

1010
[How to upgrade to the latest version!](https://unicorn-depthcache-cluster-for-binance.docs.lucit.tech/readme.html#installation-and-upgrade)
1111

12-
## 0.1.3.dev (development stage/unreleased/unstable)
12+
## 0.1.4.dev (development stage/unreleased/unstable)
13+
14+
## 0.1.4
15+
### Fixed
16+
- https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance/issues/8 - We don't overwrite
17+
the None anymore.
1318

1419
## 0.1.3
1520
MVP release!

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ helm search repo lucit-ubdcc
126126
- Then
127127

128128
```
129-
helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.3
129+
helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.4
130130
```
131131

132132
#### Choose a namespace
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lucit-ubdcc-dcn==0.1.3
1+
lucit-ubdcc-dcn==0.1.4
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lucit-ubdcc-mgmt==0.1.3
1+
lucit-ubdcc-mgmt==0.1.4
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
lucit-ubdcc-restapi==0.1.3
1+
lucit-ubdcc-restapi==0.1.4

dev/docker/lucit-ubdcc-dcn-latest.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
VERSION="0.1.3-latest"
5+
VERSION="0.1.4-latest"
66

77
echo Deploying UBDCC DepthCacheCluster $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories
88

dev/docker/lucit-ubdcc-dcn.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
VERSION="0.1.3"
5+
VERSION="0.1.4"
66

77
echo Deploying UBDCC DepthCacheCluster $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories
88

dev/docker/lucit-ubdcc-mgmt-latest.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
VERSION="0.1.3-latest"
5+
VERSION="0.1.4-latest"
66

77
echo Deploying UBDCC Mgmt $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories
88

dev/docker/lucit-ubdcc-mgmt.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
VERSION="0.1.3"
5+
VERSION="0.1.4"
66

77
echo Deploying UBDCC Mgmt $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories
88

dev/docker/lucit-ubdcc-restapi-latest.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
VERSION="0.1.3-latest"
5+
VERSION="0.1.4-latest"
66

77
echo Deploying UBDCC RESTAPI $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories
88

dev/docker/lucit-ubdcc-restapi.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
VERSION="0.1.3"
5+
VERSION="0.1.4"
66

77
echo Deploying UBDCC RESTAPI $VERSION to https://i018oau9.c1.de1.container-registry.ovh.net/harbor/projects/3/repositories
88

dev/helm/lucit-ubdcc/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ type: application
1717
# This is the chart version. This version number should be incremented each time you make changes
1818
# to the chart and its templates, including the app version.
1919
# Versions are expected to follow Semantic Versioning (https://semver.org/)
20-
version: 0.1.3
20+
version: 0.1.4
2121

2222
# This is the version number of the application being deployed. This version number should be
2323
# incremented each time you make changes to the application. Versions are not expected to
2424
# follow Semantic Versioning. They should reflect the version the application is using.
2525
# It is recommended to use it with quotes.
26-
appVersion: "0.1.3"
26+
appVersion: "0.1.4"

dev/set_version_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ files:
2626
- packages/lucit-ubdcc-shared-modules/pyproject.toml
2727
- packages/lucit-ubdcc-shared-modules/setup.py
2828
- README.md
29-
version: 0.1.3
29+
version: 0.1.4

dev/sphinx/source/changelog.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
99

1010
[How to upgrade to the latest version!](https://unicorn-depthcache-cluster-for-binance.docs.lucit.tech/readme.html#installation-and-upgrade)
1111

12-
## 0.1.3.dev (development stage/unreleased/unstable)
12+
## 0.1.4.dev (development stage/unreleased/unstable)
13+
14+
## 0.1.4
15+
### Fixed
16+
- https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance/issues/8 - We don't overwrite
17+
the None anymore.
1318

1419
## 0.1.3
1520
MVP release!

dev/sphinx/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# The short X.Y version
3232
version = ''
3333
# The full version, including alpha/beta/rc tags
34-
release = '0.1.3'
34+
release = '0.1.4'
3535

3636
html_last_updated_fmt = "%b %d %Y at %H:%M (CET)"
3737

dev/sphinx/source/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ helm search repo lucit-ubdcc
126126
- Then
127127

128128
```
129-
helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.3
129+
helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.4
130130
```
131131

132132
#### Choose a namespace

docs/.buildinfo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 47f66109f4c911298cf078a16f801f19
3+
config: 76574f83e86b9d081018e4df524aad38
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_modules/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Overview: module code &#8212; unicorn-depthcache-cluster-for-binance 0.1.3 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Overview: module code &#8212; unicorn-depthcache-cluster-for-binance 0.1.4 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
88

99
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=92fd9be5" />
1010
<link rel="stylesheet" type="text/css" href="../_static/pydoctheme.css?v=fdf8e9ae" />
@@ -260,7 +260,7 @@ <h3>Navigation</h3>
260260
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
261261
&copy; <a href="/license.html">Copyright</a> 2022-2023, LUCIT Systems and Development. All Rights Reserved..
262262
See <a href="/license.html">License</a> for more information.<br />
263-
Last updated on Oct 28 2024 at 09:55 (CET).
263+
Last updated on Oct 28 2024 at 15:30 (CET).
264264
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance/issues/new/choose">Found a bug</a>?
265265
<br />
266266
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.

docs/_modules/lucit_ubdcc_dcn/DepthCacheNode.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>lucit_ubdcc_dcn.DepthCacheNode &#8212; unicorn-depthcache-cluster-for-binance 0.1.3 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>lucit_ubdcc_dcn.DepthCacheNode &#8212; unicorn-depthcache-cluster-for-binance 0.1.4 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
88

99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=92fd9be5" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pydoctheme.css?v=fdf8e9ae" />
@@ -203,7 +203,7 @@ <h1>Source code for lucit_ubdcc_dcn.DepthCacheNode</h1><div class="highlight"><p
203203
<span class="bp">self</span><span class="o">.</span><span class="n">app</span><span class="o">.</span><span class="n">data</span><span class="p">[</span><span class="s1">&#39;depthcache_instances&#39;</span><span class="p">][</span><span class="n">dc</span><span class="p">[</span><span class="s1">&#39;exchange&#39;</span><span class="p">]]</span> <span class="o">=</span> <span class="p">{}</span>
204204
<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">app</span><span class="o">.</span><span class="n">data</span><span class="p">[</span><span class="s1">&#39;depthcache_instances&#39;</span><span class="p">][</span><span class="n">dc</span><span class="p">[</span><span class="s1">&#39;exchange&#39;</span><span class="p">]]</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">dc</span><span class="p">[</span><span class="s1">&#39;update_interval&#39;</span><span class="p">])</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span>
205205
<span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">app</span><span class="o">.</span><span class="n">data</span><span class="p">[</span><span class="s1">&#39;db&#39;</span><span class="p">]</span><span class="o">.</span><span class="n">get_license_status</span><span class="p">()</span> <span class="o">==</span> <span class="s2">&quot;VALID&quot;</span><span class="p">:</span>
206-
<span class="k">if</span> <span class="n">dc</span><span class="p">[</span><span class="s1">&#39;update_interval&#39;</span><span class="p">]</span> <span class="o">==</span> <span class="mi">1000</span><span class="p">:</span>
206+
<span class="k">if</span> <span class="n">dc</span><span class="p">[</span><span class="s1">&#39;update_interval&#39;</span><span class="p">]</span> <span class="ow">is</span> <span class="kc">None</span><span class="p">:</span>
207207
<span class="k">try</span><span class="p">:</span>
208208
<span class="bp">self</span><span class="o">.</span><span class="n">app</span><span class="o">.</span><span class="n">data</span><span class="p">[</span><span class="s1">&#39;depthcache_instances&#39;</span><span class="p">][</span><span class="n">dc</span><span class="p">[</span><span class="s1">&#39;exchange&#39;</span><span class="p">]][</span><span class="n">dc</span><span class="p">[</span><span class="s1">&#39;update_interval&#39;</span><span class="p">]]</span> <span class="o">=</span> \
209209
<span class="n">BinanceLocalDepthCacheManager</span><span class="p">(</span>
@@ -383,7 +383,7 @@ <h3>Navigation</h3>
383383
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
384384
&copy; <a href="/license.html">Copyright</a> 2022-2023, LUCIT Systems and Development. All Rights Reserved..
385385
See <a href="/license.html">License</a> for more information.<br />
386-
Last updated on Oct 25 2024 at 19:15 (CET).
386+
Last updated on Oct 28 2024 at 15:30 (CET).
387387
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance/issues/new/choose">Found a bug</a>?
388388
<br />
389389
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.

docs/_modules/lucit_ubdcc_shared_modules/App.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>lucit_ubdcc_shared_modules.App &#8212; unicorn-depthcache-cluster-for-binance 0.1.3 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>lucit_ubdcc_shared_modules.App &#8212; unicorn-depthcache-cluster-for-binance 0.1.4 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
88

99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=92fd9be5" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pydoctheme.css?v=fdf8e9ae" />
@@ -188,7 +188,7 @@ <h1>Source code for lucit_ubdcc_shared_modules.App</h1><div class="highlight"><p
188188
<span class="n">REST_SERVER_PORT_DEV_DCN</span><span class="p">:</span> <span class="nb">int</span> <span class="o">=</span> <span class="mi">42082</span>
189189
<span class="n">REST_SERVER_PORT_DEV_MGMT</span><span class="p">:</span> <span class="nb">int</span> <span class="o">=</span> <span class="mi">42080</span>
190190
<span class="n">REST_SERVER_PORT_DEV_RESTAPI</span><span class="p">:</span> <span class="nb">int</span> <span class="o">=</span> <span class="mi">42081</span>
191-
<span class="n">VERSION</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;0.1.3&quot;</span>
191+
<span class="n">VERSION</span><span class="p">:</span> <span class="nb">str</span> <span class="o">=</span> <span class="s2">&quot;0.1.4&quot;</span>
192192

193193

194194
<div class="viewcode-block" id="App">
@@ -952,7 +952,7 @@ <h3>Navigation</h3>
952952
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
953953
&copy; <a href="/license.html">Copyright</a> 2022-2023, LUCIT Systems and Development. All Rights Reserved..
954954
See <a href="/license.html">License</a> for more information.<br />
955-
Last updated on Oct 25 2024 at 19:15 (CET).
955+
Last updated on Oct 28 2024 at 15:30 (CET).
956956
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance/issues/new/choose">Found a bug</a>?
957957
<br />
958958
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.

docs/_modules/lucit_ubdcc_shared_modules/Database.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>lucit_ubdcc_shared_modules.Database &#8212; unicorn-depthcache-cluster-for-binance 0.1.3 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>lucit_ubdcc_shared_modules.Database &#8212; unicorn-depthcache-cluster-for-binance 0.1.4 documentation</title><meta name="viewport" content="width=device-width, initial-scale=1.0">
88

99
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=92fd9be5" />
1010
<link rel="stylesheet" type="text/css" href="../../_static/pydoctheme.css?v=fdf8e9ae" />
@@ -221,7 +221,7 @@ <h1>Source code for lucit_ubdcc_shared_modules.Database</h1><div class="highligh
221221
<span class="k">else</span><span class="p">:</span>
222222
<span class="n">desired_quantity</span> <span class="o">=</span> <span class="nb">int</span><span class="p">(</span><span class="n">desired_quantity</span><span class="p">)</span>
223223
<span class="k">if</span> <span class="n">update_interval</span> <span class="ow">is</span> <span class="kc">None</span> <span class="ow">or</span> <span class="n">update_interval</span> <span class="o">==</span> <span class="s2">&quot;None&quot;</span><span class="p">:</span>
224-
<span class="n">update_interval</span> <span class="o">=</span> <span class="mi">1000</span>
224+
<span class="n">update_interval</span> <span class="o">=</span> <span class="kc">None</span>
225225
<span class="k">else</span><span class="p">:</span>
226226
<span class="n">update_interval</span> <span class="o">=</span> <span class="nb">int</span><span class="p">(</span><span class="n">update_interval</span><span class="p">)</span>
227227
<span class="k">if</span> <span class="n">refresh_interval</span> <span class="ow">is</span> <span class="kc">None</span> <span class="ow">or</span> <span class="n">refresh_interval</span> <span class="o">==</span> <span class="s2">&quot;None&quot;</span><span class="p">:</span>
@@ -871,7 +871,7 @@ <h3>Navigation</h3>
871871
<a href="https://docs.lucit.tech">Index of all LUCIT Software Documentation</a><br />
872872
&copy; <a href="/license.html">Copyright</a> 2022-2023, LUCIT Systems and Development. All Rights Reserved..
873873
See <a href="/license.html">License</a> for more information.<br />
874-
Last updated on Oct 25 2024 at 19:15 (CET).
874+
Last updated on Oct 28 2024 at 15:30 (CET).
875875
<a href="https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance/issues/new/choose">Found a bug</a>?
876876
<br />
877877
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.4.7.

docs/_sources/changelog.md.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
99

1010
[How to upgrade to the latest version!](https://unicorn-depthcache-cluster-for-binance.docs.lucit.tech/readme.html#installation-and-upgrade)
1111

12-
## 0.1.3.dev (development stage/unreleased/unstable)
12+
## 0.1.4.dev (development stage/unreleased/unstable)
13+
14+
## 0.1.4
15+
### Fixed
16+
- https://github.com/LUCIT-Systems-and-Development/unicorn-depthcache-cluster-for-binance/issues/8 - We don't overwrite
17+
the None anymore.
1318

1419
## 0.1.3
1520
MVP release!

docs/_sources/readme.md.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ helm search repo lucit-ubdcc
126126
- Then
127127

128128
```
129-
helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.3
129+
helm install lucit-ubdcc lucit-ubdcc/lucit-ubdcc --version 0.1.4
130130
```
131131

132132
#### Choose a namespace

0 commit comments

Comments
 (0)