|
1 | 1 | # Release History
|
2 | 2 |
|
| 3 | +# 4.1.0 (2025-08-18) |
| 4 | +- Removed Codeowners (databricks/databricks-sql-python#623 by @jprakash-db) |
| 5 | +- Azure Service Principal Credential Provider (databricks/databricks-sql-python#621 by @jprakash-db) |
| 6 | +- Add optional telemetry support to the python connector (databricks/databricks-sql-python#628 by @saishreeeee) |
| 7 | +- Fix potential resource leak in `CloudFetchQueue` (databricks/databricks-sql-python#624 by @varun-edachali-dbx) |
| 8 | +- Generalise Backend Layer (databricks/databricks-sql-python#604 by @varun-edachali-dbx) |
| 9 | +- Arrow performance optimizations (databricks/databricks-sql-python#638 by @jprakash-db) |
| 10 | +- Connection errors to unauthenticated telemetry endpoint (databricks/databricks-sql-python#619 by @saishreeeee) |
| 11 | +- SEA: Execution Phase (databricks/databricks-sql-python#645 by @varun-edachali-dbx) |
| 12 | +- Add retry mechanism to telemetry requests (databricks/databricks-sql-python#617 by @saishreeeee) |
| 13 | +- SEA: Fetch Phase (databricks/databricks-sql-python#650 by @varun-edachali-dbx) |
| 14 | +- added logs for cloud fetch speed (databricks/databricks-sql-python#654 by @shivam2680) |
| 15 | +- Make telemetry batch size configurable and add time-based flush (databricks/databricks-sql-python#622 by @saishreeeee) |
| 16 | +- Normalise type code (databricks/databricks-sql-python#652 by @varun-edachali-dbx) |
| 17 | +- Testing for telemetry (databricks/databricks-sql-python#616 by @saishreeeee) |
| 18 | +- Bug fixes in telemetry (databricks/databricks-sql-python#659 by @saishreeeee) |
| 19 | +- Telemetry server-side flag integration (databricks/databricks-sql-python#646 by @saishreeeee) |
| 20 | +- Enhance SEA HTTP Client (databricks/databricks-sql-python#618 by @varun-edachali-dbx) |
| 21 | +- SEA: Allow large metadata responses (databricks/databricks-sql-python#653 by @varun-edachali-dbx) |
| 22 | +- Added code coverage workflow to test the code coverage from unit and e2e tests (databricks/databricks-sql-python#657 by @msrathore-db) |
| 23 | +- Concat tables to be backward compatible (databricks/databricks-sql-python#647 by @jprakash-db) |
| 24 | +- Refactor codebase to use a unified http client (databricks/databricks-sql-python#673 by @vikrantpuppala) |
| 25 | +- Add kerberos support for proxy auth (databricks/databricks-sql-python#675 by @vikrantpuppala) |
| 26 | + |
3 | 27 | # 4.0.5 (2025-06-24)
|
4 | 28 | - Fix: Reverted change in cursor close handling which led to errors impacting users (databricks/databricks-sql-python#613 by @madhav-db)
|
5 | 29 |
|
|
0 commit comments