Skip to content

Commit

Permalink
Add 0.20.0 change log (#2187)
Browse files Browse the repository at this point in the history
* Add 0.20.0 change log

* Bump version number

* Use 0.20.0 version
  • Loading branch information
JasonYeMSFT authored Sep 26, 2023
1 parent a7b1d90 commit 29a48d0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Change Log

## Unreleased
## 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](https://github.com/microsoft/vscode-cosmosdb/issues?q=is%3Aissue+milestone%3A0.20.0+is%3Aclosed+) for all closed issues.

### Breaking change

- The extension is migrated to use vscode secretStorage module for storing user credentials [#2137](https://github.com/microsoft/vscode-cosmosdb/issues/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](https://github.com/microsoft/vscode-cosmosdb/issues/2086).

### Added

- The extension now supports connecting to PostgreSQL flexible database server as Azure AD users. Read this [wiki](https://aka.ms/postgresql-passwordless-wiki) to learn more.

## 0.19.4 - 2023-05-17

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-cosmosdb",
"version": "0.19.5-alpha.0",
"version": "0.20.0",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
"publisher": "ms-azuretools",
"displayName": "Azure Databases",
Expand Down

0 comments on commit 29a48d0

Please sign in to comment.