Releases: mongodb-js/vscode
Releases · mongodb-js/vscode
v0.10.0
What's Changed
- feat(tree-explorer): Add open and copy document tree view context menu items VSCODE-348 by @Anemy in #445
- feat(tree-explorer): add delete document context menu item VSCODE-349 by @Anemy in #452
- fix(connections): improve disconnected action error messages by @Anemy in #453
- feat(tree-explorer): add clone document context menu item to document item in tree explorer VSCODE-350 by @Anemy in #458
- fix(playgrounds): handle out of memory playground worker VSCODE-269 by @Anemy in #459
- chore(deps): bump mongosh to 1.6.2, driver to 4.13.0 VSCODE-357 by @Anemy in #465
Full Changelog: v0.9.5...v0.10.0
v0.9.5
Added
- feat: add command to generate objectid by @SethFalco in #416
- feat: update MongoDB driver to ^4.10.0 VSCODE-342 by @alenakhineika in #439
- feat(playground): Add
clusteredIndex
option to createCollection playground template VSCODE-330 by @Anemy in #409
Fixed
- fix: correct order of enum docs by @SethFalco in #426
- fix: export to language actions appear for regular playground results VSCODE-334 by @alenakhineika in #434
New Contributors
- @SethFalco made their first contribution in #418
Full Changelog: v0.9.3...v0.9.5
v0.9.3
Fixed
- fix(shell): Fixed launching shell with SSH connections (VSCODE-327, #402)
v0.9.2
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
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
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)