Skip to content

Releases: mongodb-js/vscode

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)

v0.9.2

08 Mar 17:24
c03912b
Compare
Choose a tag to compare

Changed

  • Bumped our MongoDB node driver and mongosh dependencies (#385)
  • Updated our connection logic to share the connection logic from mongosh (#390)
  • Exposed export to Ruby as a language in the export to language feature (VSCODE-323, #391)

v0.8.0

19 Jan 16:18
0f21452
Compare
Choose a tag to compare

Changed

  • Use new data service and connection model (VSCODE-297, #377)
  • Use the connection-secrets module to protect all secrets (VSCODE-313). Addresses CVE-2021-32039 - Users with appropriate file access may be able to access unencrypted user credentials saved by MongoDB Extension for VS Code in a binary file. These credentials may be used by malicious attackers to perform unauthorized actions. This vulnerability affects all MongoDB Extension for VS Code including and prior to version 0.7.0.