1
- # Change Log
2
-
3
- ## [ v0.6.8] ( https://github.com/mongodb-js/vscode/releases/tag/v0.6.8 ) - 2021-07-27
4
-
1
+ # Change Log
2
+
3
+ ## [ v0.6.8] ( https://github.com/mongodb-js/vscode/releases/tag/v0.6.8 ) - 2021-07-27
4
+
5
5
### Added
6
6
7
7
- Added support for showing databases a user has permissions to when they cannot ` listDatabases ` (VSCODE-157, #317 )
8
8
9
9
### Changed
10
10
11
11
- 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
-
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
+
17
17
### Added
18
18
19
19
- Added icons for time-series collections (VSCODE-263, #296 )
31
31
### Fixed
32
32
33
33
- 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
-
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
+
39
39
### Added
40
40
41
41
- Add documentation details to playground auto completion items (#267 )
42
42
43
43
### Fixed
44
44
45
45
- 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
-
46
+
47
+
48
+ ## [ v0.4.2] ( https://github.com/mongodb-js/vscode/releases/tag/v0.4.2 ) - 2021-02-17
49
+
50
50
### Added
51
51
52
52
- Add icon to refresh collection documents list (#264 )
53
53
54
54
### Changed
55
55
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
-
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
+
61
61
### Changed
62
62
63
63
- Updated the Atlas link in the overview page (#250 )
66
66
67
67
- Fixed an issue with playground connectivity not defaulting the ` directConnection ` option to true (VSCODE-234, #255 )
68
68
- 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
-
69
+
70
+
71
+ ## [ v0.4.0] ( https://github.com/mongodb-js/vscode/releases/tag/v0.4.0 ) - 2021-01-25
72
+
73
73
### Added
74
74
75
75
- Added the ability to edit documents opened from the explorer panel (VSCODE-219, #226 , #239 )
87
87
88
88
- Fix opening documents with a binary ` _id ` from the explorer panel (VSCODE-118, #220 )
89
89
- 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
-
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
+
95
95
### Added
96
96
97
97
- Added a resources panel to the overview page (VSCODE-168, #208 )
117
117
118
118
- Removed custom font in overview page (#192 )
119
119
- 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
-
120
+
121
+
122
+ ## [ v0.2.1] ( https://github.com/mongodb-js/vscode/releases/tag/0.2.1 ) - 2020-10-20
123
+
124
124
### Added
125
125
126
126
- Added the ability to use print() and console.log() in playgrounds [ #184 ] ( https://github.com/mongodb-js/vscode/pull/184 )
127
127
- 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
-
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
+
133
133
### Added
134
134
- Added a Playgrounds panel that displays ` .mongodb ` playground files in the current VSCode workspace
135
135
- Added a setting to configure which folders and files are excluded from the playgrounds panel file searching
138
138
### Changed
139
139
- Updated our mongosh dependency to 0.4.2 to bring more functionality to playgrounds
140
140
### 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
-
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
+
146
146
### Added
147
147
148
148
- Added a search for documents playground shortcut in the tree explorer view
153
153
### Changed
154
154
155
155
- 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
-
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
+
161
161
### Added
162
162
163
163
- Added the ability to run partial playgrounds
167
167
168
168
- Fixed an issue with the launch shell command in powershell
169
169
- 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
-
170
+
171
+
172
+ ## [ v0.0.4] ( https://github.com/mongodb-js/vscode/releases/tag/v0.0.4 ) - 2020-06-17
173
+
174
174
### Added
175
175
176
176
- Added ` Launch MongoDB Shell ` right click action for the active connection in the tree view
184
184
185
185
### Changed
186
186
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
-
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
+
192
192
### Added
193
193
194
194
- Added ` require ` support in playgrounds
198
198
- Fixed an issue with file pathing on SSL and SSH connections on windows
199
199
- Fixed an issue with connecting to mongodb through the shell while using SSH
200
200
- 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
-
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
+
206
206
This is the marketplace preview release of MongoDB for VS Code.
207
207
208
208
* MongoDB data explorer
@@ -211,6 +211,5 @@ This is the marketplace preview release of MongoDB for VS Code.
211
211
212
212
Take a look at [ README.md] ( https://github.com/mongodb-js/vscode/blob/master/README.md ) for an overview of the features.
213
213
214
- This release can be found on the VS Code marketplace: https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode
215
-
216
-
214
+ This release can be found on the VS Code marketplace: https://marketplace.visualstudio.com/items?itemName=mongodb.mongodb-vscode
215
+
0 commit comments