Skip to content

Commit

Permalink
Merge branch 'main' into unify-env-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikgupta-db authored Jul 13, 2023
2 parents 23cd72a + 26eaf45 commit c35b3f1
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 c35b3f1

Please sign in to comment.