Skip to content

Commit

Permalink
Release: v1.1.2 (#863)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
## <small>1.1.2 (2023-09-07)</small>

* Append databricks cli path to the end of PATH (#833)
([cfe7d15](cfe7d15)),
closes
[#833](#833)
* Bump databricks cli to v0.204.0 (#861)
([b7e4909](b7e4909)),
closes
[#861](#861)
* Don't cache environment variables across restarts for a workspace
(#835)
([71e1c55](71e1c55)),
closes
[#835](#835)
* Don't import `dbutils.widget` until use (#859)
([0a9e694](0a9e694)),
closes
[#859](#859)
* Export DATABRICKS_HOST env var with correct protocol (#841)
([2b62e41](2b62e41)),
closes
[#841](#841)
[#836](#836)
* Fix `# MAGIC` commands and `restart kernels` dialog (#858)
([a5c26e3](a5c26e3)),
closes
[#858](#858)
* Move SDK into a separate repository (#838)
([58163ec](58163ec)),
closes
[#838](#838)
* Move sdk/services from the SDK to VS Code (#852)
([f544d6b](f544d6b)),
closes
[#852](#852)
* Support for %run magics and # MAGIC commands (#834)
([65ab0c2](65ab0c2)),
closes
[#834](#834)
* Traverse parent directories to find and load
.databricks/.databricks.env from notebook init script (
([7b43bd7](7b43bd7)),
closes
[#845](#845)



## packages/databricks-vscode-types
## <small>1.1.2 (2023-09-07)</small>

* Move SDK into a separate repository (#838)
([58163ec](58163ec)),
closes
[#838](#838)
* Move sdk/services from the SDK to VS Code (#852)
([f544d6b](f544d6b)),
closes
[#852](#852)

---------

Co-authored-by: releasebot <noreply@github.com>
Co-authored-by: Kartik Gupta <88345179+kartikgupta-db@users.noreply.github.com>
Co-authored-by: kartikgupta-db <kartik.gupta@databricks.com>
  • Loading branch information
4 people authored Sep 11, 2023
1 parent b6856ac commit b3d56fb
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 4 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": "1.1.1",
"version": "1.1.2",
"private": true,
"workspaces": [
"packages/*"
Expand Down
9 changes: 9 additions & 0 deletions packages/databricks-vscode-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Release: v1.1.2

## packages/databricks-vscode-types

## <small>1.1.2 (2023-09-07)</small>

- Move SDK into a separate repository.
- Move sdk/services from the SDK to VS Code.

# Release: v1.1.1

## 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": "1.1.1",
"version": "1.1.2",
"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: v1.1.2

## packages/databricks-vscode

## <small>1.1.2 (2023-09-07)</small>

- Fix: Append databricks cli path to the end of PATH. Now cli binary installed on the system takes priority over the binary packaged with the extension when running from the integrated terminal.
- Feature: Bump databricks cli to v0.204.0
- Fix: Export DATABRICKS_HOST env var with correct protocol (#841) ([2b62e41](https://github.com/databricks/databricks-vscode/commit/2b62e41)), fixes [#836](https://github.com/databricks/databricks-vscode/issues/836)
- Feature(experimental): Support for %run magics and # MAGIC commands in databricks notebooks
- Feature(experimental): Find and load environment variables configured by the extension in notebooks. These variables are required to automatically configure DB Connect V2, dbutils (from databricks python SDK) etc.

CLI Changes

- Fix: The pattern .\* in a .gitignore file can match the root directory. Never ignore root directory when syncing. Fixes [#837](https://github.com/databricks/databricks-vscode/issues/837).

# Release: v1.1.1

## packages/databricks-vscode
Expand Down
4 changes: 3 additions & 1 deletion packages/databricks-vscode/NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ This Software contains code from the following open source projects:
| [@opentelemetry/sdk-trace-base](https://www.npmjs.com/package/@opentelemetry/sdk-trace-base) | 1.13.0 | Apache-2.0 | open-telemetry/opentelemetry-js |
| [@opentelemetry/semantic-conventions](https://www.npmjs.com/package/@opentelemetry/semantic-conventions) | 1.13.0 | Apache-2.0 | open-telemetry/opentelemetry-js |
| [@tootallnate/once](https://www.npmjs.com/package/@tootallnate/once) | 2.0.0 | MIT | git://github.com/TooTallNate/once.git |
| [@types/ini](https://www.npmjs.com/package/@types/ini) | 1.3.31 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
| [@types/node](https://www.npmjs.com/package/@types/node) | 20.4.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
| [@types/semver](https://www.npmjs.com/package/@types/semver) | 7.5.0 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
| [@types/triple-beam](https://www.npmjs.com/package/@types/triple-beam) | 1.3.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
| [@vscode/debugadapter](https://www.npmjs.com/package/@vscode/debugadapter) | 1.61.0 | MIT | https://github.com/microsoft/vscode-debugadapter-node.git |
| [@vscode/debugprotocol](https://www.npmjs.com/package/@vscode/debugprotocol) | 1.61.0 | MIT | https://github.com/microsoft/vscode-debugadapter-node.git |
Expand Down Expand Up @@ -104,7 +107,6 @@ This Software contains code from the following open source projects:
| [safe-stable-stringify](https://www.npmjs.com/package/safe-stable-stringify) | 2.4.3 | MIT | git+https://github.com/BridgeAR/safe-stable-stringify.git |
| [semver](https://www.npmjs.com/package/semver) | 5.7.1 | ISC | https://github.com/npm/node-semver |
| [semver](https://www.npmjs.com/package/semver) | 7.5.1 | ISC | https://github.com/npm/node-semver.git |
| [semver](https://www.npmjs.com/package/semver) | 7.5.4 | ISC | https://github.com/npm/node-semver.git |
| [shimmer](https://www.npmjs.com/package/shimmer) | 1.2.1 | BSD-2-Clause | https://github.com/othiym23/shimmer.git |
| [simple-swizzle](https://www.npmjs.com/package/simple-swizzle) | 0.2.2 | MIT | qix-/node-simple-swizzle |
| [stack-chain](https://www.npmjs.com/package/stack-chain) | 1.3.7 | MIT | git://github.com/AndreasMadsen/stack-chain.git |
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": "1.1.1",
"version": "1.1.2",
"engines": {
"vscode": "^1.78.0"
},
Expand Down

0 comments on commit b3d56fb

Please sign in to comment.