Skip to content

Commit

Permalink
Added ticket references to changges_.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Nov 23, 2023
1 parent 6d6aee2 commit 11264f2
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
12 changes: 12 additions & 0 deletions doc/changes/changes_0.2.1.md
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
10 changes: 10 additions & 0 deletions doc/changes/changes_0.2.2.md
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
1 change: 0 additions & 1 deletion exasol/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import pyexasol # type: ignore
import sqlalchemy # type: ignore

import exasol.bucketfs as bfs # type: ignore
from exasol.secret_store import Secrets

Expand Down

0 comments on commit 11264f2

Please sign in to comment.