Skip to content

v0.6.0

Compare
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)