From f1ab08b7479a59d34b3455d1077fcc289386043c Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Thu, 4 Jul 2024 10:27:18 +0200 Subject: [PATCH] Prepare release 0.26.0 (#147) --- CHANGELOG.md | 9 ++++++++- pyproject.toml | 3 ++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f19e8..d7c9c62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,19 @@ ## [Unreleased] +## [0.26.0] - 2024-07-04 + - Added dbapi2 compliant driver interface `exasol.driver.websocket` ontop of pyexasol -- Switched packaging and project workflow to poetry + + ⚠️ Note: + + This driver facade should only be used if one is certain that using the dbapi2 is the right solution for their scenario, taking all implications into account. For more details on why and who should avoid using dbapi2, please refer to the [DBAPI2 compatibility section](/docs/DBAPI_COMPAT.md) in our documentation. + - Droped support for python 3.7 - Droped support for Exasol 6.x - Droped support for Exasol 7.0.x - Relocked dependencies (Internal) +- Switched packaging and project workflow to poetry (internal) ## [0.25.2] - 2023-03-14 diff --git a/pyproject.toml b/pyproject.toml index f9f23b7..7d98837 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,8 @@ description = "Exasol python driver with extra features" packages = [ { include = "pyexasol" }, - { include = "pyexasol_utils" } + { include = "pyexasol_utils" }, + { include = "exasol" } ] authors = [ "Vitaly Markov ",