Skip to content

Commit

Permalink
Release: v2.3.1-preview (#1312)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
##  (2024-08-13)

* Allow CLI path to have spaces (#1295)
([5dc0308](5dc0308)),
closes
[#1295](#1295)
* Fix Cluster Selector (#1289)
([31eeb6b](31eeb6b)),
closes
[#1289](#1289)
* Improve environment checks (#1260)
([c96b05f](c96b05f)),
closes
[#1260](#1260)



## packages/databricks-vscode-types
##  (2024-08-13)

---------

Co-authored-by: releasebot <[email protected]>
Co-authored-by: Kartik Gupta <[email protected]>
Co-authored-by: kartikgupta-db <[email protected]>
  • Loading branch information
4 people authored Aug 13, 2024
1 parent 5dc0308 commit dadffd7
Show file tree
Hide file tree
Showing 5 changed files with 21 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": "2.3.0",
"version": "2.3.1",
"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: v2.3.1-preview

## packages/databricks-vscode-types

## (2024-08-13)

# Release: v2.3.0-preview

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

## packages/databricks-vscode

## (2024-08-13)

- Fix: Allow CLI path to have spaces.
- Fix: Show the correct title for Cluster Selector.
- Fix: Check whether local python version matches version required by selected cluster for Databricks Connect v2.
- Update CLI to v0.225.0.

# Release: v2.3.0-preview

## 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": "2.3.0",
"version": "2.3.1",
"engines": {
"vscode": "^1.86.0"
},
Expand Down Expand Up @@ -912,7 +912,7 @@
"useYarn": false
},
"cli": {
"version": "0.223.2"
"version": "0.225.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 dadffd7

Please sign in to comment.