Releases: mongodb-js/vscode
Releases · mongodb-js/vscode
v1.2.0
What's Changed
- feat: added Export to Go support VSCODE-411 by @GaurabAryal in #567
- chore: only load keytar during the migration process VSCODE-450 by @kmruiz in #572
- fix: adopt dns result order changes VSCODE-458 by @alenakhineika in #575
New Contributors
- @GaurabAryal made their first contribution in #567
- @kmruiz made their first contribution in #572
Full Changelog: v1.1.0...v1.2.0
v1.1.0
Important Information
Starting with this release (v1.1.0), our Extension will use VS Code's SecretStorage api to store secrets for saved connections, instead of Keytar which is now officially archived and not maintained anymore.
To dig deeper please feel free to follow the links mentioned below:
- VS Code's announcement about removal of Keytar shim from VS Code
- Issue created to remove the direct dependency on Keytar from our extension
What does this mean for our extension users?
- Nothing much, just update to the latest version of our extension. The extension itself will take care of restoring secrets from Keytar to SecretStorage.
Change log
- chore(ci): truncate origins for vulnerability reports in jira by @mcasimir in #547
- refactor: simplify constructor argument assignment VSCODE-441 by @Anemy in #551
- chore: bump minor dependencies by @alenakhineika in #553
- chore: added migration step to migrate keytar secrets to vscode SecretStorage - VSCODE-435 by @himanshusinghs in #552
- feat(tree-explorer): sort dbs in the tree by name by @Anemy in #488
- build(deps): bump json5 from 1.0.1 to 1.0.2 by @dependabot in #463
- chore: update semver and a few other dependencies, removes unused code - VSCODE-436, VSCODE-437 by @Anemy in #556
- chore: fix for ubuntu build failures by @himanshusinghs in #561
Full Changelog: v1.0.2...v1.1.0
v1.0.2
What's Changed
- feat: add autocomplete support for
$percentile
,$median
, and$$USER_ROLES
COMPASS-6780, COMPASS-6781 by @alenakhineika in #523 - chore: add new
utm
attributes to all mongodb links VSCODE-356 by @gribnoysup in #526 - chore: bump mongosh and dataservice VSCODE-421 by @Anemy in #528
- build(deps): bump
fast-xml-parser
and@aws-sdk/credential-providers
by @dependabot in #529 - chore(deps): bump
mongodb-cloud-info
to 2.0 for ipv6 support by @lerouxb in #530 - Add
codeql
by @mcasimir in #533 - docs: add testing matrix link and information to
CONTRIBUTING/Releasing
docs by @Anemy in #531 - chore: add vulnerability scan VSCODE-424 by @mcasimir in #532
- chore(ci): fix
create-jira-tickets
task by @mcasimir in #534 - chore: update
mongodb-cloud-info
to v2.0.1 by @lerouxb in #537 - chore(ci): fix failing jobs due to outdated actions by @mcasimir in #535
- build: bump mongosh to 1.10.0 VSCODE-415 by @alenakhineika in #542
- test: run nightly tests against the latest VSCode VSCODE-340 by @alenakhineika in #543
- fix: disable playground loaded event VSCODE-432 by @alenakhineika in #545
New Contributors
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- feat: add playground created telemetry event VSCODE-379 by @alenakhineika in #508
- fix: collection with dots in the name disappears from the suggestions list VSCODE-407 by @alenakhineika in #514
- feat: clear completions cache on Refresh action on the sidebar VSCODE-408 by @alenakhineika in #517
- refactor: remove columnstore indexes COMPASS-6783 by @alenakhineika in #522
- docs: README updates VSCODE-395 by @mmarcon in #516
- fix(docs): remove br html tag in markdown, remove extra spacing by @Anemy in #524
Full Changelog: v0.11.1...v1.0.1
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.