Skip to content

Releases: microsoft/vscode-cosmosdb

v0.24.0

14 Nov 15:36
4062cc6
Compare
Choose a tag to compare

Added

  • Added support for Azure Cosmos DB for MongoDB vCore. Azure Resources now lists existing MongoDB vCore clusters.
  • Added support for universal MongoDB Cluster connectivity using a connection string (MongoDB Cluster Connections). This supports both MongoDB vCore clusters as well as other MongoDB cluster platforms.
  • New UI for executing queries in the NoSQL account. UI supports viewing results in a table, tree or a JSON view, showing the query stats, the RU cost and Index Metrics.
  • New UI for executing search queries in the vCore account. UI supports viewing results in a table, tree or a JSON view.
  • New UI for creating, viewing and editing documents in a separate tab.
  • New UI supports VS Code theming (except Monarch).

Full Changelog: CHANGELOG.md, v0.23.0...v0.24.0

v0.23.0

13 Sep 13:50
141005f
Compare
Choose a tag to compare

Changed

  • Use Entra ID automatically for NoSQL accounts with local auth disabled. #2290
  • Don't fetch NoSQL account keys when using Entra ID. #2290

Added

  • Added RBAC permission error handling for NoSQL accounts. If RBAC permission is missing, show a notification with an option to assign a contributor role for the current account and a link to RBAC documentation. #2289

v0.22.0

26 Apr 21:17
5d9befc
Compare
Choose a tag to compare

Added

  • Added support to authenticate with CosmosDB NoSQL database accounts using MS Entra ID. #2205

v0.21.0

18 Mar 16:40
a877cec
Compare
Choose a tag to compare

Changed

  • Updated the supported Mongo version when creating a MongoDB database server. #2223
  • Fixed a bug which blocks creating a Postgres database. #2250

Added

  • Added support to execute a SQL style NoSQL query in a NoSQL query editor. #2217
  • Added support to execute a NoSQL stored procedure. #2235
  • Added support to view, create or delete NoSQL triggers. #2236
  • Added support to view the offer information of a NoSQL collection. #2252

v0.20.1

18 Jan 00:10
cf4daaf
Compare
Choose a tag to compare

Changed

  • Fixed a bug where the azure user session cannot be auto detected for Postgres Flexible server. #2209

v0.20.0

12 Oct 18:30
1ffeba8
Compare
Choose a tag to compare

This release adds the initial Azure AD authentication support for PostgreSQL flexible database servers and fixed various bugs. See 0.20.0 for all closed issues.

Breaking change

  • The extension is migrated to use vscode secretStorage module for storing user credentials #2137. If you have local attachments that are broken due to this change, please re-attach them.
  • The CosmosDB Graph extension has been removed from the marketplace. Attempting to open the graph explorer will open a documentation suggesting alternative tools for viewing graphs #2086.

Added

  • The extension now supports connecting to PostgreSQL flexible database server as Azure AD users. Read this wiki to learn more.

0.19.4

17 May 20:31
ffcabdb
Compare
Choose a tag to compare

Added

Dependencies

v0.19.3

16 Feb 18:15
a0ad74a
Compare
Choose a tag to compare

Added

Changed

Engineering

Dependencies

v0.19.2

30 Jun 20:21
97478b0
Compare
Choose a tag to compare
v0.19.2 Pre-release
Pre-release

Changed

  • Update @vscode/extension-telemetry to 0.6.2 #2042

v0.19.1

01 Jun 17:12
2312e83
Compare
Choose a tag to compare
v0.19.1 Pre-release
Pre-release

Changed

  • Update @vscode/extension-telemetry to 0.5.2 #2032