Skip to content

Commit

Permalink
Release: v1.1.0 (#805)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
## 1.1.0 (2023-07-10)

* [DECO-1112] Allow jupyter code lenses to parse and interpret of
databricks notebooks (dbnbs) (#769)
([27ab945](27ab945)),
closes
[#769](#769)
* [DECO-1113] Add an init script for jupyter notebooks (#788)
([e5e28bb](e5e28bb)),
closes
[#788](#788)
* Block changes to config unless we are in a databricks project (#789)
([375e3d9](375e3d9)),
closes
[#789](#789)
* Handle magic commands in init script (#793)
([475215b](475215b)),
closes
[#793](#793)
* Show errors in notebook init scripts (#797)
([7f0159a](7f0159a)),
closes
[#797](#797)
* Use metadata service and SPARK_CONNECT_USER_AGENT for dbconnect and
enable it by default (#802)
([87dc5a5](87dc5a5)),
closes
[#802](#802)



## packages/databricks-vscode-types
## 1.1.0 (2023-07-10)




## packages/databricks-sdk-js
## <small>0.3.16 (2023-07-10)</small>






[DECO-1112]:
https://databricks.atlassian.net/browse/DECO-1112?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
[DECO-1113]:
https://databricks.atlassian.net/browse/DECO-1113?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ

---------

Co-authored-by: releasebot <noreply@github.com>
Co-authored-by: kartikgupta-db <kartik.gupta@databricks.com>
Co-authored-by: Kartik Gupta <88345179+kartikgupta-db@users.noreply.github.com>
Co-authored-by: Fabian Jakobs <fabian.jakobs@databricks.com>
  • Loading branch information
5 people authored Jul 10, 2023
1 parent 7f0159a commit 26eaf45
Show file tree
Hide file tree
Showing 6 changed files with 28 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": "1.0.0",
"version": "1.1.0",
"private": true,
"workspaces": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/databricks-sdk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## packages/databricks-sdk-js

## <small>0.3.16 (2023-07-10)</small>

# Release: v0.3.16

## packages/databricks-sdk-js

## <small>0.3.16 (2023-06-23)</small>

- Add support for Azure client secret auth.
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: v1.1.0

## packages/databricks-vscode-types

## 1.1.0 (2023-07-10)

# Release: v1.0.0

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

## packages/databricks-vscode

## 1.1.0 (2023-07-10)

- Feature: Enable DB Connect V2 by default.
- Experimental: Allow Jupyter code lenses to parse and interpret databricks notebooks (python files)
- Experimental: Add an init script for Jupyter notebooks
- Experimental: Handle magic commands in init script.
- Experimental: Show errors in notebook init scripts
- Fix: Block changes to VS Code configs unless we are in a Databricks project

# Release: v1.0.0

## 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": "1.0.0",
"version": "1.1.0",
"engines": {
"vscode": "^1.76.0"
},
Expand Down

0 comments on commit 26eaf45

Please sign in to comment.