Releases: mongodb-js/vscode
Releases · mongodb-js/vscode
v0.7.0
Added
- Added export to language for selected query content and aggregation content in playgrounds (VSCODE-296, #366)
v0.6.14
Added
- Added syntax support for new 5.1 features (VSCODE-306, VSCODE-305, VSCODE-304, VSCODE-302, #357, #359)
Changed
- Updated MongoDB branding (VSCODE-297, #358)
Fixed
- Fixed opening files with special characters in their _ids (VSCODE-276, #342)
v0.6.12
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
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
Fixed
- Fixed image locations in the published VSCode marketplace README resolving to an incorrect branch (VSCODE-281, #331)
v0.6.8
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
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
v0.4.2
v0.4.1
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)