Skip to content

Commit e200a1b

Browse files
authored
prepare release 1.15.0 (#395)
Signed-off-by: samikshya-chand_data <samikshya.chand@databricks.com>
1 parent 61805a6 commit e200a1b

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

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

3+
## 1.15.0
4+
5+
- 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)
6+
- 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)
7+
- Fix Azure AD OAuth: tenant-aware discovery URL and correct scope resource (databricks/databricks-sql-nodejs#363 by @msrathore-db)
8+
- Fix: use a valid SPDX license identifier in `package.json` (databricks/databricks-sql-nodejs#389 by @sreekanth-db)
9+
310
## 1.14.0
411

512
- Add statement-level query tag support (databricks/databricks-sql-nodejs#366 by @sreekanth-db)

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/sql",
3-
"version": "1.14.0",
3+
"version": "1.15.0",
44
"description": "Driver for connection to Databricks SQL via Thrift API.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)