Skip to content

Releases: mongodb-js/vscode

v0.9.3

Choose a tag to compare

@github-actions github-actions released this 26 Apr 23:07
5d3ba50

Fixed

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

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 08 Mar 17:24
c03912b

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

Choose a tag to compare

@github-actions github-actions released this 19 Jan 16:18
0f21452

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

Choose a tag to compare

@github-actions github-actions released this 01 Dec 22:06
3c9005a

Added

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

v0.6.14

Choose a tag to compare

@github-actions github-actions released this 25 Oct 18:44
0d8bd05

Added

Changed

Fixed

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

v0.6.12

Choose a tag to compare

@github-actions github-actions released this 04 Oct 19:32
d7df781

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

Choose a tag to compare

@github-actions github-actions released this 27 Jul 18:29
89d74f8

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

Choose a tag to compare

@github-actions github-actions released this 27 Jul 16:36
2dc6fcd

Fixed

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

v0.6.8

Choose a tag to compare

@github-actions github-actions released this 27 Jul 14:35

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 ✨

v0.6.0

Choose a tag to compare

@Anemy Anemy released this 13 Jul 16:01
48ec91b

Added

  • Added icons for time-series collections (VSCODE-263, #296)
  • Updated our mongosh dependency to 1.0.0 and MongoDB node driver to a fork of the 4.0.0 driver (VSCODE-264, #308)
  • Added support for load balanced connections (#311)

Changed

  • Made mongosh the default shell when launching the shell from a saved connection (#306)
  • Updated how collections and databases are created to use playgrounds instead of vscode inputs (VSCODE-262, #294)
  • Updated how playgrounds are run to preserve focus on the editor when the results are shown (VSCODE-214, #290, #222)
  • Updated the Atlas terraform snippet (#297)
  • Updated the collections list to sort system collections to the end of the list (#298)

Fixed

  • Fixed showing an error when large files are shown in vscode which have tokenization disabled (VSCODE-250, #290)
  • Fixed showing recently dropped collections and databases in the explorer (VSCODE-244, #288)