From 8b7e96c36f339741bb17bd6218d4c72da1d5f07f Mon Sep 17 00:00:00 2001 From: Anemy Date: Tue, 24 Nov 2020 11:20:08 -0500 Subject: [PATCH 1/4] 0.3.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c245ec69..aaf98c216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,30 @@ All notable changes to the "mongodb" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.3.0] - 2020-11-24 + +### Added + +- Added a resources panel to the overview page (VSCODE-168, #208) +- Display button to change currently connected connection name in overview page (VSCODE-189, #191) + +### Changed + +- Moved playground output to the editor, logs remain in the output section (VSCODE-177, #198) +- Playground results are now displayed in EJSON or text (VSCODE-203, #206) +- Updated connect commands to route to overview page instead of directly to connection form (VSCODE-170, #210) +- Changed connection form to show in modal in overview page (VSCODE-173, #190) +- Updated index creation template to use `createIndex` instead of `ensureIndex` (#205) +- Removed custom font in overview page (#192) + +### Fixed + +- Fix x509 username being required in connection string building and parsing (VSCODE-202, #203) +- Fix viewing documents Binary UUID _ids (VSCODE-118, #213) +- Fix opening mongodb shell on windows with git bash (VSCODE-200, #201) +- Fix opening mongodb shell on windows with an ssl file with a space in it (#201) +- Fix password encoding of connection strings when copying connection string and opening in mongodb shell (VSCODE-198, #207) + ## [0.2.1] - 2020-10-20 ### Added diff --git a/package-lock.json b/package-lock.json index 2b2a9b312..58ae185d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mongodb-vscode", - "version": "0.2.2-dev.0", + "version": "0.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 83ec4a6fb..4ea53a613 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "mongodb-vscode", "displayName": "MongoDB for VS Code", "description": "Connect to MongoDB and Atlas directly from your VS Code environment, navigate your databases and collections, inspect your schema and use playgrounds to prototype queries and aggregations.", - "version": "0.2.2-dev.0", + "version": "0.3.0", "homepage": "https://github.com/mongodb-js/vscode", "qna": "https://developer.mongodb.com/community/forums/", "repository": { From 98cd83086b2add5e7d174c1110269e432ec7ec85 Mon Sep 17 00:00:00 2001 From: Anemy Date: Tue, 24 Nov 2020 11:22:44 -0500 Subject: [PATCH 2/4] Update changelog --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf98c216..20d303f28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,10 +15,14 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how - Moved playground output to the editor, logs remain in the output section (VSCODE-177, #198) - Playground results are now displayed in EJSON or text (VSCODE-203, #206) -- Updated connect commands to route to overview page instead of directly to connection form (VSCODE-170, #210) -- Changed connection form to show in modal in overview page (VSCODE-173, #190) -- Updated index creation template to use `createIndex` instead of `ensureIndex` (#205) +- Connect commands route to overview page instead of directly to connection form (VSCODE-170, #210) +- Connection form shows in modal in overview page (VSCODE-173, #190) +- Index creation template now uses `createIndex` instead of `ensureIndex` (#205) + +### Removed + - Removed custom font in overview page (#192) +- Removed sql pipeline stage operator (#211) ### Fixed From 4f68e1dae4f4bc36afe7417555ae8a82dfdbbaab Mon Sep 17 00:00:00 2001 From: Anemy Date: Tue, 24 Nov 2020 11:25:24 -0500 Subject: [PATCH 3/4] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20d303f28..4c74c361d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ### Added - Added a resources panel to the overview page (VSCODE-168, #208) -- Display button to change currently connected connection name in overview page (VSCODE-189, #191) +- Added a button to change currently connected connection name in overview page (VSCODE-189, #191) ### Changed From f815f207bd786fa3b77c93da2c876f937688e232 Mon Sep 17 00:00:00 2001 From: Anemy Date: Tue, 24 Nov 2020 11:43:04 -0500 Subject: [PATCH 4/4] Update test version --- src/test/suite/connectionController.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/suite/connectionController.test.ts b/src/test/suite/connectionController.test.ts index 182ea5733..bd8552bdc 100644 --- a/src/test/suite/connectionController.test.ts +++ b/src/test/suite/connectionController.test.ts @@ -511,7 +511,7 @@ suite('Connection Controller Test Suite', function () { test('"getConnectionStringFromConnectionId" returns the driver uri of a connection', async () => { const expectedDriverUri = - 'mongodb://localhost:27018/?readPreference=primary&appname=mongodb-vscode%200.2.2-dev.0&ssl=false'; + 'mongodb://localhost:27018/?readPreference=primary&appname=mongodb-vscode%200.3.0&ssl=false'; await testConnectionController.loadSavedConnections(); await testConnectionController.addNewConnectionStringAndConnect(