Releases: mongodb-js/vscode
Releases · mongodb-js/vscode
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)
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 ✨