Skip to content

Commit 1fd0090

Browse files
github-actions[bot]web-flowkartikgupta-dbfjakobs
authored
Release: v0.3.5 (#577)
## packages/databricks-vscode ## <small>0.3.5 (2023-03-17)</small> * Add prompts to switch to repos when Files in Workspace is not supported (#376) ([646601a](646601a)), closes [#376](#376) * bump bricks to v0.0.27 (#561) ([a9b74bd](a9b74bd)), closes [#561](#561) [#555](#555) [#468](#468) * Prevent relogin when project.json is updated on first login (#565) ([1f391e2](1f391e2)), closes [#565](#565) * Provide default sync destination if not set (#569) ([0a641d4](0a641d4)), closes [#569](#569) * Wrapper for workflow runs from files in workspace (#556) ([5616198](5616198)), closes [#556](#556) ## packages/databricks-sdk-js ## <small>0.3.5 (2023-03-17)</small> * Update OpenAPI (#568) ([a944ed0](a944ed0)), closes [#568](#568) * Wrapper for workflow runs from files in workspace (#556) ([5616198](5616198)), closes [#556](#556) ## packages/databricks-vscode-types ## <small>0.3.5 (2023-03-17)</small> --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: kartikgupta-db <[email protected]> Co-authored-by: Kartik Gupta <[email protected]> Co-authored-by: Fabian Jakobs <[email protected]>
1 parent 0a641d4 commit 1fd0090

File tree

7 files changed

+31
-4
lines changed

7 files changed

+31
-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": "0.3.4",
3+
"version": "0.3.5",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-sdk-js/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Release: v0.3.5
2+
3+
## packages/databricks-sdk-js
4+
5+
## <small>0.3.5 (2023-03-17)</small>
6+
7+
- Feature: Updated SDK to use latest OpenAPI spec, which adds support for SQL execution and model serving APIs.
8+
- Feature: Added support for file creation to Workspace service.
9+
110
# Release: v0.3.4
211

312
## packages/databricks-sdk-js

packages/databricks-sdk-js/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-sdk",
3-
"version": "0.3.4",
3+
"version": "0.3.5",
44
"description": "Databricks SDK",
55
"repository": {
66
"type": "git",

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: v0.3.5
2+
3+
## packages/databricks-vscode-types
4+
5+
## <small>0.3.5 (2023-03-17)</small>
6+
17
# Release: v0.3.4
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": "0.3.4",
3+
"version": "0.3.5",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# Release: v0.3.5
2+
3+
## packages/databricks-vscode
4+
5+
## <small>0.3.5 (2023-03-17)</small>
6+
7+
- Fix: Fix for syncing issues with files having " ", "+" and "#" characters in the file name, closes [#555](https://github.com/databricks/databricks-vscode/issues/555) reported by [@AndreiCalin24](https://github.com/AndreiCalin24) and [#468](https://github.com/databricks/databricks-vscode/issues/468) reported by [@arturomf94](https://github.com/arturomf94)
8+
- Fix: Prevent relogin when project.json is updated after first login.
9+
- Feature: (Experimental) Add prompts to switch to repos when Files in Workspace is not supported.
10+
- Feature: (Experimental) Provide default sync destination if not set.
11+
- Feature: (Experimental) Add transparent wrapper for workflow runs when running using files in workspace.
12+
113
# Release: v0.3.4
214

315
## packages/databricks-vscode

packages/databricks-vscode/package.json

Lines changed: 1 addition & 1 deletion
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": "0.3.4",
7+
"version": "0.3.5",
88
"engines": {
99
"vscode": "^1.69.1"
1010
},

0 commit comments

Comments
 (0)