Skip to content

Latest commit

 

History

History
428 lines (320 loc) · 21.4 KB

CHANGELOG.md

File metadata and controls

428 lines (320 loc) · 21.4 KB

Change Log

0.22.0

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

0.21.0

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

0.20.1

Changed

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

0.20.0

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 - 2023-05-17

Added

  • Add support for the upcoming Azure Resources Focus feature

0.19.3 - 2023-02-15

Added

  • Forward compatibility with Azure Resources API v2 @alexweininger in #2095

Changed

  • Remove Preview label for Postgres Flexible by @tonybaloney in #2058
  • Fix revealing attached database by @alexweininger in #2092

Engineering

  • Remove version checker action by @alexweininger in #2046
  • Replace public-ip with our own util to fix CVE-2022-33987 by @alexweininger in #2048
  • Migrate to vscode-azext-dev by @alexweininger in #2050
  • Update AppInsights key by @bwateratmsft in #2052
  • Add post release version bumper by @alexweininger in #2053
  • Use shared Azure Id parsing utils by @alexweininger in #2054
  • Rename info-needed-closer by @bwateratmsft in #2056
  • Move workflow from root to workflows folder by @alexweininger in #2057
  • Change filter for treeItemPicker by @nturinski in #2063
  • Finalize CodeQL settings by @bwateratmsft in #2068
  • Fix readme badges by @bwateratmsft in #2070
  • Skip test suite to enable CodeQL build by @nturinski in #2081
  • Add .nvmrc file by @alexweininger in #2085
  • Use updated AzExtTreeFileSystem by @alexweininger in #2094

Dependencies

  • Bump extension version post release by @alexweininger in #2045
  • Bump moment from 2.29.2 to 2.29.4 by @dependabot in #2049
  • Bump loader-utils from 1.4.0 to 1.4.2 by @dependabot in #2077
  • Bump yargs-parser and yargs by @dependabot in #2078
  • Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #2083
  • Bump qs from 6.10.1 to 6.11.0 by @dependabot in #2084
  • Bump @xmldom/xmldom from 0.7.5 to 0.7.8 by @dependabot in #2074
  • Bump flat and mocha by @dependabot in #2088
  • Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #2089

0.19.2 - 2022-06-30

Changed

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

0.19.1 - 2022-06-01

Changed

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

0.19.0 - 2022-05-24

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 - 2021-08-11

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

0.18.0 - 2021-07-21

Added

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

Changed

  • Postgres Single Server defaults to version "11"

Fixed

0.17.0 - 2021-06-22

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

0.16.0 - 2021-02-23

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

0.15.1 - 2020-12-04

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

0.15.0 - 2020-09-15

Added

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

Changed

  • PostgreSQL server defaults to version "10"

Fixed

0.14.0 - 2020-07-14

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.

0.13.0 - 2020-05-28

In this release, we're rebranding the Cosmos DB Extension to Azure Databases to expand our database support beyond just Cosmos DB. This release also marks the first new database engine: PostgreSQL with other database engines coming later this year.

Added

  • PostgreSQL support
    • Create and view PostgreSQL servers, databases, and functions.
    • Create, edit, and execute PostgreSQL queries

Fixed

Changed

  • Viewing and querying Azure Cosmos DB graphs has been moved to a separate graph-specific extension, vscode-cosmosdbgraph

0.12.2 - 2020-03-10

Fixed

  • Language client is not ready yet #1334

0.12.1 - 2020-01-22

Fixed

  • When updating a Mongo document, the operation would fail with the following error: update operation document must contain atomic operators. #1298
  • When importing a .json document into a Mongo collection, it would throw the following error: Error: r.insertedIds is not iterable #1307

0.12.0 - 2020-01-16

Added

  • Support for Private Endpoint Connections
  • Collapse All button for Cosmos DB explorer

Fixed

  • When using find() in MongoScrapbooks, it would not work properly with chained commands #981
  • Bugs fixed

0.11.0 - 2019-09-03

Added

  • Add mongo.shell.args setting to allow passing arguments to mongo shell #1104, #1126

Changed

  • Due to a change in the Azure Cosmos DB Emulator, users must explicitly enable the Mongo DB port when starting the emulator. Updated error messages to point to debugging tips at https://aka.ms/AA5zah5. #1137, #1000

Fixed

  • Better shell error handling, add mongo.shell.args setting #1101, #1092, #1071, #988, #838, #820
  • Increase mongo.shell.timeout default value from 5 to 30 #1115
  • Fix document save prompt message #1021

0.10.2 - 2019-05-01

Fixed

  • Handle opening resources to use native vscode APIs
  • Running the extension in older versions of VS Code
  • Report an issue opening a blank webpage due to a large stack frame

0.10.1 - 2019-03-26

Added

  • Wizards are more informative and allow you to redo some steps

Fixed

  • Graph views moved from using previewHtml (deprecated) to Webview API

0.10.0 - 2019-02-13

Added

  • Improved startup and installation performance

Fixed

  • Accounts created in portal are not recognized as graph/mongo by the extension #1018
  • Confusing error message when running 'Import Document into a Collection' with no Workspace opened #961
  • Improve emulator connection error messages #1016

0.9.1 - 2018-11-28

Added

  • API support for integration with App Service extension
  • Multiple documents, collections, or stored procedures can be viewed/edited at once (thanks @tec-goblin)
  • Refresh button doesn't refresh attached accounts #904
  • Some scrapbook parse errors were causing an error alert #959
  • Downgrade event-stream version due to event-stream#116

0.9.0 - 2018-11-05

Added

Fixed

Thank you

A big thank you to the following contributors that helped make the extension even better!

0.8.0 - 2018-07-05

Added

Fixed

0.7.2 - 2018-06-08

Added

Fixed

0.7.1 - 2018-05-10

  • Fixed error "Unexpected Experience Value" when retrieving database accounts

0.7.0 - 2018-05-04

Added

  • Mongo

    • CodeLens support for scrapbook
    • Execute all commands in a scrapbook, allowing you to use scrapbooks as scripts
    • Support for ObjectIDs, ISODate, and extended JSON data types in document views
  • SQL

    • View, open, edit and update Stored Procedures
  • Miscellaneous

    • Error messages are now modal
    • Open newly created docs in editor

Changed

  • Moved Azure CosmosDB Explorer to new Azure view container instead of file explorer

Fixed

0.6.0 - 2018-04-09

Added

  • Mongo

    • mongo.shell.path setting no longer required if shell is in system path
    • Allow mongo.shell.path to be specified in workspace settings as well as user settings
    • No longer asking for an id for new documents
    • Connected database is now persisted between sessions
    • Improvements to scrapbook setup and error handling
  • Azure subscriptions

    • New "filter" button on subscription nodes
    • New "Open in Portal" menu item for subscriptions
  • Miscellaneous

    • New "Report an Issue" button on error dialogs

Fixed

0.5.1 - 2018-03-23

Fixed

0.5.0 - 2018-03-05

Fixed

Added

  • DocumentDB and Mongo
    • Allow updating documents and collections re-opened from a previous VS Code session
  • Mongo
    • Delete databases

0.4.0 - 2018-01-25

Added

  • Attach to Cosmos DB emulator
  • Run commands from the command palette

Fixed

0.3.0 - 2017-12-15

Added

  • Attach Cosmos DB accounts by connection string
  • Graph:
    • Customize the color and display text of vertices through VS Code settings
    • By default display vertex IDs and labels and choose vertex color based on label
    • Honor current VS Code theme

Fixed

0.2.2 - 2017-12-04

Added

  • View, edit, and persist a Mongo collection
  • Edit and persist the result of a Mongo command

0.2.1 - 2017-11-16

Fixed

  • Graph bugs fixed
    • Source to target arrows are backwards
    • Side effects from executing a Gremlin query can occur twice
    • Duplicate vertices can show up in graph viewer
    • Query performance improved for large graphs

0.2.0 - 2017-11-10

Added

  • Graph:
    • View/Create/Delete databases and graphs
    • Click on a graph to visualize data
    • Query graph using Gremlin
  • DocumentDB:
    • View/Create/Delete databases, collections, and documents
  • Mongo
    • View documents in the explorer
  • DocumentDB and Mongo:
    • Click on a document to open in the editor
    • Edit a document and persist changes to the cloud

Removed

  • View Mongo documents in 'result.json' by clicking on a collection in the explorer
  • Edit and persist the result of a Mongo scrapbook command

Fixed

0.1.1 - 2017-09-19

Changed

  • Correctly set version to preview

0.1.0 - 2017-09-19

Added

  • Cosmos DB UI component (sash)
  • Connect to local MongoDB
  • Create Cosmos DB (with MongoDB adaptor)
  • Connect to Cosmos DB via MongoDB adaptor
  • Command to launch the mongo shell
  • Rich MongoDB intellisense in scrapbooks