From 37f848a323427b2b5467111f731bdc039f8c7370 Mon Sep 17 00:00:00 2001 From: Torsten Kilias Date: Mon, 21 Aug 2023 16:17:54 +0200 Subject: [PATCH] Updated changelog and increase version (#88) --- doc/changes/changelog.md | 1 + doc/changes/changes_0.5.0.md | 27 +++++++++++++++++++++++++++ pyproject.toml | 2 +- 3 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 doc/changes/changes_0.5.0.md diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index a8ecbf5f..327e889a 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,5 +1,6 @@ # Changelog +* [0.5.0](changes_0.5.0.md) * [0.4.0](changes_0.4.0.md) * [0.3.0](changes_0.3.0.md) * [0.2.2](changes_0.2.2.md) diff --git a/doc/changes/changes_0.5.0.md b/doc/changes/changes_0.5.0.md new file mode 100644 index 00000000..6f9dd7e8 --- /dev/null +++ b/doc/changes/changes_0.5.0.md @@ -0,0 +1,27 @@ +# SageMaker Extension 0.5.0, released 2022-08-21 + +Code name: Enabled encryption for pyexasol + +## Summary + +This release enabled encryption for the pyexasol connections used in this project +to fix connection issues with newer Exasol DB versions. + +**Note**: Currently, we deactivated the SSL verification, we are going to fix this in this [issue](https://github.com/exasol/sagemaker-extension/issues/86). + +### Features + +n/a + +### Bug Fixes + + - #83: Add encryption and ignore SSL verification to pyexasol.connect calls + +### Documentation + +n/a + +### Refactoring + + - #82: Remove setup.py and update poetry to 1.4.0 + \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index e574752a..3ca5ad59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "exasol-sagemaker-extension" -version = "0.4.0" +version = "0.5.0" description = "Exasol SageMaker Integration" license = "MIT"