File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
- ## 2.3.x (Unreleased)
3
+ ## 2.4.x (Unreleased)
4
+
5
+ ## 2.4.0 (2023-02-21)
6
+
7
+ - Improve compatibility when installed alongside other Databricks namespace Python packages
8
+ - Add SQLAlchemy dialect
4
9
5
10
## 2.3.0 (2023-01-10)
6
11
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " databricks-sql-connector"
3
- version = " 2.3 .0"
3
+ version = " 2.4 .0"
4
4
description = " Databricks SQL Connector for Python"
5
5
authors = [
" Databricks <[email protected] >" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ def __repr__(self):
28
28
DATE = DBAPITypeObject ("date" )
29
29
ROWID = DBAPITypeObject ()
30
30
31
- __version__ = "2.3 .0"
31
+ __version__ = "2.4 .0"
32
32
USER_AGENT_NAME = "PyDatabricksSqlConnector"
33
33
34
34
# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments