Skip to content

Releases: mongodb-js/vscode

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 ✨

v0.6.0

13 Jul 16:01
48ec91b
Compare
Choose a tag to compare

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)

v0.5.0

10 Mar 13:23
20737a7
Compare
Choose a tag to compare

Added

  • Add documentation details to playground auto completion items (#267)

Fixed

v0.4.2

17 Feb 15:39
de3c868
Compare
Choose a tag to compare

Added

  • Add icon to refresh collection documents list (#264)

Changed

  • Updated the Atlas link to have https (#259)

v0.4.1

10 Feb 14:50
b1d42f5
Compare
Choose a tag to compare

Changed

  • Updated the Atlas link in the overview page (#250)

Fixed

  • Fixed an issue with playground connectivity not defaulting the directConnection option to true (VSCODE-234, #255)
  • Fixed an issue around showing an error while editing a playground file without an active MongoDB connection (VSCODE-231, #251)