|
1 | 1 | # Change Log
|
2 | 2 |
|
3 |
| -## [v1.4.0](https://github.com/mongodb-js/vscode/releases/tag/untagged-cda8b18ef8ec5f1910ea) - null |
| 3 | +## [v1.4.0](https://github.com/mongodb-js/vscode/releases/tag/v1.4.0) - 2024-01-09 |
4 | 4 |
|
5 |
| -Edit the release notes before publishing. |
| 5 | +## What's Changed |
| 6 | +* feat: send logs to a LogOutputChannel VSCODE-429 by @baileympearson in https://github.com/mongodb-js/vscode/pull/616 |
| 7 | +* feat: enable language server logs to be opened as a log file VSCODE-429 by @baileympearson in https://github.com/mongodb-js/vscode/pull/618 |
| 8 | +* fix(explorer): auto-open connection when done connecting, fix auto open on delete VSCODE-325 VSCODE-398 by @Anemy in https://github.com/mongodb-js/vscode/pull/619 |
| 9 | +* feat: adds a new overview screen based on LeafyGreen components VSCODE-485 by @himanshusinghs in https://github.com/mongodb-js/vscode/pull/617 |
| 10 | +* chore(playground): codelens for active connection will inform about default connected database VSCODE-316 by @himanshusinghs in https://github.com/mongodb-js/vscode/pull/621 |
| 11 | +* feat(webview): use Compass' connection form in the new overview page VSCODE-488 by @Anemy in https://github.com/mongodb-js/vscode/pull/622 |
| 12 | +* chore(connections): remove keytar, keytar migration, and connection model migration VSCODE-499 by @Anemy in https://github.com/mongodb-js/vscode/pull/625 |
| 13 | +* chore: add connection storage, simplify connection controller and storage controller interfaces by @Anemy in https://github.com/mongodb-js/vscode/pull/627 |
| 14 | +* chore: update segment client VSCODE-498, VSCODE-501 by @mcasimir in https://github.com/mongodb-js/vscode/pull/626 |
| 15 | +* chore(ci): sign vsix file VSCODE-493 by @mcasimir in https://github.com/mongodb-js/vscode/pull/632 |
| 16 | +* feat(webview): update feature flag to always show new connection form VSCODE-490 by @Anemy in https://github.com/mongodb-js/vscode/pull/637 |
| 17 | +* feat: add OIDC auth support, enable in new form VSCODE-354 by @Anemy in https://github.com/mongodb-js/vscode/pull/630 |
| 18 | +* VSCODE-504: streams support in playgrounds by @shaketbaby in https://github.com/mongodb-js/vscode/pull/633 |
| 19 | + |
| 20 | +## New Contributors |
| 21 | +* @baileympearson made their first contribution in https://github.com/mongodb-js/vscode/pull/616 |
| 22 | +* @shaketbaby made their first contribution in https://github.com/mongodb-js/vscode/pull/633 |
| 23 | + |
| 24 | +**Full Changelog**: https://github.com/mongodb-js/vscode/compare/v1.3.1...v1.4.0 |
6 | 25 |
|
7 | 26 |
|
8 | 27 | ## [v1.3.1](https://github.com/mongodb-js/vscode/releases/tag/v1.3.1) - 2023-10-09
|
|
0 commit comments