Releases: mongodb-js/vscode
Releases · mongodb-js/vscode
v0.11.1
What's Changed
- feat(playground): adds new Time-Series options for collection creation in playgrounds VSCODE-362 by @himanshusinghs in #478
- feat(playground): makes the creation of Column Store indexes more visible in index creation template VSCODE-364 by @himanshusinghs in #479
- feat(tree-explorer): add insert document context menu action VSCODE-367 by @Anemy in #469
- feat(playgrounds): update playground template VSCODE-337 by @Anemy in #470
- fix: make install-local script work VSCODE-310 by @Anemy in #471
- feat: playgrounds in JS VSCODE-372 by @alenakhineika in #482
- feat: show MongoDB completion items before other JS completion VSCODE-382, VSCODE-385 by @alenakhineika in #490
- feat: suggest use and db commands VSCODE-380 by @alenakhineika in #491
- feat: add diagnostics feature to the language server VSCODE-375 by @alenakhineika in #493
- feat: extend playground completions VSCODE-376, VSCODE-381, VSCODE-389, VSCODE-390 by @alenakhineika in #497
- feat: provide shell methods completions after getCollection VSCODE-390 by @alenakhineika in #498
- feat: system variables and fields completion VSCODE-377, VSCODE-393 by @alenakhineika in #500
- feat: add links to MQL documentation VSCODE-387 by @alenakhineika in #501
- docs: document the semantic highlighting issue VSCODE-374 by @alenakhineika in #503
- fix: save documents from the tree view and do not reopen them for playground runs VSCODE-399, VSCODE-400 by @alenakhineika in #504
New Contributors
- @himanshusinghs made their first contribution in #467
Full Changelog: v0.10.0...v0.11.1
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)