Skip to content

Commit

Permalink
Release: v1.2.5 (#998)
Browse files Browse the repository at this point in the history
## 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]>
  • Loading branch information
3 people authored Jan 10, 2024
1 parent 25d0ef2 commit 26ffedb
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 73 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": "1.2.4",
"version": "1.2.5",
"private": true,
"workspaces": [
"packages/*"
Expand Down
8 changes: 8 additions & 0 deletions packages/databricks-vscode-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Release: v1.2.5

## packages/databricks-vscode-types

## <small>1.2.5 (2024-01-10)</small>

- Update the license (#981) ([66cf3c3](https://github.com/databricks/databricks-vscode/commit/66cf3c3)), closes [#981](https://github.com/databricks/databricks-vscode/issues/981)

# Release: v1.2.4

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

## packages/databricks-vscode

## <small>1.2.5 (2024-01-10)</small>

- Explicitly clear terminal environment variables before injecting new ones.
- Fix race conditions around setting environment variable for the metadata url.
- Show warning when the extension doesn't have permissions to execute the CLI.
- Store `lastInstalledExtensionVersion` in the global storage so we only show `what's new` once.
- Update the license.
- Update Databricks CLI to v0.211.0.
- Fix the telemetry.

# Release: v1.2.4

## packages/databricks-vscode
Expand Down
Loading

0 comments on commit 26ffedb

Please sign in to comment.