Skip to content

Releases: microsoft/vscode-cosmosdb

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

v0.19.0

24 May 17:15
f32dd12
Compare
Choose a tag to compare
v0.19.0 Pre-release
Pre-release

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

0.18.1

13 Aug 16:43
03b966c
Compare
Choose a tag to compare
0.18.1 Pre-release
Pre-release

Fixed

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

0.18.0

22 Jul 19:12
0398e5d
Compare
Choose a tag to compare
0.18.0 Pre-release
Pre-release

Added

  • Postgres Flexible Servers (Preview) includes support for Databases, Functions and Stored Procedures

Changed

  • Postgres Single Server defaults to version "11"

Fixed

v0.17.0

23 Jun 20:16
2d518bb
Compare
Choose a tag to compare
v0.17.0 Pre-release
Pre-release

Added

  • SKU type option is now available while creating PostgreSQL servers
  • Option to select either "Provisioned throughput" or "Serverless" model while creating CosmosDB accounts

Changed

  • Icons updated to match VS Code's theme. Install new product icon themes here

Fixed

v0.16.0

26 Feb 21:27
c67a029
Compare
Choose a tag to compare
v0.16.0 Pre-release
Pre-release

Added

  • Now depends on the "Azure Resources" extension, which provides a "Resource Groups" and "Help and Feedback" view
  • Grouped items in all context menus to improve access and readability
  • "Attached Emulator..." option added to Attach Database Accounts context menu

Changed

  • "Report an Issue" button was removed from errors. Use the "Help and Feedback" view or command palette instead

Fixed

v0.15.1

07 Dec 23:03
3434053
Compare
Choose a tag to compare
v0.15.1 Pre-release
Pre-release

Added

  • Newly created Azure CosmosDB - MongoDB servers default to version “3.6”

Changed

  • Minimum version of VS Code is now 1.48.0
  • Improved extension activation time (by switching to the azure-sdk-for-js)

Fixed

v0.15.0

17 Sep 17:59
e569e16
Compare
Choose a tag to compare
v0.15.0 Pre-release
Pre-release

Added

  • Attach PostgreSQL servers by connection string
  • PostgreSQL support for integration with App Service extension

Changed

  • PostgreSQL server defaults to version "10"

Fixed

v0.14.0

14 Jul 17:16
a9aa79b
Compare
Choose a tag to compare
v0.14.0 Pre-release
Pre-release

Added

  • Use the setting "azureDatabases.batchSize" to configure the Mongo "DBQuery.shellBatchSize" attribute and the batch size when loading children in the tree view.
  • Create and edit stored procedures in PostgreSQL. NOTE: only applies to PostgreSQL server versions 11 and above.

Fixed

Changed

  • Results from executing most Mongo commands open in a single read-only editor.