Skip to content

Commit c9ed05b

Browse files
chore: update CHANGELOG.md
1 parent 2dc6fcd commit c9ed05b

File tree

1 file changed

+74
-66
lines changed

1 file changed

+74
-66
lines changed

CHANGELOG.md

Lines changed: 74 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,26 @@
1-
# Change Log
2-
3-
## [v0.6.8](https://github.com/mongodb-js/vscode/releases/tag/v0.6.8) - 2021-07-27
1+
# Change Log
2+
3+
## [v0.6.9](https://github.com/mongodb-js/vscode/releases/tag/v0.6.9) - 2021-07-27
4+
5+
### Fixed
46

7+
- Fixed image locations in the published VSCode marketplace README resolving to an incorrect branch (VSCODE-281, #331)
8+
9+
10+
## [v0.6.8](https://github.com/mongodb-js/vscode/releases/tag/v0.6.8) - 2021-07-27
11+
512
### Added
613

714
- Added support for showing databases a user has permissions to when they cannot `listDatabases` (VSCODE-157, #317)
815

916
### Changed
1017

1118
- Updated code lenses in playgrounds to now appear at the end of a selection for partially running (#324)
12-
- Update our CI release pipeline - this is the first automated release ✨
13-
14-
15-
## [v0.6.0](https://github.com/mongodb-js/vscode/releases/tag/v0.6.0) - 2021-07-13
16-
19+
- Update our CI release pipeline - this is the first automated release ✨
20+
21+
22+
## [v0.6.0](https://github.com/mongodb-js/vscode/releases/tag/v0.6.0) - 2021-07-13
23+
1724
### Added
1825

1926
- Added icons for time-series collections (VSCODE-263, #296)
@@ -31,33 +38,33 @@
3138
### Fixed
3239

3340
- Fixed showing an error when large files are shown in vscode which have tokenization disabled (VSCODE-250, #290)
34-
- Fixed showing recently dropped collections and databases in the explorer (VSCODE-244, #288)
35-
36-
37-
## [v0.5.0](https://github.com/mongodb-js/vscode/releases/tag/v0.5.0) - 2021-03-10
38-
41+
- Fixed showing recently dropped collections and databases in the explorer (VSCODE-244, #288)
42+
43+
44+
## [v0.5.0](https://github.com/mongodb-js/vscode/releases/tag/v0.5.0) - 2021-03-10
45+
3946
### Added
4047

4148
- Add documentation details to playground auto completion items (#267)
4249

4350
### Fixed
4451

4552
- Fix launching mongodb shell with ssl in bash (VSCODE-227, #270)
46-
47-
48-
## [v0.4.2](https://github.com/mongodb-js/vscode/releases/tag/v0.4.2) - 2021-02-17
49-
53+
54+
55+
## [v0.4.2](https://github.com/mongodb-js/vscode/releases/tag/v0.4.2) - 2021-02-17
56+
5057
### Added
5158

5259
- Add icon to refresh collection documents list (#264)
5360

5461
### Changed
5562

56-
- Updated the Atlas link to have https (#259)
57-
58-
59-
## [v0.4.1](https://github.com/mongodb-js/vscode/releases/tag/v0.4.1) - 2021-02-10
60-
63+
- Updated the Atlas link to have https (#259)
64+
65+
66+
## [v0.4.1](https://github.com/mongodb-js/vscode/releases/tag/v0.4.1) - 2021-02-10
67+
6168
### Changed
6269

6370
- Updated the Atlas link in the overview page (#250)
@@ -66,10 +73,10 @@
6673

6774
- Fixed an issue with playground connectivity not defaulting the `directConnection` option to true (VSCODE-234, #255)
6875
- Fixed an issue around showing an error while editing a playground file without an active MongoDB connection (VSCODE-231, #251)
69-
70-
71-
## [v0.4.0](https://github.com/mongodb-js/vscode/releases/tag/v0.4.0) - 2021-01-25
72-
76+
77+
78+
## [v0.4.0](https://github.com/mongodb-js/vscode/releases/tag/v0.4.0) - 2021-01-25
79+
7380
### Added
7481

7582
- Added the ability to edit documents opened from the explorer panel (VSCODE-219, #226, #239)
@@ -87,11 +94,11 @@
8794

8895
- Fix opening documents with a binary `_id` from the explorer panel (VSCODE-118, #220)
8996
- Fixed playground log output panel to not display when a playground is open and when a playground is run and there was no log output (#234)
90-
- Fixed code lenses for partial playground executions sometimes being missing (VSCODE-226, #243)
91-
92-
93-
## [v0.3.0](https://github.com/mongodb-js/vscode/releases/tag/v0.3.0) - 2020-11-24
94-
97+
- Fixed code lenses for partial playground executions sometimes being missing (VSCODE-226, #243)
98+
99+
100+
## [v0.3.0](https://github.com/mongodb-js/vscode/releases/tag/v0.3.0) - 2020-11-24
101+
95102
### Added
96103

97104
- Added a resources panel to the overview page (VSCODE-168, #208)
@@ -117,19 +124,19 @@
117124

118125
- Removed custom font in overview page (#192)
119126
- Removed sql pipeline stage operator (#211)
120-
121-
122-
## [v0.2.1](https://github.com/mongodb-js/vscode/releases/tag/0.2.1) - 2020-10-20
123-
127+
128+
129+
## [v0.2.1](https://github.com/mongodb-js/vscode/releases/tag/0.2.1) - 2020-10-20
130+
124131
### Added
125132

126133
- Added the ability to use print() and console.log() in playgrounds [#184](https://github.com/mongodb-js/vscode/pull/184)
127134
- Added an overview page (more to come on this in future versions) [#178](https://github.com/mongodb-js/vscode/pull/178)
128-
- Added a tooltip to fields in a collection's schema to show types found in the sampling for that field [#179](https://github.com/mongodb-js/vscode/pull/179)
129-
130-
131-
## [v0.2.0](https://github.com/mongodb-js/vscode/releases/tag/v0.2.0) - 2020-10-01
132-
135+
- Added a tooltip to fields in a collection's schema to show types found in the sampling for that field [#179](https://github.com/mongodb-js/vscode/pull/179)
136+
137+
138+
## [v0.2.0](https://github.com/mongodb-js/vscode/releases/tag/v0.2.0) - 2020-10-01
139+
133140
### Added
134141
- Added a Playgrounds panel that displays `.mongodb` playground files in the current VSCode workspace
135142
- Added a setting to configure which folders and files are excluded from the playgrounds panel file searching
@@ -138,11 +145,11 @@
138145
### Changed
139146
- Updated our mongosh dependency to 0.4.2 to bring more functionality to playgrounds
140147
### Fixed
141-
- Fixed indexes expanded state caching in the connection explorer panel tree view
142-
143-
144-
## [v0.1.1](https://github.com/mongodb-js/vscode/releases/tag/v0.1.1) - 2020-08-10
145-
148+
- Fixed indexes expanded state caching in the connection explorer panel tree view
149+
150+
151+
## [v0.1.1](https://github.com/mongodb-js/vscode/releases/tag/v0.1.1) - 2020-08-10
152+
146153
### Added
147154

148155
- Added a search for documents playground shortcut in the tree explorer view
@@ -153,11 +160,11 @@
153160
### Changed
154161

155162
- Allow connecting to a new connection while already connecting to another connection
156-
- Allow removing a new connection while it is connecting
157-
158-
159-
## [v0.1.0](https://github.com/mongodb-js/vscode/releases/tag/v0.1.0) - 2020-07-16
160-
163+
- Allow removing a new connection while it is connecting
164+
165+
166+
## [v0.1.0](https://github.com/mongodb-js/vscode/releases/tag/v0.1.0) - 2020-07-16
167+
161168
### Added
162169

163170
- Added the ability to run partial playgrounds
@@ -167,10 +174,10 @@
167174

168175
- Fixed an issue with the launch shell command in powershell
169176
- Fixed an issue with the tree explorer freezing when double clicking an open schema
170-
171-
172-
## [v0.0.4](https://github.com/mongodb-js/vscode/releases/tag/v0.0.4) - 2020-06-17
173-
177+
178+
179+
## [v0.0.4](https://github.com/mongodb-js/vscode/releases/tag/v0.0.4) - 2020-06-17
180+
174181
### Added
175182

176183
- Added `Launch MongoDB Shell` right click action for the active connection in the tree view
@@ -184,11 +191,11 @@
184191

185192
### Changed
186193

187-
- Connections in the tree view are now alphabetically sorted
188-
189-
190-
## [v0.0.3](https://github.com/mongodb-js/vscode/releases/tag/v0.0.3) - 2020-05-26
191-
194+
- Connections in the tree view are now alphabetically sorted
195+
196+
197+
## [v0.0.3](https://github.com/mongodb-js/vscode/releases/tag/v0.0.3) - 2020-05-26
198+
192199
### Added
193200

194201
- Added `require` support in playgrounds
@@ -198,11 +205,11 @@
198205
- Fixed an issue with file pathing on SSL and SSH connections on windows
199206
- Fixed an issue with connecting to mongodb through the shell while using SSH
200207
- Fixed a connectivity issue with playgrounds and SSH connections
201-
- Fixed an issue with having a babel config in a workspace root
202-
203-
204-
## [v0.0.2](https://github.com/mongodb-js/vscode/releases/tag/v0.0.2) - 2020-05-13
205-
208+
- Fixed an issue with having a babel config in a workspace root
209+
210+
211+
## [v0.0.2](https://github.com/mongodb-js/vscode/releases/tag/v0.0.2) - 2020-05-13
212+
206213
This is the marketplace preview release of MongoDB for VS Code.
207214

208215
* MongoDB data explorer
@@ -211,5 +218,6 @@ This is the marketplace preview release of MongoDB for VS Code.
211218

212219
Take a look at [README.md](https://github.com/mongodb-js/vscode/blob/master/README.md) for an overview of the features.
213220

214-
This release can be found on the VS Code marketplace: https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode
215-
221+
This release can be found on the VS Code marketplace: https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode
222+
223+

0 commit comments

Comments
 (0)