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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode",
"version": "2.12.2",
"version": "2.12.3",
"private": true,
"workspaces": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/databricks-vscode-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Release: v2.12.3

## packages/databricks-vscode-types

## (2026-07-14)

# Release: v2.12.2

## packages/databricks-vscode-types
Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-vscode-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-vscode-types",
"version": "2.12.2",
"version": "2.12.3",
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down
9 changes: 9 additions & 0 deletions packages/databricks-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 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](https://github.com/databricks/databricks-vscode/commit/d2f0518)) — fixes the OAuth sign-in regression reported in [#2011](https://github.com/databricks/databricks-vscode/issues/2011)
- Update Databricks CLI to v1.7.0 (#1999) ([f2e56f2](https://github.com/databricks/databricks-vscode/commit/f2e56f2)) — see the [CLI release notes](https://github.com/databricks/cli/releases) for changes since v1.2.0; notably the direct deployment engine is now GA and the default for new deployments

# Release: v2.12.2

## packages/databricks-vscode
Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "IDE support for Databricks",
"publisher": "databricks",
"license": "LicenseRef-LICENSE",
"version": "2.12.2",
"version": "2.12.3",
"engines": {
"vscode": "^1.86.0",
"node": ">=22.0"
Expand Down
Loading