Skip to content

Commit 0d95015

Browse files
github-actions[bot]web-flowfjakobs
authored
Release: v0.3.1 (#499)
## packages/databricks-vscode ## <small>0.3.1 (2023-02-23)</small> * [DECO-531] Transition sync state to ERROR if the underlying sync process fails (#494) ([2efb765](2efb765)), closes [#494](#494) * Add an option to silence autocomplete dialog. (#497) ([275ea87](275ea87)), closes [#497](#497) * Bump bricks (#486) ([949c5cb](949c5cb)), closes [#486](#486) * Fix parsing `.databrickscfg` profiles that contain a dot (#498) ([264d9fc](264d9fc)), closes [#498](#498) [#497](#497) * Pass product version to JS SDK (#491) ([4405617](4405617)), closes [#491](#491) * Remove API timeout limit for execution context runs (#487) ([ceb6324](ceb6324)), closes [#487](#487) [#482](#482) * Rename title of the extension (#493) ([e09a728](e09a728)), closes [#493](#493) * Show errors when parsing of host in .databrickscfg fails (#488) ([1f67001](1f67001)), closes [#488](#488) [#479](#479) ## packages/databricks-sdk-js ## <small>0.3.1 (2023-02-23)</small> * Fix parsing `.databrickscfg` profiles that contain a dot (#498) ([264d9fc](264d9fc)), closes [#498](#498) [#497](#497) * Remove API timeout limit for execution context runs (#487) ([ceb6324](ceb6324)), closes [#487](#487) [#482](#482) * Show errors when parsing of host in .databrickscfg fails (#488) ([1f67001](1f67001)), closes [#488](#488) [#479](#479) ## packages/databricks-vscode-types ## <small>0.3.1 (2023-02-23)</small> [DECO-531]: https://databricks.atlassian.net/browse/DECO-531?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Fabian Jakobs <[email protected]>
1 parent c6f4311 commit 0d95015

File tree

7 files changed

+33
-4
lines changed

7 files changed

+33
-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.0",
3+
"version": "0.3.1",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-sdk-js/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release: v0.3.1
2+
3+
## packages/databricks-sdk-js
4+
5+
## <small>0.3.1 (2023-02-23)</small>
6+
7+
- Fix: Support `.databrickscfg` profiles that contain a dot, closes [#447](https://github.com/databricks/databricks-vscode/issues/447) reported by [@tahaum](https://github.com/tahaum)
8+
- Fix: Remove API timeout limit for execution context runs, closes [#482](https://github.com/databricks/databricks-vscode/issues/482) reported by [@sebrahimi1988](https://github.com/sebrahimi1988)
9+
- Fix: Show errors when parsing of host in .databrickscfg fails, closes [#479](https://github.com/databricks/databricks-vscode/issues/479)
10+
111
# Release: v0.3.0
212

313
## 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.0",
3+
"version": "0.3.1",
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.1
2+
3+
## packages/databricks-vscode-types
4+
5+
## <small>0.3.1 (2023-02-23)</small>
6+
17
# Release: v0.3.0
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.0",
3+
"version": "0.3.1",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# Release: v0.3.1
2+
3+
## packages/databricks-vscode
4+
5+
## <small>0.3.1 (2023-02-23)</small>
6+
7+
- Feature: Add an option to silence the autocomplete dialog, closes [#497](https://github.com/databricks/databricks-vscode/issues/497)
8+
- Fix: Support `.databrickscfg` profiles that contain a dot, closes [#447](https://github.com/databricks/databricks-vscode/issues/447) reported by [@tahaum](https://github.com/tahaum)
9+
- Fix: Remove API timeout limit for execution context runs, closes [#482](https://github.com/databricks/databricks-vscode/issues/482) reported by [@sebrahimi1988](https://github.com/sebrahimi1988)
10+
- Fix: Show errors when parsing of host in `.databrickscfg` fails, closes [#479](https://github.com/databricks/databricks-vscode/issues/479)
11+
- Fix: Show error state in the UI when sync process fails
12+
- Minor: Rename title of the extension
13+
114
# Release: v0.3.0
215

316
## 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.0",
7+
"version": "0.3.1",
88
"engines": {
99
"vscode": "^1.69.1"
1010
},

0 commit comments

Comments
 (0)