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.3",
"version": "2.12.4",
"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.4

## packages/databricks-vscode-types

## (2026-07-30)

# Release: v2.12.3

## 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.3",
"version": "2.12.4",
"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.4

## packages/databricks-vscode

## (2026-07-30)

- Fix job run status not updating when the CLI returns a modern job-run URL (#2018) ([d8f06d7](https://github.com/databricks/databricks-vscode/commit/d8f06d7))
- Update Databricks CLI to v1.9.0 (#2035) ([9e6dc8d](https://github.com/databricks/databricks-vscode/commit/9e6dc8d)) — see the [CLI release notes](https://github.com/databricks/cli/releases) for changes since v1.7.0

# Release: v2.12.3

## packages/databricks-vscode
Expand Down
6 changes: 3 additions & 3 deletions packages/databricks-vscode/NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ This Software contains code from the following open source projects:
| [base64-js](https://www.npmjs.com/package/base64-js) | 1.5.1 | MIT | git://github.com/beatgammit/base64-js.git |
| [bcryptjs](https://www.npmjs.com/package/bcryptjs) | 3.0.3 | BSD-3-Clause | https://github.com/dcodeIO/bcrypt.js.git |
| [bignumber.js](https://www.npmjs.com/package/bignumber.js) | 9.2.0 | MIT | https://github.com/MikeMcl/bignumber.js.git |
| [brace-expansion](https://www.npmjs.com/package/brace-expansion) | 2.0.1 | MIT | git://github.com/juliangruber/brace-expansion.git |
| [brace-expansion](https://www.npmjs.com/package/brace-expansion) | 2.1.1 | MIT | git://github.com/juliangruber/brace-expansion.git |
| [buffer-equal-constant-time](https://www.npmjs.com/package/buffer-equal-constant-time) | 1.0.1 | BSD-3-Clause | git@github.com:goinstant/buffer-equal-constant-time.git |
| [color-convert](https://www.npmjs.com/package/color-convert) | 1.9.3 | MIT | Qix-/color-convert |
| [color-convert](https://www.npmjs.com/package/color-convert) | 2.0.1 | MIT | Qix-/color-convert |
Expand Down Expand Up @@ -116,7 +116,7 @@ This Software contains code from the following open source projects:
| [rimraf](https://www.npmjs.com/package/rimraf) | 5.0.10 | ISC | git://github.com/isaacs/rimraf.git |
| [safe-buffer](https://www.npmjs.com/package/safe-buffer) | 5.2.1 | MIT | git://github.com/feross/safe-buffer.git |
| [safe-stable-stringify](https://www.npmjs.com/package/safe-stable-stringify) | 2.4.3 | MIT | git+https://github.com/BridgeAR/safe-stable-stringify.git |
| [semver](https://www.npmjs.com/package/semver) | 7.7.3 | ISC | git+https://github.com/npm/node-semver.git |
| [semver](https://www.npmjs.com/package/semver) | 7.8.5 | ISC | git+https://github.com/npm/node-semver.git |
| [shebang-command](https://www.npmjs.com/package/shebang-command) | 2.0.0 | MIT | kevva/shebang-command |
| [shebang-regex](https://www.npmjs.com/package/shebang-regex) | 3.0.0 | MIT | sindresorhus/shebang-regex |
| [shell-quote](https://www.npmjs.com/package/shell-quote) | 1.8.4 | MIT | http://github.com/ljharb/shell-quote.git |
Expand All @@ -142,4 +142,4 @@ This Software contains code from the following open source projects:
| [winston](https://www.npmjs.com/package/winston) | 3.11.0 | MIT | https://github.com/winstonjs/winston.git |
| [wrap-ansi](https://www.npmjs.com/package/wrap-ansi) | 7.0.0 | MIT | chalk/wrap-ansi |
| [wrap-ansi](https://www.npmjs.com/package/wrap-ansi) | 8.1.0 | MIT | chalk/wrap-ansi |
| [yaml](https://www.npmjs.com/package/yaml) | 2.3.4 | ISC | github:eemeli/yaml |
| [yaml](https://www.npmjs.com/package/yaml) | 2.8.3 | ISC | github:eemeli/yaml |
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.3",
"version": "2.12.4",
"engines": {
"vscode": "^1.86.0",
"node": ">=22.0"
Expand Down
Loading