Skip to content

Commit f803819

Browse files
Release: v0.0.4 (#254)
## packages/databricks-vscode ## <small>0.0.4 (2022-11-28)</small> * [DECO-167] Fix cluster stop/start (#253) ([c9cec26](c9cec26)), closes [#253](#253) * [DECO-324] Update bricks version to v0.0.8 (#241) ([c2ce32b](c2ce32b)), closes [#241](#241) * [DECO-345][DECO-341] Register `Databricks task` and kill task terminal if error (#237) ([4148c55](4148c55)), closes [#237](#237) * Add unit test for relativeRepoPath (#236) ([a3811ba](a3811ba)), closes [#236](#236) * Bump bricks to v0.0.9 (#252) ([d1fe73c](d1fe73c)), closes [#252](#252) * Fix copy and paste from the workflow run webview (#248) ([387a423](387a423)), closes [#248](#248) * Get a clean environment to run bricks (#240) ([0b3cd0c](0b3cd0c)), closes [#240](#240) * Make latest changelog appear on top (#249) ([56ddcde](56ddcde)), closes [#249](#249) * Partially revert #190 (#238) ([c0d3e1e](c0d3e1e)), closes [#190](#190) [#238](#238) * Show warning for wrong architecture (#246) ([5497c7b](5497c7b)), closes [#246](#246) * Support environment variables in 'Run on Databricks' custom debug config (#247) ([c52b23a](c52b23a)), closes [#247](#247) * Use spawn options from lazy terminal as is (#243) ([e1d8abf](e1d8abf)), closes [#243](#243) ## packages/databricks-sdk-js ## <small>0.0.4 (2022-11-28)</small> * [DECO-167] Fix cluster stop/start (#253) ([c9cec26](c9cec26)), closes [#253](#253) * [DECO-345][DECO-341] Register `Databricks task` and kill task terminal if error (#237) ([4148c55](4148c55)), closes [#237](#237) * Make latest changelog appear on top (#249) ([56ddcde](56ddcde)), closes [#249](#249) ## packages/databricks-vscode-types ## <small>0.0.4 (2022-11-28)</small> * Make latest changelog appear on top (#249) ([56ddcde](56ddcde)), closes [#249](#249) Co-authored-by: releasebot <[email protected]>
1 parent 170d6bf commit f803819

File tree

7 files changed

+30
-4
lines changed

7 files changed

+30
-4
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": "0.0.3",
3+
"version": "0.0.4",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-sdk-js/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release: v0.0.4
2+
3+
## packages/databricks-sdk-js
4+
5+
## <small>0.0.4 (2022-11-28)</small>
6+
7+
- Fix: Properly handle starting a stopping cluster
8+
19
# Release: v0.0.3
210

311
## packages/databricks-sdk-js

packages/databricks-sdk-js/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-sdk",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Databricks SDK",
55
"repository": {
66
"type": "git",

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: v0.0.4
2+
3+
## packages/databricks-vscode-types
4+
5+
## <small>0.0.4 (2022-11-28)</small>
6+
17
# Release: v0.0.3
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": "0.0.3",
3+
"version": "0.0.4",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release: v0.0.4
2+
3+
## packages/databricks-vscode
4+
5+
## <small>0.0.4 (2022-11-28)</small>
6+
7+
- Feature: Support environment variables in 'Run on Databricks' custom debug config
8+
- Fix: Make copy to clipboard on OSX from the workflow run webview
9+
- Fix: Fix file synching on Windows
10+
- Fix: Properly handle starting a stopping cluster
11+
- Fix: Register `Databricks task` and kill task terminal on error
12+
113
# Release: v0.0.3
214

315
## 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": "UNLICENSED",
7-
"version": "0.0.3",
7+
"version": "0.0.4",
88
"engines": {
99
"vscode": "^1.69.1"
1010
},

0 commit comments

Comments
 (0)