Skip to content

Commit

Permalink
Release: v0.0.11 (#409)
Browse files Browse the repository at this point in the history
## 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 <noreply@github.com>
Co-authored-by: Fabian Jakobs <fabian.jakobs@databricks.com>
  • Loading branch information
3 people authored Jan 31, 2023
1 parent 46c314e commit d6e0e1b
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 10 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": "0.0.10",
"version": "0.0.11",
"private": true,
"workspaces": [
"packages/*"
Expand Down
8 changes: 8 additions & 0 deletions packages/databricks-sdk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release: v0.0.11

## packages/databricks-sdk-js

## <small>0.0.11 (2023-01-30)</small>

- Feature: Add SDK support for Files in Workspace

# Release: v0.0.10

## packages/databricks-sdk-js
Expand Down
3 changes: 1 addition & 2 deletions packages/databricks-sdk-js/NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@ This Software contains code from the following open source projects:

| Name | Installed version | License | Code |
| :------------------------------------------------------------------------- | :---------------- | :--------- | :------------------------------------------------------------- |
| [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 |
| [fetch-blob](https://www.npmjs.com/package/fetch-blob) | 3.2.0 | MIT | https://github.com/node-fetch/fetch-blob.git |
| [formdata-polyfill](https://www.npmjs.com/package/formdata-polyfill) | 4.0.10 | MIT | git+https://jimmywarting@github.com/jimmywarting/FormData.git |
| [ini](https://www.npmjs.com/package/ini) | 3.0.1 | ISC | https://github.com/npm/ini.git |
| [inversify](https://www.npmjs.com/package/inversify) | 6.0.1 | MIT | https://github.com/inversify/InversifyJS.git |
| [node-domexception](https://www.npmjs.com/package/node-domexception) | 1.0.0 | MIT | git+https://github.com/jimmywarting/node-domexception.git |
| [node-fetch](https://www.npmjs.com/package/node-fetch) | 3.3.0 | MIT | https://github.com/node-fetch/node-fetch.git |
| [node-fetch-commonjs](https://www.npmjs.com/package/node-fetch-commonjs) | 3.2.4 | MIT | git@github.com:proteriax/node-fetch-cjs.git |
| [reflect-metadata](https://www.npmjs.com/package/reflect-metadata) | 0.1.13 | Apache-2.0 | https://github.com/rbuckton/reflect-metadata.git |
| [web-streams-polyfill](https://www.npmjs.com/package/web-streams-polyfill) | 3.2.1 | MIT | git+https://github.com/MattiasBuelens/web-streams-polyfill.git |
2 changes: 1 addition & 1 deletion packages/databricks-sdk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-sdk",
"version": "0.0.10",
"version": "0.0.11",
"description": "Databricks SDK",
"repository": {
"type": "git",
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: v0.0.11

## packages/databricks-vscode-types

## <small>0.0.11 (2023-01-30)</small>

# Release: v0.0.10

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

## packages/databricks-vscode

## <small>0.0.11 (2023-01-30)</small>

- Feature: Allow running Scala, R and SQL notebooks as workflow
- Feature: List hostnames from `~/.databrickscfg` when selecting a host
- Feature: Take into account `.gitignore` rules defined in parent directories for file syncronization.
- Feature: Make `az login` work on Github CodeSpaces
- Experimental feature: Add support for synchronizing to a workspace folder (Files in Workspace)
- Fix: Don't show error when config file doesn't exist
- Fix: Support `az login` when user doesn't have a subscription
- Fix: Gracefully handle adding a profile when `~/.databrickscfg` doesn't exist
- Fix: Running the "full sync" command now resets the synchronization state
- UI tweaks: Clean up and unify items in the side panel

# Release: v0.0.10

## packages/databricks-vscode
Expand Down
5 changes: 2 additions & 3 deletions packages/databricks-vscode/NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ This Software contains code from the following open source projects:
| [color-string](https://www.npmjs.com/package/color-string) | 1.9.1 | MIT | Qix-/color-string |
| [color](https://www.npmjs.com/package/color) | 3.2.1 | MIT | Qix-/color |
| [colorspace](https://www.npmjs.com/package/colorspace) | 1.1.4 | MIT | https://github.com/3rd-Eden/colorspace |
| [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 |
| [enabled](https://www.npmjs.com/package/enabled) | 2.0.0 | MIT | git://github.com/3rd-Eden/enabled.git |
| [entities](https://www.npmjs.com/package/entities) | 2.2.0 | BSD-2-Clause | git://github.com/fb55/entities.git |
| [exenv-es6](https://www.npmjs.com/package/exenv-es6) | 1.1.1 | MIT | git+https://github.com/chrisdholt/exenv-es6.git |
Expand All @@ -42,12 +41,12 @@ This Software contains code from the following open source projects:
| [logform](https://www.npmjs.com/package/logform) | 2.4.2 | MIT | git+https://github.com/winstonjs/logform.git |
| [ms](https://www.npmjs.com/package/ms) | 2.1.3 | MIT | vercel/ms |
| [node-domexception](https://www.npmjs.com/package/node-domexception) | 1.0.0 | MIT | git+https://github.com/jimmywarting/node-domexception.git |
| [node-fetch](https://www.npmjs.com/package/node-fetch) | 3.3.0 | MIT | https://github.com/node-fetch/node-fetch.git |
| [node-fetch-commonjs](https://www.npmjs.com/package/node-fetch-commonjs) | 3.2.4 | MIT | git@github.com:proteriax/node-fetch-cjs.git |
| [one-time](https://www.npmjs.com/package/one-time) | 1.0.0 | MIT | https://github.com/3rd-Eden/one-time.git |
| [readable-stream](https://www.npmjs.com/package/readable-stream) | 3.6.0 | MIT | git://github.com/nodejs/readable-stream |
| [reflect-metadata](https://www.npmjs.com/package/reflect-metadata) | 0.1.13 | Apache-2.0 | https://github.com/rbuckton/reflect-metadata.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.1 | MIT | git+https://github.com/BridgeAR/safe-stable-stringify.git |
| [safe-stable-stringify](https://www.npmjs.com/package/safe-stable-stringify) | 2.4.2 | MIT | git+https://github.com/BridgeAR/safe-stable-stringify.git |
| [simple-swizzle](https://www.npmjs.com/package/simple-swizzle) | 0.2.2 | MIT | qix-/node-simple-swizzle |
| [stack-trace](https://www.npmjs.com/package/stack-trace) | 0.0.10 | MIT | git://github.com/felixge/node-stack-trace.git |
| [string_decoder](https://www.npmjs.com/package/string_decoder) | 1.3.0 | MIT | git://github.com/nodejs/string_decoder.git |
Expand Down
4 changes: 2 additions & 2 deletions 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": "0.0.10",
"version": "0.0.11",
"engines": {
"vscode": "^1.69.1"
},
Expand Down Expand Up @@ -669,4 +669,4 @@
],
"report-dir": "coverage"
}
}
}

0 comments on commit d6e0e1b

Please sign in to comment.