diff --git a/.gitignore b/.gitignore index 188163c..ca34110 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,5 @@ coverage.out .settings /.mypy_cache/ /.pytest_cache/ + +.ipynb_checkpoints \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e5505..2700342 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning]. ## [Unreleased] +## [0.4.2] - 2024-11-20 + +### Changed in 0.4.2 + +- Add "Sandbox" concept +- Add goals + ## [0.4.0] - 2024-11-19 ### Changed in 0.4.0 diff --git a/go.mod b/go.mod index a63fab0..2a12cb1 100644 --- a/go.mod +++ b/go.mod @@ -39,7 +39,7 @@ require ( github.com/go-logr/logr v1.4.2 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/go-sql-driver/mysql v1.8.1 // indirect - github.com/godror/godror v0.45.1 // indirect + github.com/godror/godror v0.45.2 // indirect github.com/godror/knownpb v0.2.0 // indirect github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect github.com/golang-sql/sqlexp v0.1.0 // indirect diff --git a/go.sum b/go.sum index db67246..10f78c3 100644 --- a/go.sum +++ b/go.sum @@ -58,8 +58,8 @@ github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag= github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE= github.com/go-sql-driver/mysql v1.8.1 h1:LedoTUt/eveggdHS9qUFC1EFSa8bU2+1pZjSRpvNJ1Y= github.com/go-sql-driver/mysql v1.8.1/go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg= -github.com/godror/godror v0.45.1 h1:MnnUcU9/9rpLV3/Amv6kiT82pAlR0v5MFk/EXdKrblU= -github.com/godror/godror v0.45.1/go.mod h1:44hxVDzvFSwc+yGyRM+riCLNAY5SwZkUfLzVTh5MXCg= +github.com/godror/godror v0.45.2 h1:rkXxmD+/QdKz0PTOuSfEmWNFCHnKpWS8b8HUl+5V7us= +github.com/godror/godror v0.45.2/go.mod h1:44hxVDzvFSwc+yGyRM+riCLNAY5SwZkUfLzVTh5MXCg= github.com/godror/knownpb v0.2.0 h1:RJLntksFiKUHoUz3wCCJ8+DBjxSLYHYDNl1xRz0/gXI= github.com/godror/knownpb v0.2.0/go.mod h1:kRahRJBwqTenpVPleymQ4k433Xz2Wuy7dOeFSuEpmkI= github.com/golang-jwt/jwt/v5 v5.2.0 h1:d/ix8ftRUorsN+5eMIlF4T6J8CAt9rch3My2winC1Jw= diff --git a/httpserver/static/root/component/bottom-nav.html b/httpserver/static/root/component/bottom-nav.html index 2e68988..84863da 100644 --- a/httpserver/static/root/component/bottom-nav.html +++ b/httpserver/static/root/component/bottom-nav.html @@ -11,7 +11,16 @@ External sites diff --git a/httpserver/static/root/component/install-python-package.html b/httpserver/static/root/component/install-python-package.html new file mode 100644 index 0000000..6292b37 --- /dev/null +++ b/httpserver/static/root/component/install-python-package.html @@ -0,0 +1,10 @@ +

+ Prepare your Python environment by installing the senzing-grpc + package into your environment. +
Example: +

+

+    python3 -m pip install --upgrade senzing-grpc
+    
+
+

\ No newline at end of file diff --git a/httpserver/static/root/component/left-nav-python.html b/httpserver/static/root/component/left-nav-python.html index d41c3fc..040f412 100644 --- a/httpserver/static/root/component/left-nav-python.html +++ b/httpserver/static/root/component/left-nav-python.html @@ -1,10 +1,10 @@ - Senzing Playground + Senzing