Skip to content

Commit 8a8a95d

Browse files
github-actions[bot]web-flowrugpanovIsaac
authored
Release: v2.14.1 (#2140)
## packages/databricks-vscode ## (2026-08-21) * Narrate live progress during Python environment setup (#2139) ([f606d0a](f606d0a)) * Pre-check the host CLI before starting the SSH tunnel (#2127) ([5af58f2](5af58f2)) * Show an info toast on a successful Python environment setup that had warnings (#2138) ([2acdc44](2acdc44)) * Avoid duplicate profile section creation in `.databrickscfg` during OAuth setup (#2133) ([6e1c472](6e1c472)) ## packages/databricks-vscode-types ## (2026-08-21) --------- Co-authored-by: releasebot <noreply@github.com> Co-authored-by: Grigory Panov <grigory.panov@databricks.com> Co-authored-by: Isaac <no-reply@databricks.com>
1 parent 5a57498 commit 8a8a95d

6 files changed

Lines changed: 37 additions & 8 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode",
3-
"version": "2.14.0",
3+
"version": "2.14.1",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-vscode-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release: v2.14.1
2+
3+
## packages/databricks-vscode-types
4+
5+
## (2026-08-21)
6+
17
# Release: v2.14.0
28

39
## packages/databricks-vscode-types

packages/databricks-vscode-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode-types",
3-
"version": "2.14.0",
3+
"version": "2.14.1",
44
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/databricks-vscode/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# Release: v2.14.1
2+
3+
## packages/databricks-vscode
4+
5+
## (2026-08-21)
6+
7+
- Narrate live progress during Python environment setup (#2139) ([f606d0a](https://github.com/databricks/databricks-vscode/commit/f606d0a))
8+
- Pre-check the host CLI before starting the SSH tunnel (#2127) ([5af58f2](https://github.com/databricks/databricks-vscode/commit/5af58f2))
9+
- Show an info toast on a successful Python environment setup that had warnings (#2138) ([2acdc44](https://github.com/databricks/databricks-vscode/commit/2acdc44))
10+
- Avoid duplicate profile section creation in `.databrickscfg` during OAuth setup (#2133) ([6e1c472](https://github.com/databricks/databricks-vscode/commit/6e1c472))
11+
112
# Release: v2.14.0
213

314
## packages/databricks-vscode

0 commit comments

Comments
 (0)