From 48ec91b274a226357872330450a0cd041da359d9 Mon Sep 17 00:00:00 2001 From: Rhys Date: Tue, 13 Jul 2021 11:59:36 -0400 Subject: [PATCH] 0.6.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- src/test/suite/connectionController.test.ts | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52547be37..a7fb46336 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,27 @@ 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.6.0] - 2021-6-13 + +### Added + +- Added icons for time-series collections (VSCODE-263, #296) +- Updated our mongosh dependency to 1.0.0 and MongoDB node driver to a fork of the 4.0.0 driver (VSCODE-264, #308) +- Added support for load balanced connections (#311) + +### Changed + +- Made mongosh the default shell when launching the shell from a saved connection (#306) +- Updated how collections and databases are created to use playgrounds instead of vscode inputs (VSCODE-262, #294) +- Updated how playgrounds are run to preserve focus on the editor when the results are shown (VSCODE-214, #290, #222) +- Updated the Atlas terraform snippet (#297) +- Updated the collections list to sort system collections to the end of the list (#298) + +### Fixed + +- Fixed showing an error when large files are shown in vscode which have tokenization disabled (VSCODE-250, #290) +- Fixed showing recently dropped collections and databases in the explorer (VSCODE-244, #288) + ## [0.5.0] - 2021-3-10 ### Added diff --git a/package-lock.json b/package-lock.json index 89ffd207a..86f5bfe3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mongodb-vscode", - "version": "0.5.1-dev.0", + "version": "0.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mongodb-vscode", - "version": "0.5.1-dev.0", + "version": "0.6.0", "license": "SEE LICENSE IN LICENSE.txt", "dependencies": { "@babel/parser": "^7.12.11", diff --git a/package.json b/package.json index c87dc6a4a..104eb85c4 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.5.1-dev.0", + "version": "0.6.0", "homepage": "https://github.com/mongodb-js/vscode", "qna": "https://developer.mongodb.com/community/forums/", "repository": { diff --git a/src/test/suite/connectionController.test.ts b/src/test/suite/connectionController.test.ts index 86949723c..cae8d4ff3 100644 --- a/src/test/suite/connectionController.test.ts +++ b/src/test/suite/connectionController.test.ts @@ -512,7 +512,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.5.1-dev.0&directConnection=true&ssl=false'; + 'mongodb://localhost:27018/?readPreference=primary&appname=mongodb-vscode%200.6.0&directConnection=true&ssl=false'; await testConnectionController.loadSavedConnections(); await testConnectionController.addNewConnectionStringAndConnect(