Skip to content

Commit

Permalink
0.0.74
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed Oct 10, 2024
1 parent a523f4d commit 21e9008
Show file tree
Hide file tree
Showing 25 changed files with 40 additions and 34 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
tag_name: 0.0.73
name: Release 0.0.73
tag_name: 0.0.74
name: Release 0.0.74
body: |
Please read the [CHANGELOG](https://unicorn-binance-depthcache-cluster.docs.lucit.tech/changelog.html) for further information.
draft: false
Expand Down
2 changes: 1 addition & 1 deletion container/generic_loader/requirements-lucit_ubdcc_dcn.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lucit-ubdcc-dcn==0.0.73
lucit-ubdcc-dcn==0.0.74
unicorn_binance_local_depth_cache>=2.1.1
2 changes: 1 addition & 1 deletion container/generic_loader/requirements-lucit_ubdcc_mgmt.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lucit-ubdcc-mgmt==0.0.73
lucit-ubdcc-mgmt==0.0.74
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lucit-ubdcc-restapi==0.0.73
lucit-ubdcc-restapi==0.0.74
10 changes: 6 additions & 4 deletions dev/_todo.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Todo:

1. Check if license is valid bevor starting a UBLDC instance
2. Replace JSON lib?
3. Controll if it is in all DB write operations self._set_update_timestamp()
4. Sync DNC last restart time
1. Replace JSON lib?
2. Controll if it is in all DB write operations self._set_update_timestamp()
3. Sync DNC last restart time

Ideas:
- use websocket between client und restapi instead of rest
2 changes: 1 addition & 1 deletion dev/docker/lucit-ubdcc-dcn-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="0.0.73-latest"
VERSION="0.0.74-latest"

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

Expand Down
2 changes: 1 addition & 1 deletion dev/docker/lucit-ubdcc-dcn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="0.0.73"
VERSION="0.0.74"

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

Expand Down
2 changes: 1 addition & 1 deletion dev/docker/lucit-ubdcc-mgmt-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="0.0.73-latest"
VERSION="0.0.74-latest"

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

Expand Down
2 changes: 1 addition & 1 deletion dev/docker/lucit-ubdcc-mgmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="0.0.73"
VERSION="0.0.74"

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

Expand Down
2 changes: 1 addition & 1 deletion dev/docker/lucit-ubdcc-restapi-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="0.0.73-latest"
VERSION="0.0.74-latest"

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

Expand Down
2 changes: 1 addition & 1 deletion dev/docker/lucit-ubdcc-restapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

VERSION="0.0.73"
VERSION="0.0.74"

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

Expand Down
2 changes: 1 addition & 1 deletion dev/set_version_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ files:
- packages/lucit-ubdcc-shared-modules/lucit_ubdcc_shared_modules/App.py
- packages/lucit-ubdcc-shared-modules/pyproject.toml
- packages/lucit-ubdcc-shared-modules/setup.py
version: 0.0.73
version: 0.0.74
4 changes: 2 additions & 2 deletions packages/lucit-ubdcc-dcn/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lucit-ubdcc-dcn"
version = "0.0.73"
version = "0.0.74"
description = "LUCIT UBDCC DepthCacheNode"
authors = ["LUCIT Systems and Development <info@lucit.tech>"]
license = "LSOSL - LUCIT Synergetic Open Source License"
Expand All @@ -25,7 +25,7 @@ repository = "https://github.com/LUCIT-Systems-and-Development/unicorn-binance-d
[tool.poetry.dependencies]
python = ">=3.12.0"
lucit-licensing-python = ">=1.8.2"
lucit-ubdcc-shared-modules = "==0.0.73"
lucit-ubdcc-shared-modules = "==0.0.74"

[tool.poetry.dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion packages/lucit-ubdcc-dcn/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
lucit-ubdcc-shared-modules==0.0.73
lucit-ubdcc-shared-modules==0.0.74
unicorn_binance_local_depth_cache>=2.1.1
4 changes: 2 additions & 2 deletions packages/lucit-ubdcc-dcn/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@

setup(
name=name,
version="0.0.73",
version="0.0.74",
author="LUCIT Systems and Development",
author_email='info@lucit.tech',
url="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-depthcache-cluster",
description="LUCIT UBDCC REST API",
long_description=long_description,
long_description_content_type="text/markdown",
license='LSOSL - LUCIT Synergetic Open Source License',
install_requires=['lucit-licensing-python>=1.8.2', 'lucit-ubdcc-shared-modules==0.0.73'],
install_requires=['lucit-licensing-python>=1.8.2', 'lucit-ubdcc-shared-modules==0.0.74'],
keywords='',
project_urls={
'Howto': 'https://www.lucit.tech/unicorn-binance-depthcache-cluster.html#howto',
Expand Down
4 changes: 4 additions & 0 deletions packages/lucit-ubdcc-mgmt/lucit_ubdcc_mgmt/RestEndpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ async def create_depthcache(self, request: Request):
update_interval = None
else:
update_interval = int(update_interval)
if refresh_interval is None or update_interval == "None":
refresh_interval = None
else:
refresh_interval = int(refresh_interval)
if exchange is None or market is None:
return self.get_error_response(event=event, error_id="#1016",
message="Missing required parameter: exchange, market")
Expand Down
4 changes: 2 additions & 2 deletions packages/lucit-ubdcc-mgmt/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lucit-ubdcc-mgmt"
version = "0.0.73"
version = "0.0.74"
description = "LUCIT UBDCC Mgmt Service"
authors = ["LUCIT Systems and Development <info@lucit.tech>"]
license = "LSOSL - LUCIT Synergetic Open Source License"
Expand All @@ -25,7 +25,7 @@ repository = "https://github.com/LUCIT-Systems-and-Development/unicorn-binance-d
[tool.poetry.dependencies]
python = ">=3.12.0"
lucit-licensing-python = ">=1.8.2"
lucit-ubdcc-shared-modules = "==0.0.73"
lucit-ubdcc-shared-modules = "==0.0.74"

[tool.poetry.dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion packages/lucit-ubdcc-mgmt/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lucit-ubdcc-shared-modules==0.0.73
lucit-ubdcc-shared-modules==0.0.74
4 changes: 2 additions & 2 deletions packages/lucit-ubdcc-mgmt/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@

setup(
name=name,
version="0.0.73",
version="0.0.74",
author="LUCIT Systems and Development",
author_email='info@lucit.tech',
url="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-depthcache-cluster",
description="LUCIT UBDCC Mgmt",
long_description=long_description,
long_description_content_type="text/markdown",
license='LSOSL - LUCIT Synergetic Open Source License',
install_requires=['lucit-licensing-python>=1.8.2', 'lucit-ubdcc-shared-modules==0.0.73'],
install_requires=['lucit-licensing-python>=1.8.2', 'lucit-ubdcc-shared-modules==0.0.74'],
keywords='',
project_urls={
'Howto': 'https://www.lucit.tech/unicorn-binance-depthcache-cluster.html#howto',
Expand Down
4 changes: 2 additions & 2 deletions packages/lucit-ubdcc-restapi/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lucit-ubdcc-restapi"
version = "0.0.73"
version = "0.0.74"
description = "LUCIT UBDCC REST API"
authors = ["LUCIT Systems and Development <info@lucit.tech>"]
license = "LSOSL - LUCIT Synergetic Open Source License"
Expand All @@ -25,7 +25,7 @@ repository = "https://github.com/LUCIT-Systems-and-Development/unicorn-binance-d
[tool.poetry.dependencies]
python = ">=3.12.0"
lucit-licensing-python = ">=1.8.2"
lucit-ubdcc-shared-modules = "==0.0.73"
lucit-ubdcc-shared-modules = "==0.0.74"

[tool.poetry.dev-dependencies]

Expand Down
2 changes: 1 addition & 1 deletion packages/lucit-ubdcc-restapi/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lucit-ubdcc-shared-modules==0.0.73
lucit-ubdcc-shared-modules==0.0.74
4 changes: 2 additions & 2 deletions packages/lucit-ubdcc-restapi/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@

setup(
name=name,
version="0.0.73",
version="0.0.74",
author="LUCIT Systems and Development",
author_email='info@lucit.tech',
url="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-depthcache-cluster",
description="LUCIT UBDCC REST API",
long_description=long_description,
long_description_content_type="text/markdown",
license='LSOSL - LUCIT Synergetic Open Source License',
install_requires=['lucit-licensing-python>=1.8.2', 'lucit-ubdcc-shared-modules==0.0.73'],
install_requires=['lucit-licensing-python>=1.8.2', 'lucit-ubdcc-shared-modules==0.0.74'],
keywords='',
project_urls={
'Howto': 'https://www.lucit.tech/unicorn-binance-depthcache-cluster.html#howto',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
REST_SERVER_PORT_DEV_DCN: int = 42082
REST_SERVER_PORT_DEV_MGMT: int = 42080
REST_SERVER_PORT_DEV_RESTAPI: int = 42081
VERSION: str = "0.0.73"
VERSION: str = "0.0.74"


class App:
Expand Down
2 changes: 1 addition & 1 deletion packages/lucit-ubdcc-shared-modules/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lucit-ubdcc-shared-modules"
version = "0.0.73"
version = "0.0.74"
description = "LUCIT UBDCC Shared Modules"
authors = ["LUCIT Systems and Development <info@lucit.tech>"]
license = "LSOSL - LUCIT Synergetic Open Source License"
Expand Down
2 changes: 1 addition & 1 deletion packages/lucit-ubdcc-shared-modules/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name=name,
version="0.0.73",
version="0.0.74",
author="LUCIT Systems and Development",
author_email='info@lucit.tech',
url="https://github.com/LUCIT-Systems-and-Development/unicorn-binance-depthcache-cluster",
Expand Down

0 comments on commit 21e9008

Please sign in to comment.