Skip to content

Commit

Permalink
Release: v0.3.1 (#499)
Browse files Browse the repository at this point in the history
## 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]>
  • Loading branch information
3 people authored Feb 24, 2023
1 parent c6f4311 commit 0d95015
Show file tree
Hide file tree
Showing 7 changed files with 33 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": "0.3.0",
"version": "0.3.1",
"private": true,
"workspaces": [
"packages/*"
Expand Down
10 changes: 10 additions & 0 deletions packages/databricks-sdk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Release: v0.3.1

## packages/databricks-sdk-js

## <small>0.3.1 (2023-02-23)</small>

- 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)
- 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)
- Fix: Show errors when parsing of host in .databrickscfg fails, closes [#479](https://github.com/databricks/databricks-vscode/issues/479)

# Release: v0.3.0

## packages/databricks-sdk-js
Expand Down
2 changes: 1 addition & 1 deletion packages/databricks-sdk-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@databricks/databricks-sdk",
"version": "0.3.0",
"version": "0.3.1",
"description": "Databricks SDK",
"repository": {
"type": "git",
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: v0.3.1

## packages/databricks-vscode-types

## <small>0.3.1 (2023-02-23)</small>

# Release: v0.3.0

## 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": "0.3.0",
"version": "0.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
13 changes: 13 additions & 0 deletions packages/databricks-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Release: v0.3.1

## packages/databricks-vscode

## <small>0.3.1 (2023-02-23)</small>

- Feature: Add an option to silence the autocomplete dialog, closes [#497](https://github.com/databricks/databricks-vscode/issues/497)
- 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)
- 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)
- Fix: Show errors when parsing of host in `.databrickscfg` fails, closes [#479](https://github.com/databricks/databricks-vscode/issues/479)
- Fix: Show error state in the UI when sync process fails
- Minor: Rename title of the extension

# Release: v0.3.0

## packages/databricks-vscode
Expand Down
2 changes: 1 addition & 1 deletion 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": "0.3.0",
"version": "0.3.1",
"engines": {
"vscode": "^1.69.1"
},
Expand Down

0 comments on commit 0d95015

Please sign in to comment.