Skip to content

Releases: mongodb-js/vscode

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)

v0.4.0

25 Jan 12:12
e8c533b
Compare
Choose a tag to compare

Added

  • Added the ability to edit documents opened from the explorer panel (VSCODE-219, #226, #239)
  • Added the ability to open and edit documents from playground results (VSCODE-222, #232)
  • Added icons for connect and playground panel actions (VSCODE-179, #240)
  • Added the ability to specify multiple hosts and ports in the connection form (VSCODE-208, #224)
  • Added a feature where we show the overview page when the extension is first installed (VSCODE-167, #225)

Changed

  • Changed how we generate default connection names for new connections to better represent multiple hosts and ports, and srv records (VSCODE-221, #227)
  • Changed how we show connectivity errors with the connection form (VSCODE-196, #217)

Fixed

  • Fix opening documents with a binary _id from the explorer panel (VSCODE-118, #220)
  • Fixed playground log output panel to not display when a playground is open and when a playground is run and there was no log output (#234)
  • Fixed code lenses for partial playground executions sometimes being missing (VSCODE-226, #243)

v0.3.0

24 Nov 18:08
5338e5a
Compare
Choose a tag to compare

Added

  • Added a resources panel to the overview page (VSCODE-168, #208)
  • Added a button to change currently connected connection name in overview page (VSCODE-189, #191)

Changed

  • Moved playground output to the editor, logs remain in the output section (VSCODE-177, #198)
  • Playground results are now displayed in EJSON or text (VSCODE-203, #206)
  • Connect commands route to overview page instead of directly to connection form (VSCODE-170, #210)
  • Connection form shows in modal in overview page (VSCODE-173, #190)
  • Index creation template now uses createIndex instead of ensureIndex (#205)

Fixed

  • Fix x509 username being required in connection string building and parsing (VSCODE-202, #203)
  • Fix viewing documents Binary UUID _ids (VSCODE-118, #213)
  • Fix opening mongodb shell on windows with git bash (VSCODE-200, #201)
  • Fix opening mongodb shell on windows with an ssl file with a space in it (#201)
  • Fix password encoding of connection strings when copying connection string and opening in mongodb shell (VSCODE-198, #207)

Removed

  • Removed custom font in overview page (#192)
  • Removed sql pipeline stage operator (#211)

v0.2.1

20 Oct 12:49
7c4807a
Compare
Choose a tag to compare

Added

  • Added the ability to use print() and console.log() in playgrounds #184
  • Added an overview page (more to come on this in future versions) #178
  • Added a tooltip to fields in a collection's schema to show types found in the sampling for that field #179

v0.2.0

01 Oct 14:32
64faeec
Compare
Choose a tag to compare

Added

  • Added a Playgrounds panel that displays .mongodb playground files in the current VSCode workspace
  • Added a setting to configure which folders and files are excluded from the playgrounds panel file searching
  • Added a help and resources panel to the explorer with links to documentation and feedback portals
  • Added a button to the indexes folder in the tree view which creates a playground prefilled with an index creation script

Changed

  • Updated our mongosh dependency to 0.4.2 to bring more functionality to playgrounds

Fixed

  • Fixed indexes expanded state caching in the connection explorer panel tree view

v0.1.1

10 Aug 10:45
4332ae7
Compare
Choose a tag to compare

Added

  • Added a search for documents playground shortcut in the tree explorer view
  • Added a copy field name right click action in a collection's schema in the tree explorer view
  • Added a document count for a collection in the tree view (with hover tooltip for the full count)
  • Added the ability to change the current connection when in an open playground file by using the codelens on the first line of the playground

Changed

  • Allow connecting to a new connection while already connecting to another connection
  • Allow removing a new connection while it is connecting