Vscode Cosmosdb Versions Save

Azure Databases extension for VS Code

v0.22.0

1 month ago

Added

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

v0.21.0

2 months ago

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

4 months ago

Changed

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

v0.20.0

7 months ago

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.

v0.19.4

1 year ago

Added

Dependencies

v0.19.3

1 year ago

Added

Changed

Engineering

Dependencies

v0.19.2

1 year ago

Changed

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

v0.19.1

2 years ago

Changed

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

v0.19.0

2 years ago

We've made some large design changes to the Azure extensions for VS Code. View App Centric release notes

Changed

  • Minimum version of VS Code is now 1.57.0

v0.18.1

2 years ago

Fixed

  • Fixed the ETIMEDOUT issue when signing into a PostgreSQL Flexible server on multiple machines