Skip to content

Commit 3e5dc49

Browse files
github-actions[bot]web-flowilia-db
authored
Release: v2.4.7 (#1408)
## packages/databricks-vscode ## (2024-10-24) * Add e2e tests for the deployment cancellation (#1396) ([94bf23b](94bf23b)), closes [#1396](#1396) * Don't initialise spark progress widget if it's not supported (#1402) ([afe75eb](afe75eb)), closes [#1402](#1402) * Fix CLI cancellation on windows (#1393) ([9c864af](9c864af)), closes [#1393](#1393) * Improve environment setup UX (#1395) ([97daab1](97daab1)), closes [#1395](#1395) * Improve profiles loading (#1398) ([95ab5c6](95ab5c6)), closes [#1398](#1398) * Improve run button UX (#1397) ([c1c4a43](c1c4a43)), closes [#1397](#1397) * Prevent welcome view flashes (#1399) ([261e06c](261e06c)), closes [#1399](#1399) * Update the CLI to v0.231.0 (#1407) ([05114fa](05114fa)), closes [#1407](#1407) * Use "bundle sync" instead of "bundle deploy" for remote run commands (#1401) ([7afb87f](7afb87f)), closes [#1401](#1401) ## packages/databricks-vscode-types ## (2024-10-24) --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Ilia Babanov <[email protected]>
1 parent 7afb87f commit 3e5dc49

File tree

5 files changed

+25
-3
lines changed

5 files changed

+25
-3
lines changed

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.4.6",
3+
"version": "2.4.7",
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.4.7
2+
3+
## packages/databricks-vscode-types
4+
5+
## (2024-10-24)
6+
17
# Release: v2.4.6
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.4.6",
3+
"version": "2.4.7",
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: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# Release: v2.4.7
2+
3+
## packages/databricks-vscode
4+
5+
## (2024-10-24)
6+
7+
- Don't initialise spark progress widget if it's not supported
8+
- Fix CLI cancellation on windows
9+
- Focus configuration view when users attempt to login or setup Databricks Connect
10+
- Let users install Databricks Connect even if python version doesn't match DBR requirements
11+
- Show login command in the run button conext menu if the extension is logged out
12+
- Don't show error notifications during login process if `.databrickscfg` file doesn't exist
13+
- Prevent welcome view flashes when opening the configuration panel
14+
- Update the CLI to v0.231.0
15+
- Use `bundle sync` instead of `bundle deploy` for remote run commands
16+
117
# Release: v2.4.6
218

319
## packages/databricks-vscode

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "IDE support for Databricks",
55
"publisher": "databricks",
66
"license": "LicenseRef-LICENSE",
7-
"version": "2.4.6",
7+
"version": "2.4.7",
88
"engines": {
99
"vscode": "^1.86.0"
1010
},

0 commit comments

Comments
 (0)