Skip to content

Commit cc61280

Browse files
github-actions[bot]web-flowkartikgupta-db
authored
Release: v1.2.3 (#930)
## 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 <[email protected]> Co-authored-by: Kartik Gupta <[email protected]> Co-authored-by: kartikgupta-db <[email protected]>
1 parent e6efc7b commit cc61280

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-vscode-types/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release: v1.2.3
2+
3+
## packages/databricks-vscode-types
4+
5+
## <small>1.2.3 (2023-11-06)</small>
6+
17
# Release: v1.2.2
28

39
## packages/databricks-vscode-types

packages/databricks-vscode-types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@databricks/databricks-vscode-types",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Package with types and interfaces to develop extensions to the Databricks VSCode plugin",
55
"main": "index.js",
66
"types": "index.d.ts",

packages/databricks-vscode/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release: v1.2.3
2+
3+
## packages/databricks-vscode
4+
5+
## <small>1.2.3 (2023-11-06)</small>
6+
7+
- Fix: Make configuration wizard sticky
8+
- Feature: Use databricks CLI log-file option to capture the logs. This deprecates the `databricks.cli.verboseMode` option.
9+
- Feature: Upgrade databricks cli to `v0.209.0`.
10+
111
# Release: v1.2.2
212

313
## packages/databricks-vscode

packages/databricks-vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "IDE support for Databricks",
55
"publisher": "databricks",
66
"license": "LicenseRef-LICENSE",
7-
"version": "1.2.2",
7+
"version": "1.2.3",
88
"engines": {
99
"vscode": "^1.83.0"
1010
},
@@ -650,7 +650,7 @@
650650
"useYarn": false
651651
},
652652
"cli": {
653-
"version": "0.208.2"
653+
"version": "0.209.0"
654654
},
655655
"scripts": {
656656
"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",

0 commit comments

Comments
 (0)