Skip to content

Commit 26ffedb

Browse files
github-actions[bot]web-flowilia-db
authored
Release: v1.2.5 (#998)
## packages/databricks-vscode ## <small>1.2.5 (2024-01-10)</small> * Explicitly clear terminal environment variables before injecting new ones (#996) ([2491287](2491287)), closes [#996](#996) * Permissions warning (#983) ([00c2834](00c2834)), closes [#983](#983) * Rollback telemetry package (#989) ([c0abaf7](c0abaf7)), closes [#989](#989) * Store `lastInstalledExtensionVersion` in the global storage so we only show `what's new` once (#971) ([0b19816](0b19816)), closes [#971](#971) * Update all the licenses (#981) ([66cf3c3](66cf3c3)), closes [#981](#981) * Update Databricks CLI to v0.210.2 (#967) ([f309b5e](f309b5e)), closes [#967](#967) * Update Databricks CLI to v0.210.3 (#973) ([bc340cf](bc340cf)), closes [#973](#973) * Update Databricks CLI to v0.211.0 (#982) ([25d0ef2](25d0ef2)), closes [#982](#982) * Update metadata url before emitting connection change events (#992) ([0cd590e](0cd590e)), closes [#992](#992) * Update vscode test package (#984) ([bad500f](bad500f)), closes [#984](#984) ## packages/databricks-vscode-types ## <small>1.2.5 (2024-01-10)</small> * Update all the licenses (#981) ([66cf3c3](66cf3c3)), closes [#981](#981) --------- Co-authored-by: releasebot <[email protected]> Co-authored-by: Ilia Babanov <[email protected]>
1 parent 25d0ef2 commit 26ffedb

File tree

6 files changed

+151
-73
lines changed

6 files changed

+151
-73
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.4",
3+
"version": "1.2.5",
44
"private": true,
55
"workspaces": [
66
"packages/*"

packages/databricks-vscode-types/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release: v1.2.5
2+
3+
## packages/databricks-vscode-types
4+
5+
## <small>1.2.5 (2024-01-10)</small>
6+
7+
- Update the license (#981) ([66cf3c3](https://github.com/databricks/databricks-vscode/commit/66cf3c3)), closes [#981](https://github.com/databricks/databricks-vscode/issues/981)
8+
19
# Release: v1.2.4
210

311
## 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.4",
3+
"version": "1.2.5",
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Release: v1.2.5
2+
3+
## packages/databricks-vscode
4+
5+
## <small>1.2.5 (2024-01-10)</small>
6+
7+
- Explicitly clear terminal environment variables before injecting new ones.
8+
- Fix race conditions around setting environment variable for the metadata url.
9+
- Show warning when the extension doesn't have permissions to execute the CLI.
10+
- Store `lastInstalledExtensionVersion` in the global storage so we only show `what's new` once.
11+
- Update the license.
12+
- Update Databricks CLI to v0.211.0.
13+
- Fix the telemetry.
14+
115
# Release: v1.2.4
216

317
## packages/databricks-vscode

0 commit comments

Comments
 (0)