Skip to content

Releases: databricks/databricks-vscode

Release: v2.14.1 (#2140)

Choose a tag to compare

@github-actions github-actions released this 21 Aug 15:11
8a8a95d

Release: v2.14.1

packages/databricks-vscode

(2026-08-21)

  • Narrate live progress during Python environment setup (#2139) (f606d0a)
  • Pre-check the host CLI before starting the SSH tunnel (#2127) (5af58f2)
  • Show an info toast on a successful Python environment setup that had warnings (#2138) (2acdc44)
  • Avoid duplicate profile section creation in .databrickscfg during OAuth setup (#2133) (6e1c472)

Release: v2.14.0 (#2137)

Choose a tag to compare

@github-actions github-actions released this 20 Aug 16:17
c47fcfe

Release: v2.14.0

packages/databricks-vscode

(2026-08-20)

  • Introduce frictionless Python environment setup that makes local Python setup for Databricks development just work. Because the extension already knows the compute you are targeting — a cluster's DBR version or a serverless environment version — it uses that single input to automatically build a local .venv whose Python version and package set exactly match the runtime, eliminating the classic "works locally, breaks on Databricks" mismatch. This release delivers the fully automated uv path: one click in VS Code (or the databricks environments setup-local CLI command) resolves the target, fetches runtime-pinned dependency artifacts, installs the correct Python, and provisions a matched environment with databricks-connect ready to go (#2124) (315f77d)
  • Add explicit per-row Copy actions to the configuration view (#2115) (fe1e4aa)
  • Update Databricks CLI to v1.13.0 (#2136, #2109) (43af52d) — see the CLI release notes for changes

Release: v2.13.1 (#2106)

Choose a tag to compare

@github-actions github-actions released this 12 Aug 14:33
b49e27e

Release: v2.13.1

packages/databricks-vscode

(2026-08-12)

  • Build terminal commands for the shell that runs them, fixing "Create a new Databricks project" and other terminal actions on Windows with cmd.exe (#2092) (ebcf7c9) — reported in #1822
  • Fix "Show Bundle Logs", "Show Logs" and "Show Error Logs" doing nothing on hosts that scope the log channel id, such as Cursor (#2093) (a1c7e84)

Release: v2.13.0 (#2089)

Choose a tag to compare

@github-actions github-actions released this 06 Aug 14:58
614ca7f

Release: v2.13.0

packages/databricks-vscode

(2026-08-06)

Release: v2.12.4 (#2065)

Choose a tag to compare

@github-actions github-actions released this 30 Jul 14:06
a7eea2c

Release: v2.12.4

packages/databricks-vscode

(2026-07-30)

Release: v2.12.3 (#2012)

Choose a tag to compare

@github-actions github-actions released this 14 Jul 14:09
6758623

Release: v2.12.3

packages/databricks-vscode

(2026-07-14)

  • Always pass --host on databricks-cli login so custom workspace hosts are not redirected to the public login page (#2009) (d2f0518) — fixes the OAuth sign-in regression reported in #2011
  • Update Databricks CLI to v1.7.0 (#1999) (f2e56f2) — see the CLI release notes for changes since v1.2.0; notably the direct deployment engine is now GA and the default for new deployments

Release: v2.12.2 (#1990)

Choose a tag to compare

@github-actions github-actions released this 08 Jul 12:57
795d6b9

Release: v2.12.2

packages/databricks-vscode

(2026-07-08)

Release: v2.12.1 (#1948)

Choose a tag to compare

@github-actions github-actions released this 02 Jul 11:35
8b847cc

Release: v2.12.1

packages/databricks-vscode

(2026-07-02)

  • [telemetry] Detect Python package manager(s) at project setup (#1918) (133c453), closes #1918
  • Correctly resolve relative includes in databricks.yml from parent folders (#1870) (06a3abc), closes #1870 #1818 #1731
  • Rename schema name, databricks-asset-bundles.json to declarative-automatation-bundles.json (#1885) (a91942c), closes #1885

Release: v2.12.0 (#1928)

Choose a tag to compare

@github-actions github-actions released this 25 Jun 09:53
04f964b

Release: v2.12.0

packages/databricks-vscode

(2026-06-24)

Release: v2.11.1 (#1916)

Choose a tag to compare

@github-actions github-actions released this 18 Jun 11:37
1fd6dea

Release: v2.11.1

packages/databricks-vscode

(2026-06-18)

  • fix: use correct target folder for createFolder/uploadFile in Workspace fs (#1913) (be427e9), closes #1913
  • Drop the “or greater” addition on the line where extension suggests to activate a Python environment (13452fb), closes #1915
  • Gate WSFS and docs panels on extension activation (#1909) (308f687), closes #1909
  • Pass DATABRICKS_CLI_PATH and resolve the platform-specific CLI binary (#1910) (6fcb630), closes #1910 #1903