Skip to content

Store lastInstalledExtensionVersion in the global storage so we only show what's new once#971

Merged
kartikgupta-db merged 1 commit intomainfrom
whats-new-only-once
Dec 12, 2023
Merged

Store lastInstalledExtensionVersion in the global storage so we only show what's new once#971
kartikgupta-db merged 1 commit intomainfrom
whats-new-only-once

Conversation

@kartikgupta-db
Copy link
Copy Markdown
Contributor

@kartikgupta-db kartikgupta-db commented Dec 12, 2023

Changes

  • We were storing lastInstalledExtensionVersion in workspace state storage, which is causing the extension to show the what's new popup for every workspace once. We should store it in the global storage instead.

Note: Users will see a 1 time popup after this update before the versions are updated in the global location correctly.

Tests

  • manually

@pietern pietern changed the title Store lasInstalledExtensionVersion in the global storage so we only show what's new once Store lastInstalledExtensionVersion in the global storage so we only show what's new once Dec 12, 2023
@kartikgupta-db kartikgupta-db merged commit 0b19816 into main Dec 12, 2023
@kartikgupta-db kartikgupta-db deleted the whats-new-only-once branch December 12, 2023 12:33
This was referenced Jan 10, 2024
ilia-db added a commit that referenced this pull request Jan 10, 2024
## 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants