Skip to content

Commit d6e0e1b

Browse files
github-actions[bot]web-flowfjakobs
authored
Release: v0.0.11 (#409)
## packages/databricks-vscode ## <small>0.0.11 (2023-01-30)</small> * Add __init__.py to type stubs (#393) ([999aed8](999aed8)), closes [#393](#393) * Add loading fresh generated bundle schema to `redhat.vscode-yaml` extension (#398) ([517a9fd](517a9fd)), closes [#398](#398) * Allow running scala/r/sql notebooks as workflow (#402) ([6b8bf79](6b8bf79)), closes [#402](#402) * bump bricks to v0.0.20 (#407) ([46c314e](46c314e)), closes [#407](#407) * Don't show error when config file doesn't exist. (#382) ([3a4f7e1](3a4f7e1)), closes [#382](#382) * Files in Workspace support (#337) ([128962b](128962b)), closes [#337](#337) * Fix "az login" when user doesn't have a subscription (#400) ([e39a9ec](e39a9ec)), closes [#400](#400) * Handle missing ~/.databrickscfg (#383) ([89aadbe](89aadbe)), closes [#383](#383) * Install extension from vsix for integration tests (#377) ([169dfbf](169dfbf)), closes [#377](#377) * UI tweaks (#401) ([1a16be2](1a16be2)), closes [#401](#401) * Update dependencies (#390) ([c101af2](c101af2)), closes [#390](#390) * use "bricks auth profiles" and list host names (#389) ([7633281](7633281)), closes [#389](#389) * Use /dist/ instead of /src/ (#391) ([9664394](9664394)), closes [#391](#391) * Use updated flags for bricks sync command (#387) ([ce2ebb0](ce2ebb0)), closes [#387](#387) * AAD: Use device code flow on CodeSpaces (#392) ([c46055a](c46055a)), closes [#392](#392) ## packages/databricks-sdk-js ## <small>0.0.11 (2023-01-30)</small> * Add SDK support for Files in Workspace (#366) ([bbb4131](bbb4131)), closes [#366](#366) * Files in Workspace support (#337) ([128962b](128962b)), closes [#337](#337) * Update dependencies (#390) ([c101af2](c101af2)), closes [#390](#390) * use "bricks auth profiles" and list host names (#389) ([7633281](7633281)), closes [#389](#389) ## packages/databricks-vscode-types ## <small>0.0.11 (2023-01-30)</small> * Update dependencies (#390) ([c101af2](c101af2)), closes [#390](#390) --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Fabian Jakobs <[email protected]>
1 parent 46c314e commit d6e0e1b

File tree

9 files changed

+39
-10
lines changed

9 files changed

+39
-10
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.10",
3+
"version": "0.0.11",
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.11
2+
3+
## packages/databricks-sdk-js
4+
5+
## <small>0.0.11 (2023-01-30)</small>
6+
7+
- Feature: Add SDK support for Files in Workspace
8+
19
# Release: v0.0.10
210

311
## packages/databricks-sdk-js

packages/databricks-sdk-js/NOTICE.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ This Software contains code from the following open source projects:
88

99
| Name | Installed version | License | Code |
1010
| :------------------------------------------------------------------------- | :---------------- | :--------- | :------------------------------------------------------------- |
11-
| [data-uri-to-buffer](https://www.npmjs.com/package/data-uri-to-buffer) | 4.0.0 | MIT | git://github.com/TooTallNate/node-data-uri-to-buffer.git |
1211
| [fetch-blob](https://www.npmjs.com/package/fetch-blob) | 3.2.0 | MIT | https://github.com/node-fetch/fetch-blob.git |
1312
| [formdata-polyfill](https://www.npmjs.com/package/formdata-polyfill) | 4.0.10 | MIT | git+https://[email protected]/jimmywarting/FormData.git |
1413
| [ini](https://www.npmjs.com/package/ini) | 3.0.1 | ISC | https://github.com/npm/ini.git |
1514
| [inversify](https://www.npmjs.com/package/inversify) | 6.0.1 | MIT | https://github.com/inversify/InversifyJS.git |
1615
| [node-domexception](https://www.npmjs.com/package/node-domexception) | 1.0.0 | MIT | git+https://github.com/jimmywarting/node-domexception.git |
17-
| [node-fetch](https://www.npmjs.com/package/node-fetch) | 3.3.0 | MIT | https://github.com/node-fetch/node-fetch.git |
16+
| [node-fetch-commonjs](https://www.npmjs.com/package/node-fetch-commonjs) | 3.2.4 | MIT | git@github.com:proteriax/node-fetch-cjs.git |
1817
| [reflect-metadata](https://www.npmjs.com/package/reflect-metadata) | 0.1.13 | Apache-2.0 | https://github.com/rbuckton/reflect-metadata.git |
1918
| [web-streams-polyfill](https://www.npmjs.com/package/web-streams-polyfill) | 3.2.1 | MIT | git+https://github.com/MattiasBuelens/web-streams-polyfill.git |

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.10",
3+
"version": "0.0.11",
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.11
2+
3+
## packages/databricks-vscode-types
4+
5+
## <small>0.0.11 (2023-01-30)</small>
6+
17
# Release: v0.0.10
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.10",
3+
"version": "0.0.11",
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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# Release: v0.0.11
2+
3+
## packages/databricks-vscode
4+
5+
## <small>0.0.11 (2023-01-30)</small>
6+
7+
- Feature: Allow running Scala, R and SQL notebooks as workflow
8+
- Feature: List hostnames from `~/.databrickscfg` when selecting a host
9+
- Feature: Take into account `.gitignore` rules defined in parent directories for file syncronization.
10+
- Feature: Make `az login` work on Github CodeSpaces
11+
- Experimental feature: Add support for synchronizing to a workspace folder (Files in Workspace)
12+
- Fix: Don't show error when config file doesn't exist
13+
- Fix: Support `az login` when user doesn't have a subscription
14+
- Fix: Gracefully handle adding a profile when `~/.databrickscfg` doesn't exist
15+
- Fix: Running the "full sync" command now resets the synchronization state
16+
- UI tweaks: Clean up and unify items in the side panel
17+
118
# Release: v0.0.10
219

320
## packages/databricks-vscode

packages/databricks-vscode/NOTICE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ This Software contains code from the following open source projects:
2525
| [color-string](https://www.npmjs.com/package/color-string) | 1.9.1 | MIT | Qix-/color-string |
2626
| [color](https://www.npmjs.com/package/color) | 3.2.1 | MIT | Qix-/color |
2727
| [colorspace](https://www.npmjs.com/package/colorspace) | 1.1.4 | MIT | https://github.com/3rd-Eden/colorspace |
28-
| [data-uri-to-buffer](https://www.npmjs.com/package/data-uri-to-buffer) | 4.0.0 | MIT | git://github.com/TooTallNate/node-data-uri-to-buffer.git |
2928
| [enabled](https://www.npmjs.com/package/enabled) | 2.0.0 | MIT | git://github.com/3rd-Eden/enabled.git |
3029
| [entities](https://www.npmjs.com/package/entities) | 2.2.0 | BSD-2-Clause | git://github.com/fb55/entities.git |
3130
| [exenv-es6](https://www.npmjs.com/package/exenv-es6) | 1.1.1 | MIT | git+https://github.com/chrisdholt/exenv-es6.git |
@@ -42,12 +41,12 @@ This Software contains code from the following open source projects:
4241
| [logform](https://www.npmjs.com/package/logform) | 2.4.2 | MIT | git+https://github.com/winstonjs/logform.git |
4342
| [ms](https://www.npmjs.com/package/ms) | 2.1.3 | MIT | vercel/ms |
4443
| [node-domexception](https://www.npmjs.com/package/node-domexception) | 1.0.0 | MIT | git+https://github.com/jimmywarting/node-domexception.git |
45-
| [node-fetch](https://www.npmjs.com/package/node-fetch) | 3.3.0 | MIT | https://github.com/node-fetch/node-fetch.git |
44+
| [node-fetch-commonjs](https://www.npmjs.com/package/node-fetch-commonjs) | 3.2.4 | MIT | git@github.com:proteriax/node-fetch-cjs.git |
4645
| [one-time](https://www.npmjs.com/package/one-time) | 1.0.0 | MIT | https://github.com/3rd-Eden/one-time.git |
4746
| [readable-stream](https://www.npmjs.com/package/readable-stream) | 3.6.0 | MIT | git://github.com/nodejs/readable-stream |
4847
| [reflect-metadata](https://www.npmjs.com/package/reflect-metadata) | 0.1.13 | Apache-2.0 | https://github.com/rbuckton/reflect-metadata.git |
4948
| [safe-buffer](https://www.npmjs.com/package/safe-buffer) | 5.2.1 | MIT | git://github.com/feross/safe-buffer.git |
50-
| [safe-stable-stringify](https://www.npmjs.com/package/safe-stable-stringify) | 2.4.1 | MIT | git+https://github.com/BridgeAR/safe-stable-stringify.git |
49+
| [safe-stable-stringify](https://www.npmjs.com/package/safe-stable-stringify) | 2.4.2 | MIT | git+https://github.com/BridgeAR/safe-stable-stringify.git |
5150
| [simple-swizzle](https://www.npmjs.com/package/simple-swizzle) | 0.2.2 | MIT | qix-/node-simple-swizzle |
5251
| [stack-trace](https://www.npmjs.com/package/stack-trace) | 0.0.10 | MIT | git://github.com/felixge/node-stack-trace.git |
5352
| [string_decoder](https://www.npmjs.com/package/string_decoder) | 1.3.0 | MIT | git://github.com/nodejs/string_decoder.git |

packages/databricks-vscode/package.json

Lines changed: 2 additions & 2 deletions
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": "0.0.10",
7+
"version": "0.0.11",
88
"engines": {
99
"vscode": "^1.69.1"
1010
},
@@ -669,4 +669,4 @@
669669
],
670670
"report-dir": "coverage"
671671
}
672-
}
672+
}

0 commit comments

Comments
 (0)