Skip to content

Commit 90e4ccc

Browse files
committed
Bump to version 2.0.10
Co-authored-by: Isaac Signed-off-by: Madhavendra Rathore <madhavendra.rathore@databricks.com>
1 parent f4b0bf8 commit 90e4ccc

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# Release History
22

3-
# 2.0.10 (unreleased)
3+
# 2.0.10 (2026-06-18)
44

5-
- Fix: Use public `user_agent_entry` connect parameter instead of deprecated `_user_agent_entry` to silence the deprecation warning from `databricks-sql-connector >= 4.0.1` (databricks/databricks-sqlalchemy#36)
5+
- Fix: Quote bind parameter names containing non-identifier characters (e.g. hyphens, backticks) so columns and parameters with special characters bind correctly (databricks/databricks-sqlalchemy#60 by @msrathore-db)
6+
- Fix: Bind UUID values in canonical hyphenated form (databricks/databricks-sqlalchemy#63 by @sreekanth-db, fixes #50)
7+
- Fix: Support pandas multi-row inserts with mixed-type columns via adaptive CAST, including bind names that contain escape-map characters, with an opt-out gate (databricks/databricks-sqlalchemy#68, #69 by @msrathore-db)
8+
- Fix: Use public `user_agent_entry` connect parameter instead of deprecated `_user_agent_entry` to silence the deprecation warning from `databricks-sql-connector >= 4.0.1` (databricks/databricks-sqlalchemy#64 by @jprakash-db)
69

710
# 2.0.9 (2026-02-20)
811

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "databricks-sqlalchemy"
3-
version = "2.0.9"
3+
version = "2.0.10"
44
description = "Databricks SQLAlchemy plugin for Python"
55
authors = ["Databricks <databricks-sql-connector-maintainers@databricks.com>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)