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
4
6
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
+
5
12
### Added
6
13
7
14
- Added support for showing databases a user has permissions to when they cannot ` listDatabases ` (VSCODE-157, #317 )
8
15
9
16
### Changed
10
17
11
18
- 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
+
17
24
### Added
18
25
19
26
- Added icons for time-series collections (VSCODE-263, #296 )
31
38
### Fixed
32
39
33
40
- 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
+
39
46
### Added
40
47
41
48
- Add documentation details to playground auto completion items (#267 )
42
49
43
50
### Fixed
44
51
45
52
- 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
+
50
57
### Added
51
58
52
59
- Add icon to refresh collection documents list (#264 )
53
60
54
61
### Changed
55
62
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
+
61
68
### Changed
62
69
63
70
- Updated the Atlas link in the overview page (#250 )
66
73
67
74
- Fixed an issue with playground connectivity not defaulting the ` directConnection ` option to true (VSCODE-234, #255 )
68
75
- 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
+
73
80
### Added
74
81
75
82
- Added the ability to edit documents opened from the explorer panel (VSCODE-219, #226 , #239 )
87
94
88
95
- Fix opening documents with a binary ` _id ` from the explorer panel (VSCODE-118, #220 )
89
96
- 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
+
95
102
### Added
96
103
97
104
- Added a resources panel to the overview page (VSCODE-168, #208 )
117
124
118
125
- Removed custom font in overview page (#192 )
119
126
- 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
+
124
131
### Added
125
132
126
133
- Added the ability to use print() and console.log() in playgrounds [ #184 ] ( https://github.com/mongodb-js/vscode/pull/184 )
127
134
- 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
+
133
140
### Added
134
141
- Added a Playgrounds panel that displays ` .mongodb ` playground files in the current VSCode workspace
135
142
- Added a setting to configure which folders and files are excluded from the playgrounds panel file searching
138
145
### Changed
139
146
- Updated our mongosh dependency to 0.4.2 to bring more functionality to playgrounds
140
147
### 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
+
146
153
### Added
147
154
148
155
- Added a search for documents playground shortcut in the tree explorer view
153
160
### Changed
154
161
155
162
- 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
+
161
168
### Added
162
169
163
170
- Added the ability to run partial playgrounds
167
174
168
175
- Fixed an issue with the launch shell command in powershell
169
176
- 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
+
174
181
### Added
175
182
176
183
- Added ` Launch MongoDB Shell ` right click action for the active connection in the tree view
184
191
185
192
### Changed
186
193
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
+
192
199
### Added
193
200
194
201
- Added ` require ` support in playgrounds
198
205
- Fixed an issue with file pathing on SSL and SSH connections on windows
199
206
- Fixed an issue with connecting to mongodb through the shell while using SSH
200
207
- 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
+
206
213
This is the marketplace preview release of MongoDB for VS Code.
207
214
208
215
* MongoDB data explorer
@@ -211,5 +218,6 @@ This is the marketplace preview release of MongoDB for VS Code.
211
218
212
219
Take a look at [ README.md] ( https://github.com/mongodb-js/vscode/blob/master/README.md ) for an overview of the features.
213
220
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