-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added ticket references to changges_.md files
- Loading branch information
Showing
3 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Exasol Notebook Connector 0.2.1, released 2023-11-14 | ||
|
||
## Summary | ||
|
||
This release adds the connections module and fixes a couple of bugs | ||
|
||
## Changes | ||
|
||
* #21: Bug fix: Removes uniqueness of values in the Secret Store | ||
* #22: Bug fix: Corrects usage example in the documentation | ||
* #23: Adds the connections module | ||
* #26: Allows providing a default value when querying the Secret Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Exasol Notebook Connector 0.2.1, released 2023-11-23 | ||
|
||
## Summary | ||
|
||
This release fixes a couple of issues with the connections module | ||
|
||
## Changes | ||
|
||
* #28: Treats empty string values in configuration as None | ||
* #29: Connection does not try to set a default schema |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters