Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History

## 1.15.0

- Add SPOG routing support: parse `?o=<workspaceId>` from `httpPath` and inject `x-databricks-org-id` on Thrift, telemetry, and feature-flag requests. Expose `customHeaders` on `ConnectionOptions` for caller-supplied headers (databricks/databricks-sql-nodejs#391 by @samikshya-db)
- Telemetry: enable by default with feature-flag-controlled priority, and fix final-flush dropping on `client.close()` due to a close-ordering bug (databricks/databricks-sql-nodejs#327, #391 by @samikshya-db)
- Fix Azure AD OAuth: tenant-aware discovery URL and correct scope resource (databricks/databricks-sql-nodejs#363 by @msrathore-db)
- Fix: use a valid SPDX license identifier in `package.json` (databricks/databricks-sql-nodejs#389 by @sreekanth-db)

## 1.14.0

- Add statement-level query tag support (databricks/databricks-sql-nodejs#366 by @sreekanth-db)
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/sql",
"version": "1.14.0",
"version": "1.15.0",
"description": "Driver for connection to Databricks SQL via Thrift API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
Loading