Skip to content

Commit a337e48

Browse files
github-actions[bot]web-flowfjakobs
authored
Release: v0.3.2 (#507)
## 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]>
1 parent 33eaa34 commit a337e48

File tree

7 files changed

+25
-4
lines changed

7 files changed

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

packages/databricks-sdk-js/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Release: v0.3.2
2+
3+
## packages/databricks-sdk-js
4+
5+
## <small>0.3.2 (2023-02-24)</small>
6+
17
# Release: v0.3.1
28

39
## 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.1",
3+
"version": "0.3.2",
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.2
2+
3+
## packages/databricks-vscode-types
4+
5+
## <small>0.3.2 (2023-02-24)</small>
6+
17
# Release: v0.3.1
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.1",
3+
"version": "0.3.2",
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: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Release: v0.3.2
2+
3+
## packages/databricks-vscode
4+
5+
## <small>0.3.2 (2023-02-24)</small>
6+
7+
- 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)
8+
- Fix: Increase timeouts to support uploading large files
9+
110
# Release: v0.3.1
211

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

0 commit comments

Comments
 (0)