Skip to content

Releases: mongodb-js/vscode

v1.3.1

09 Oct 18:32
e7d226a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.1

v1.2.1

23 Aug 13:54
d1ba961
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @github-actions made their first contribution in #581

Full Changelog: v1.2.0...v1.2.1

v1.2.0

15 Aug 15:07
353ec5f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

14 Jul 14:38
9a6cb60
Compare
Choose a tag to compare

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:

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

Full Changelog: v1.0.2...v1.1.0

v1.0.2

21 Jun 10:33
51326d9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

17 May 17:38
09ec67b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v1.0.1

v0.11.1

31 Mar 07:43
271a312
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.11.1

v0.10.0

12 Jan 18:36
9cb8925
Compare
Choose a tag to compare

What's Changed

  • feat(tree-explorer): Add open and copy document tree view context menu items VSCODE-348 by @Anemy in #445
  • feat(tree-explorer): add delete document context menu item VSCODE-349 by @Anemy in #452
  • fix(connections): improve disconnected action error messages by @Anemy in #453
  • feat(tree-explorer): add clone document context menu item to document item in tree explorer VSCODE-350 by @Anemy in #458
  • fix(playgrounds): handle out of memory playground worker VSCODE-269 by @Anemy in #459
  • chore(deps): bump mongosh to 1.6.2, driver to 4.13.0 VSCODE-357 by @Anemy in #465

Full Changelog: v0.9.5...v0.10.0

v0.9.5

18 Oct 14:58
c5ddbf4
Compare
Choose a tag to compare

Added

Fixed

New Contributors

Full Changelog: v0.9.3...v0.9.5

v0.9.3

26 Apr 23:07
5d3ba50
Compare
Choose a tag to compare

Fixed

  • fix(shell): Fixed launching shell with SSH connections (VSCODE-327, #402)