Skip to content

Commit

Permalink
Prepare 0.24.0 release (#2403)
Browse files Browse the repository at this point in the history
* Prepare 0.24.0 release

* Update NOTICE.html

* Updated CHANGELOG.md with v0.24

* List more changes in the Changelog

* added "Mongo Clusters" to the readme file

* added a vCore screenshot

* updated the changelog with vCore updates

* MongoDB Cluster Support section renamed

* Update Query editor screenshots in readme

* readme: make overview images smaller

* Updated indentation and new lines.

* Fix 0.24.0 version number in changelog

---------

Co-authored-by: Tomasz Naumowicz <[email protected]>
  • Loading branch information
sevoku and tnaum-ms authored Nov 14, 2024
1 parent 164b822 commit 4062cc6
Show file tree
Hide file tree
Showing 9 changed files with 14,122 additions and 2,618 deletions.
185 changes: 142 additions & 43 deletions CHANGELOG.md

Large diffs are not rendered by default.

16,532 changes: 13,960 additions & 2,572 deletions NOTICE.html

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,20 @@ Browse, manage and query your Azure databases both locally and in the cloud with

![Query Editor with Results](resources/readme/queryEditor.png)

## MongoDB Cluster Support

The extension now offers enhanced support for MongoDB clusters, making it easier than ever to connect, view, and manage your MongoDB resources, whether on Azure or any external cluster.

- **Seamless Connectivity with Azure Cosmos DB for MongoDB vCore**: Effortlessly connect to Azure Cosmos DB for MongoDB vCore.
- **Universal MongoDB Connectivity**: Easily connect to any MongoDB cluster using a connection string, giving you flexibility in managing databases across multiple environments.
- **Comprehensive Collection Viewer**: Navigate collections with rich visualization options, including **Table**, **Tree**, and **JSON views**, to quickly understand and explore your data.
- **Enhanced Query Experience**: Execute find queries with **syntax highlighting** and **intelligent auto-completion**, including field name suggestions, to boost productivity and reduce errors.
- **Paging Support for Large Datasets**: Efficiently browse through large collections with built-in paging support, enabling you to handle data exploration without overwhelming the interface.
- **Document Management**: View, edit, and delete individual documents directly from the interface. Gain the flexibility to manage documents in-place, streamlining the database management process.
- **JSON Import and Export**: Import data from JSON files or export documents as needed. You can even export entire collections or the result of a query, making data sharing simpler and more efficient.

![MongoDB Clusters with a Collection View and auto-completion](resources/readme/vscode-cosmosdb-vcore.png)

## Scrapbooks

### Run Mongo Commands with Rich Intellisense
Expand All @@ -69,8 +83,11 @@ Browse, manage and query your Azure databases both locally and in the cloud with
1. Sign in to your Azure Account by clicking "Sign in to Azure..." in the Azure Resources explorer
> If you don't already have an Azure Account, select "Create a Free Azure Account"
2. Select the `+` button to open the "Create Resource" menu

![Create resource](resources/readme/createResource.png)

3. Choose "Create Database Server..."

![Create Database Server](resources/readme/createDatabaseServer.png)

## Attach to the Cosmos DB Emulator
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.23.2-alpha",
"version": "0.24.0",
"aiKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
"publisher": "ms-azuretools",
"displayName": "Azure Databases",
Expand Down
Binary file modified resources/readme/explorer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/readme/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/readme/queryEditor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/readme/vscode-cosmosdb-vcore.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4062cc6

Please sign in to comment.