Skip to content

Releases: mongodb-js/vscode

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.

v0.7.0

01 Dec 22:06
3c9005a
Compare
Choose a tag to compare

Added

  • Added export to language for selected query content and aggregation content in playgrounds (VSCODE-296, #366)

v0.6.14

25 Oct 18:44
0d8bd05
Compare
Choose a tag to compare

Added

Changed

Fixed

  • Fixed opening files with special characters in their _ids (VSCODE-276, #342)

v0.6.12

04 Oct 19:32
d7df781
Compare
Choose a tag to compare

Changed

  • Replaced code lenses with code actions for partially running playgrounds (VSCODE-247, #318)
  • Updated the MongoDB driver to 4.1.2 and mongosh to 1.0.4 (VSCODE-270, #337)
  • Updated the create collection time-series template to include granularity (VSCODE-292, #344)

Fixed

  • Fixed TLS/SSL files not resolving correctly when connecting with WSL(Windows Subsystem for Linux) (VSCODE-284, #343)
  • Fixed playgrounds not loading SSL/TLS files correctly with new MongoDB node driver (VSCODE-292, #347)

v0.6.10

27 Jul 18:29
89d74f8
Compare
Choose a tag to compare

Fixed

  • Removed extra newline character at the end of the link in the generated changelog (VSCODE-282, #332)
  • Fixed image location referencing an incorrect branch in the generated VSCode marketplace README (VSCODE-281, #333)

v0.6.9

27 Jul 16:36
2dc6fcd
Compare
Choose a tag to compare

Fixed

  • Fixed image locations in the published VSCode marketplace README resolving to an incorrect branch (VSCODE-281, #331)

v0.6.8

27 Jul 14:35
Compare
Choose a tag to compare

Added

  • Added support for showing databases a user has permissions to when they cannot listDatabases (VSCODE-157, #317)

Changed

  • Updated code lenses in playgrounds to now appear at the end of a selection for partially running (#324)
  • Update our CI release pipeline - this is the first automated release ✨