Skip to content

Commit

Permalink
Release: v0.3.2 (#507)
Browse files Browse the repository at this point in the history
## packages/databricks-vscode
## <small>0.3.2 (2023-02-24)</small>

* bump bricks to v0.0.24 (#495)
([3655f8b](3655f8b)),
closes
[#495](#495)
* Proxy environment variable can be lower case (#505)
([f3803db](f3803db)),
closes
[#505](#505)



## packages/databricks-sdk-js
## <small>0.3.2 (2023-02-24)</small>

* Proxy environment variable can be lower case (#505)
([f3803db](f3803db)),
closes
[#505](#505)



## packages/databricks-vscode-types
## <small>0.3.2 (2023-02-24)</small>

---------

Co-authored-by: releasebot <[email protected]>
Co-authored-by: Fabian Jakobs <[email protected]>
  • Loading branch information
3 people authored Feb 24, 2023
1 parent 33eaa34 commit a337e48
Show file tree
Hide file tree
Showing 7 changed files with 25 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.1",
"version": "0.3.2",
"private": true,
"workspaces": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/databricks-sdk-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Release: v0.3.2

## packages/databricks-sdk-js

## <small>0.3.2 (2023-02-24)</small>

# Release: v0.3.1

## 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.1",
"version": "0.3.2",
"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.2

## packages/databricks-vscode-types

## <small>0.3.2 (2023-02-24)</small>

# Release: v0.3.1

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

## packages/databricks-vscode

## <small>0.3.2 (2023-02-24)</small>

- Fix: Support HTTP proxies when the proxy environment variable is lower case, closes [#476](https://github.com/databricks/databricks-vscode/issues/476) reported by [@wibbico](https://github.com/wibbico)
- Fix: Increase timeouts to support uploading large files

# Release: v0.3.1

## 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.1",
"version": "0.3.2",
"engines": {
"vscode": "^1.69.1"
},
Expand Down

0 comments on commit a337e48

Please sign in to comment.