Skip to content

Commit

Permalink
Updated changelog and increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
tkilias committed Aug 21, 2023
1 parent 16e9fad commit d4f892f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/changes/changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
27 changes: 27 additions & 0 deletions doc/changes/changes_0.5.0.md
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "exasol-sagemaker-extension"
version = "0.4.0"
version = "0.5.0"
description = "Exasol SageMaker Integration"

license = "MIT"
Expand Down

0 comments on commit d4f892f

Please sign in to comment.