Skip to content

Commit 0575151

Browse files
github-actions[bot]web-flowkartikgupta-db
authored
Release: v1.2.7 (#1036)
## packages/databricks-vscode ## <small>1.2.7 (2024-02-05)</small> * Bump Databricks SDK to 0.6.1 (#1028) ([abaa30b](abaa30b)), closes [#1028](#1028) * List profiles with all auth methods (#1027) ([41ca392](41ca392)), closes [#1027](#1027) ## packages/databricks-vscode-types ## <small>1.2.7 (2024-02-05)</small> --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Kartik Gupta <[email protected]>
1 parent 41ca392 commit 0575151

File tree

6 files changed

+24
-6
lines changed

6 files changed

+24
-6
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": "1.2.6",
3+
"version": "1.2.7",
44
"private": true,
55
"workspaces": [
66
"packages/*"

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: v1.2.7
2+
3+
## packages/databricks-vscode-types
4+
5+
## <small>1.2.7 (2024-02-05)</small>
6+
17
# Release: v1.2.6
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": "1.2.6",
3+
"version": "1.2.7",
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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# Release: v1.2.7
2+
3+
## packages/databricks-vscode
4+
5+
## <small>1.2.7 (2024-02-05)</small>
6+
7+
- Fix: Databricks OAuth U2M on GCP.
8+
- Fix: "Fetch failed" issue when using a proxy. This is fixed by using undici instead of native fetch.
9+
- List profiles with all auth methods.
10+
111
# Release: v1.2.6
212

313
## packages/databricks-vscode

packages/databricks-vscode/NOTICE.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ This Software contains code from the following open source projects:
1818
| [@azure/opentelemetry-instrumentation-azure-sdk](https://www.npmjs.com/package/@azure/opentelemetry-instrumentation-azure-sdk) | 1.0.0-beta.5 | MIT | github:Azure/azure-sdk-for-js |
1919
| [@colors/colors](https://www.npmjs.com/package/@colors/colors) | 1.5.0 | MIT | http://github.com/DABH/colors.js.git |
2020
| [@dabh/diagnostics](https://www.npmjs.com/package/@dabh/diagnostics) | 2.0.3 | MIT | git://github.com/3rd-Eden/diagnostics.git |
21+
| [@fastify/busboy](https://www.npmjs.com/package/@fastify/busboy) | 2.1.0 | MIT | https://github.com/fastify/busboy.git |
2122
| [@microsoft/1ds-core-js](https://www.npmjs.com/package/@microsoft/1ds-core-js) | 3.2.15 | MIT | https://github.com/microsoft/ApplicationInsights-JS |
2223
| [@microsoft/1ds-post-js](https://www.npmjs.com/package/@microsoft/1ds-post-js) | 3.2.15 | MIT | https://github.com/microsoft/ApplicationInsights-JS |
2324
| [@microsoft/applicationinsights-channel-js](https://www.npmjs.com/package/@microsoft/applicationinsights-channel-js) | 3.0.7 | MIT | github:Microsoft/applicationinsights-js |
@@ -45,7 +46,7 @@ This Software contains code from the following open source projects:
4546
| [@opentelemetry/semantic-conventions](https://www.npmjs.com/package/@opentelemetry/semantic-conventions) | 1.19.0 | Apache-2.0 | open-telemetry/opentelemetry-js |
4647
| [@tootallnate/once](https://www.npmjs.com/package/@tootallnate/once) | 2.0.0 | MIT | git://github.com/TooTallNate/once.git |
4748
| [@types/ini](https://www.npmjs.com/package/@types/ini) | 4.1.0 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
48-
| [@types/node](https://www.npmjs.com/package/@types/node) | 20.11.13 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
49+
| [@types/node](https://www.npmjs.com/package/@types/node) | 20.11.15 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
4950
| [@types/semver](https://www.npmjs.com/package/@types/semver) | 7.5.6 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
5051
| [@types/shimmer](https://www.npmjs.com/package/@types/shimmer) | 1.0.5 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
5152
| [@types/triple-beam](https://www.npmjs.com/package/@types/triple-beam) | 1.3.2 | MIT | https://github.com/DefinitelyTyped/DefinitelyTyped.git |
@@ -92,9 +93,9 @@ This Software contains code from the following open source projects:
9293
| [fn.name](https://www.npmjs.com/package/fn.name) | 1.1.0 | MIT | https://github.com/3rd-Eden/fn.name |
9394
| [form-data](https://www.npmjs.com/package/form-data) | 4.0.0 | MIT | git://github.com/form-data/form-data.git |
9495
| [function-bind](https://www.npmjs.com/package/function-bind) | 1.1.2 | MIT | https://github.com/Raynos/function-bind.git |
95-
| [gaxios](https://www.npmjs.com/package/gaxios) | 6.1.1 | Apache-2.0 | googleapis/gaxios |
96+
| [gaxios](https://www.npmjs.com/package/gaxios) | 6.2.0 | Apache-2.0 | googleapis/gaxios |
9697
| [gcp-metadata](https://www.npmjs.com/package/gcp-metadata) | 6.1.0 | Apache-2.0 | googleapis/gcp-metadata |
97-
| [google-auth-library](https://www.npmjs.com/package/google-auth-library) | 9.6.0 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
98+
| [google-auth-library](https://www.npmjs.com/package/google-auth-library) | 9.6.1 | Apache-2.0 | googleapis/google-auth-library-nodejs.git |
9899
| [gtoken](https://www.npmjs.com/package/gtoken) | 7.0.1 | MIT | google/node-gtoken |
99100
| [hasown](https://www.npmjs.com/package/hasown) | 2.0.0 | MIT | git+https://github.com/inspect-js/hasOwn.git |
100101
| [http-proxy-agent](https://www.npmjs.com/package/http-proxy-agent) | 5.0.0 | MIT | git://github.com/TooTallNate/node-http-proxy-agent.git |
@@ -142,6 +143,7 @@ This Software contains code from the following open source projects:
142143
| [tslib](https://www.npmjs.com/package/tslib) | 1.14.1 | 0BSD | https://github.com/Microsoft/tslib.git |
143144
| [tslib](https://www.npmjs.com/package/tslib) | 2.6.2 | 0BSD | https://github.com/Microsoft/tslib.git |
144145
| [undici-types](https://www.npmjs.com/package/undici-types) | 5.26.5 | MIT | git+https://github.com/nodejs/undici.git |
146+
| [undici](https://www.npmjs.com/package/undici) | 6.6.0 | MIT | git+https://github.com/nodejs/undici.git |
145147
| [util-deprecate](https://www.npmjs.com/package/util-deprecate) | 1.0.2 | MIT | git://github.com/TooTallNate/util-deprecate.git |
146148
| [uuid](https://www.npmjs.com/package/uuid) | 8.3.2 | MIT | https://github.com/uuidjs/uuid.git |
147149
| [webidl-conversions](https://www.npmjs.com/package/webidl-conversions) | 3.0.1 | BSD-2-Clause | jsdom/webidl-conversions |

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": "1.2.6",
7+
"version": "1.2.7",
88
"engines": {
99
"vscode": "^1.83.0"
1010
},

0 commit comments

Comments
 (0)