Skip to content

Commit 0038a94

Browse files
authored
Prepared release 0.3.0 (#136)
1 parent 63a755a commit 0038a94

File tree

3 files changed

+151
-45
lines changed

3 files changed

+151
-45
lines changed

doc/changes/changes_0.3.0.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
# 0.3.0 - T.B.D.
1+
# Exasol Notebook Connector 0.3.0, released 2024-09-09
22

3-
# Changes
3+
Code name: Support existing DockerDB and bug fixes
4+
5+
## Summary
6+
7+
This release adds support to use an instance of the DockerDB provided externally and fixes some minor bugs.
48

59
## Features
610

7-
* #131: Let the itde_manager use an instance of the DockerDB provided externally.
11+
* #131: Let the `itde_manager` use an instance of the DockerDB provided externally.
812

913
## Bugfixes
1014

1115
* #133: Fixed the following defects:
1216
- Using the `allow_override` option when deploying a language container.
13-
- Storing internal bucket-fs host and port in a bucket-fs connection object.
17+
- Storing internal bucket-fs host and port in a bucket-fs connection object.
1418

1519
## Refactoring
1620

poetry.lock

Lines changed: 142 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ build-backend = "poetry.core.masonry.api"
5252
pytest = "^7.1.1"
5353
pytest-mock = "^3.7.0"
5454
pytest_dependency = ">=0.6.0"
55-
exasol-toolbox = "^0.5.0"
55+
exasol-toolbox = "^0.14.0"
5656

5757

5858
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)