Skip to content

Commit

Permalink
Prepared release 0.3.0 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki authored Sep 9, 2024
1 parent 63a755a commit 0038a94
Show file tree
Hide file tree
Showing 3 changed files with 151 additions and 45 deletions.
12 changes: 8 additions & 4 deletions doc/changes/changes_0.3.0.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# 0.3.0 - T.B.D.
# Exasol Notebook Connector 0.3.0, released 2024-09-09

# Changes
Code name: Support existing DockerDB and bug fixes

## Summary

This release adds support to use an instance of the DockerDB provided externally and fixes some minor bugs.

## Features

* #131: Let the itde_manager use an instance of the DockerDB provided externally.
* #131: Let the `itde_manager` use an instance of the DockerDB provided externally.

## Bugfixes

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

## Refactoring

Expand Down
182 changes: 142 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ build-backend = "poetry.core.masonry.api"
pytest = "^7.1.1"
pytest-mock = "^3.7.0"
pytest_dependency = ">=0.6.0"
exasol-toolbox = "^0.5.0"
exasol-toolbox = "^0.14.0"


[tool.pytest.ini_options]
Expand Down

0 comments on commit 0038a94

Please sign in to comment.