|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [v1.6.0](https://github.com/mongodb-js/vscode/releases/tag/v1.6.0) - 2024-04-23 |
| 4 | + |
| 5 | +## What's Changed |
| 6 | +* chore: update CHANGELOG.md by @github-actions in https://github.com/mongodb-js/vscode/pull/675 |
| 7 | +* feat: add export to Rust and PHP VSCODE-411 by @paula-stacho in https://github.com/mongodb-js/vscode/pull/676 |
| 8 | +* chore(ci): sign using package by @mabaasit in https://github.com/mongodb-js/vscode/pull/678 |
| 9 | +* fix: include export mode when retrieving import statements VSCODE-440 by @paula-stacho in https://github.com/mongodb-js/vscode/pull/677 |
| 10 | +* chore(dependabot): update dependabot to use the increase strategy by @mcasimir in https://github.com/mongodb-js/vscode/pull/682 |
| 11 | +* chore(deps-dev): bump @mongodb-js/oidc-mock-provider from 0.6.9 to 0.6.10 by @dependabot in https://github.com/mongodb-js/vscode/pull/670 |
| 12 | +* chore(deps-dev): bump @mongodb-js/mongodb-downloader from 0.2.9 to 0.2.10 by @dependabot in https://github.com/mongodb-js/vscode/pull/669 |
| 13 | +* fix: remove userId COMPASS-7608 by @paula-stacho in https://github.com/mongodb-js/vscode/pull/690 |
| 14 | +* chore(deps): bump socks to 2.7.3 VSCODE-520 by @addaleax in https://github.com/mongodb-js/vscode/pull/693 |
| 15 | +* chore: add Atlas Stream Processing to readme with screenshot by @Anemy in https://github.com/mongodb-js/vscode/pull/694 |
| 16 | +* feat: add changeActiveConnection command to palette by @benjlevesque in https://github.com/mongodb-js/vscode/pull/700 |
| 17 | +* feat: show simpler uuid format VSCODE-470 by @paula-stacho in https://github.com/mongodb-js/vscode/pull/701 |
| 18 | +* chore(deps): update jose by @himanshusinghs in https://github.com/mongodb-js/vscode/pull/707 |
| 19 | +* chore(ci): update create-pull-request, add id by @lerouxb in https://github.com/mongodb-js/vscode/pull/710 |
| 20 | +* chore(deps-dev): bump mongodb-runner from 5.4.5 to 5.5.2 by @dependabot in https://github.com/mongodb-js/vscode/pull/664 |
| 21 | +* chore(deps): bump @mongodb-js/saslprep from 1.1.0 to 1.1.4 by @dependabot in https://github.com/mongodb-js/vscode/pull/665 |
| 22 | +* chore(deps): bump express to 4.19.2 VSCODE-527 by @alenakhineika in https://github.com/mongodb-js/vscode/pull/712 |
| 23 | +* feat(playground): add support local require VSCODE-468 by @mabaasit in https://github.com/mongodb-js/vscode/pull/718 |
| 24 | + |
| 25 | +## New Contributors |
| 26 | +* @paula-stacho made their first contribution in https://github.com/mongodb-js/vscode/pull/676 |
| 27 | +* @benjlevesque made their first contribution in https://github.com/mongodb-js/vscode/pull/700 |
| 28 | + |
| 29 | +**Full Changelog**: https://github.com/mongodb-js/vscode/compare/v1.5.0...v1.6.0 |
| 30 | + |
| 31 | + |
3 | 32 | ## [v1.5.0](https://github.com/mongodb-js/vscode/releases/tag/v1.5.0) - 2024-01-24
|
4 | 33 |
|
5 | 34 | ## What's Changed
|
@@ -437,16 +466,3 @@ To dig deeper please feel free to follow the links mentioned below:
|
437 | 466 | - Allow removing a new connection while it is connecting
|
438 | 467 |
|
439 | 468 |
|
440 |
| -## [v0.1.0](https://github.com/mongodb-js/vscode/releases/tag/v0.1.0) - 2020-07-16 |
441 |
| - |
442 |
| -### Added |
443 |
| - |
444 |
| -- Added the ability to run partial playgrounds |
445 |
| -- Added indexes to the explorer tree view |
446 |
| - |
447 |
| -### Fixed |
448 |
| - |
449 |
| -- Fixed an issue with the launch shell command in powershell |
450 |
| -- Fixed an issue with the tree explorer freezing when double clicking an open schema |
451 |
| - |
452 |
| - |
|
0 commit comments