Skip to content

Release: v2.14.0 (#2137)

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Aug 16:17
· 6 commits to main since this release
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