Skip to content

Commit

Permalink
Release: v1.1.3 (#875)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
## <small>1.1.3 (2023-09-21)</small>

* Always export env vars to the terminal (#869)
([deaaaf7](deaaaf7)),
closes
[#869](#869)
* Fix invalid access mode prompt (#873)
([3ba302c](3ba302c)),
closes
[#873](#873)



## packages/databricks-vscode-types
## <small>1.1.3 (2023-09-21)</small>

---------

Co-authored-by: releasebot <noreply@github.com>
Co-authored-by: kartikgupta-db <kartik.gupta@databricks.com>
  • Loading branch information
3 people authored Sep 21, 2023
1 parent 0e00400 commit 73f884c
Show file tree
Hide file tree
Showing 5 changed files with 22 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.1.2",
"version": "1.1.3",
"private": true,
"workspaces": [
"packages/*"
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.3

## packages/databricks-vscode-types

## <small>1.1.3 (2023-09-21)</small>

# Release: v1.1.2

## 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.2",
"version": "1.1.3",
"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.3

## packages/databricks-vscode

## <small>1.1.3 (2023-09-21)</small>

- Fix: Environment variables are always exported to the terminal irrespective of DB Connect V2 being enabled or not.
- Fix: Invalid access mode prompt now explicitly states that it is for DB Connect V2

CLI Changes

- Fix: Fixed a bug which was causing OAuth login flow to hang, when called from the extension.

# Release: v1.1.2

## 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.1.2",
"version": "1.1.3",
"engines": {
"vscode": "^1.78.0"
},
Expand Down

0 comments on commit 73f884c

Please sign in to comment.