Skip to content

0.5.0: Enabled encryption for pyexasol

Compare
Choose a tag to compare
@tkilias tkilias released this 21 Aug 15:42
· 30 commits to main since this release
3b93869

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.

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