v1.1.0
Important Information
Starting with this release (v1.1.0), our Extension will use VS Code's SecretStorage api to store secrets for saved connections, instead of Keytar which is now officially archived and not maintained anymore.
To dig deeper please feel free to follow the links mentioned below:
- VS Code's announcement about removal of Keytar shim from VS Code
- Issue created to remove the direct dependency on Keytar from our extension
What does this mean for our extension users?
- Nothing much, just update to the latest version of our extension. The extension itself will take care of restoring secrets from Keytar to SecretStorage.
Change log
- chore(ci): truncate origins for vulnerability reports in jira by @mcasimir in #547
- refactor: simplify constructor argument assignment VSCODE-441 by @Anemy in #551
- chore: bump minor dependencies by @alenakhineika in #553
- chore: added migration step to migrate keytar secrets to vscode SecretStorage - VSCODE-435 by @himanshusinghs in #552
- feat(tree-explorer): sort dbs in the tree by name by @Anemy in #488
- build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #463
- chore: update semver and a few other dependencies, removes unused code - VSCODE-436, VSCODE-437 by @Anemy in #556
- chore: fix for ubuntu build failures by @himanshusinghs in #561
Full Changelog: v1.0.2...v1.1.0