Releases: mongodb-js/vscode
Releases · mongodb-js/vscode
v1.6.0
What's Changed
- feat: add export to Rust and PHP VSCODE-411 by @paula-stacho in #676
- chore(ci): sign using package by @mabaasit in #678
- fix: include export mode when retrieving import statements VSCODE-440 by @paula-stacho in #677
- fix: remove userId COMPASS-7608 by @paula-stacho in #690
- feat: add changeActiveConnection command to palette by @benjlevesque in #700
- feat: show simpler uuid format VSCODE-470 by @paula-stacho in #701
- feat(playground): add support local require VSCODE-468 by @mabaasit in #718
New Contributors
- @paula-stacho made their first contribution in #676
- @benjlevesque made their first contribution in #700
Full Changelog: v1.5.0...v1.6.0
v1.5.0
What's Changed
- VSCODE-505: stream support in UI by @shaketbaby in #643
- feat(webview): use new connection form, remove old form VSCODE-491 by @Anemy in #636
- fix: add explicit ordering for stream processor context menu actions by @pulkitkalra-mdb in #654
- chore: close connection string input when opening form VSCODE-507 by @Anemy in #656
- fix: ensure extension output populates ObjectIds in stream by @pulkitkalra-mdb in #657
- feat(connect-form): add OIDC device auth flow with preference VSCODE-503 by @Anemy in #658
- feat(connections): add edit connection context menu action VSCODE-406 by @Anemy in #655
- chore(deps): update mongodb and devtools dependencies by @Anemy in #662
- chore: cancel connection attempt when removing connection, update assert to expect in webview and connection controller tests by @Anemy in #667
New Contributors
- @pulkitkalra-mdb made their first contribution in #654
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- feat: send logs to a LogOutputChannel VSCODE-429 by @baileympearson in #616
- feat: enable language server logs to be opened as a log file VSCODE-429 by @baileympearson in #618
- fix(explorer): auto-open connection when done connecting, fix auto open on delete VSCODE-325 VSCODE-398 by @Anemy in #619
- feat: adds a new overview screen based on LeafyGreen components VSCODE-485 by @himanshusinghs in #617
- chore(playground): codelens for active connection will inform about default connected database VSCODE-316 by @himanshusinghs in #621
- feat(webview): use Compass' connection form in the new overview page VSCODE-488 by @Anemy in #622
- chore(connections): remove keytar, keytar migration, and connection model migration VSCODE-499 by @Anemy in #625
- chore: add connection storage, simplify connection controller and storage controller interfaces by @Anemy in #627
- chore: update segment client VSCODE-498, VSCODE-501 by @mcasimir in #626
- chore(ci): sign vsix file VSCODE-493 by @mcasimir in #632
- feat(webview): update feature flag to always show new connection form VSCODE-490 by @Anemy in #637
- feat: add OIDC auth support, enable in new form VSCODE-354 by @Anemy in #630
- VSCODE-504: streams support in playgrounds by @shaketbaby in #633
New Contributors
- @baileympearson made their first contribution in #616
- @shaketbaby made their first contribution in #633
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- fix(playgrounds): stringify non-string types for playground output VSCODE-466 by @Anemy in #590
- feat: update mongosh to 2.0.0 and driver to 6.0.0 VSCODE-453 by @addaleax in #592
- feat(autocomplete): introduce $vectorSearch aggregation stage to 7.1 and 7.0.x COMPASS-7064 by @mcasimir in #593
- fix: resolve SRV hostname before passing it to mongodb-cloud-info VSCODE-442 by @addaleax in #594
Full Changelog: v1.2.1...v1.3.1
v1.2.1
What's Changed
- chore: use consistent type imports VSCODE-410 by @alenakhineika in #579
- chore: start changelog PR from head, add manual trigger and build nightly by @mcasimir in #580
- chore: update CHANGELOG.md by @github-actions in #581
- fix: disable "Saved Connections Loaded" event by @alenakhineika in #585
- fix: check secretStorageLocation instead of storageLocation by @alenakhineika in #583
New Contributors
- @github-actions made their first contribution in #581
Full Changelog: v1.2.0...v1.2.1
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