Skip to content

Commit 30e1ace

Browse files
chore: update CHANGELOG.md (#904)
Co-authored-by: gagik <17454623+gagik@users.noreply.github.com>
1 parent b19f2e7 commit 30e1ace

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

CHANGELOG.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [v1.11.0](https://github.com/mongodb-js/vscode/releases/tag/v1.11.0) - 2024-12-11
4+
5+
## What's Changed
6+
* feat(playground): add Generate Query with Copilot code lens in playgrounds VSCODE-650 by @gagik in https://github.com/mongodb-js/vscode/pull/881
7+
* feat(copilot): optimize namespace for export to playground VSCODE-654 by @alenakhineika in https://github.com/mongodb-js/vscode/pull/887
8+
* feat(tree-explorer): add buttons to ask Copilot and create playgrounds from tree view VSCODE-651 by @gagik in https://github.com/mongodb-js/vscode/pull/890
9+
* feat(participant): filter message history when it goes over maxInputTokens VSCODE-653 by @gagik in https://github.com/mongodb-js/vscode/pull/894
10+
* feat(participant): remove in-app notification for participant VSCODE-662 by @gagik in https://github.com/mongodb-js/vscode/pull/899
11+
* fix(connect): can not select files on the connection form VSCODE-658 by @alenakhineika in https://github.com/mongodb-js/vscode/pull/898
12+
13+
14+
**Full Changelog**: https://github.com/mongodb-js/vscode/compare/v1.10.0...v1.11.0
15+
16+
317
## [v1.10.0](https://github.com/mongodb-js/vscode/releases/tag/v1.10.0) - 2024-11-25
418

519
## What's Changed
@@ -402,15 +416,3 @@ To dig deeper please feel free to follow the links mentioned below:
402416
- Fixed image locations in the published VSCode marketplace README resolving to an incorrect branch (VSCODE-281, #331)
403417

404418

405-
## [v0.6.8](https://github.com/mongodb-js/vscode/releases/tag/v0.6.8) - 2021-07-27
406-
407-
### Added
408-
409-
- Added support for showing databases a user has permissions to when they cannot `listDatabases` (VSCODE-157, #317)
410-
411-
### Changed
412-
413-
- Updated code lenses in playgrounds to now appear at the end of a selection for partially running (#324)
414-
- Update our CI release pipeline - this is the first automated release ✨
415-
416-

0 commit comments

Comments
 (0)