Skip to content

Commit

Permalink
Release: v2.4.7 (#1408)
Browse files Browse the repository at this point in the history
## 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]>
  • Loading branch information
3 people authored Oct 24, 2024
1 parent 7afb87f commit 3e5dc49
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 3 deletions.
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.4.6",
"version": "2.4.7",
"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.4.7

## packages/databricks-vscode-types

## (2024-10-24)

# Release: v2.4.6

## 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.4.6",
"version": "2.4.7",
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
"main": "index.js",
"types": "index.d.ts",
Expand Down
16 changes: 16 additions & 0 deletions packages/databricks-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Release: v2.4.7

## packages/databricks-vscode

## (2024-10-24)

- Don't initialise spark progress widget if it's not supported
- Fix CLI cancellation on windows
- Focus configuration view when users attempt to login or setup Databricks Connect
- Let users install Databricks Connect even if python version doesn't match DBR requirements
- Show login command in the run button conext menu if the extension is logged out
- Don't show error notifications during login process if `.databrickscfg` file doesn't exist
- Prevent welcome view flashes when opening the configuration panel
- Update the CLI to v0.231.0
- Use `bundle sync` instead of `bundle deploy` for remote run commands

# Release: v2.4.6

## 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.4.6",
"version": "2.4.7",
"engines": {
"vscode": "^1.86.0"
},
Expand Down

0 comments on commit 3e5dc49

Please sign in to comment.