Skip to content

Commit f1ab08b

Browse files
authored
Prepare release 0.26.0 (#147)
1 parent 8e3b361 commit f1ab08b

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22

33
## [Unreleased]
44

5+
## [0.26.0] - 2024-07-04
6+
57
- Added dbapi2 compliant driver interface `exasol.driver.websocket` ontop of pyexasol
6-
- Switched packaging and project workflow to poetry
8+
9+
⚠️ Note:
10+
11+
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.
12+
713
- Droped support for python 3.7
814
- Droped support for Exasol 6.x
915
- Droped support for Exasol 7.0.x
1016
- Relocked dependencies (Internal)
17+
- Switched packaging and project workflow to poetry (internal)
1118

1219
## [0.25.2] - 2023-03-14
1320

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ description = "Exasol python driver with extra features"
77

88
packages = [
99
{ include = "pyexasol" },
10-
{ include = "pyexasol_utils" }
10+
{ include = "pyexasol_utils" },
11+
{ include = "exasol" }
1112
]
1213
authors = [
1314
"Vitaly Markov <[email protected]>",

0 commit comments

Comments
 (0)