Skip to content

Commit

Permalink
Release: v1.2.3 (#930)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
## <small>1.2.3 (2023-11-06)</small>

* Make configuration wizard sticky (#925)
([7a4fb31](7a4fb31)),
closes
[#925](#925)
* Refactor `StateStore` to make keys more explicit at the point of use.
(#913)
([5b8fb23](5b8fb23)),
closes
[#913](#913)
* Use databricks CLI log-file option to capture the logs (#923)
([18283bb](18283bb)),
closes
[#923](#923)



## packages/databricks-vscode-types
## <small>1.2.3 (2023-11-06)</small>

---------

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 Nov 13, 2023
1 parent e6efc7b commit cc61280
Show file tree
Hide file tree
Showing 5 changed files with 20 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.2.2",
"version": "1.2.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.2.3

## packages/databricks-vscode-types

## <small>1.2.3 (2023-11-06)</small>

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

## packages/databricks-vscode

## <small>1.2.3 (2023-11-06)</small>

- Fix: Make configuration wizard sticky
- Feature: Use databricks CLI log-file option to capture the logs. This deprecates the `databricks.cli.verboseMode` option.
- Feature: Upgrade databricks cli to `v0.209.0`.

# Release: v1.2.2

## packages/databricks-vscode
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": "1.2.2",
"version": "1.2.3",
"engines": {
"vscode": "^1.83.0"
},
Expand Down Expand Up @@ -650,7 +650,7 @@
"useYarn": false
},
"cli": {
"version": "0.208.2"
"version": "0.209.0"
},
"scripts": {
"vscode:prepublish": "rm -rf out && yarn run package:compile && yarn run package:wrappers:write && yarn run package:jupyter-init-script:write && yarn run package:copy-webview-toolkit && yarn run generate-telemetry",
Expand Down

0 comments on commit cc61280

Please sign in to comment.