Skip to content

Commit 76387cb

Browse files
authored
Merge pull request #268346 from seesharprun/cosmos-mongo-vcore-release-notes-pattern
Cosmos DB | Rework MongoDB vCore release notes article to meet pattern compliance
2 parents f5535a0 + cd2623e commit 76387cb

File tree

1 file changed

+31
-19
lines changed

1 file changed

+31
-19
lines changed
Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,42 @@
11
---
2-
title: Change log for Azure Cosmos DB API for MongoDB vcore
3-
description: Notifies our customers of updates pushed to the product
4-
author: avijitgupta
5-
ms.author: avijitgupta
6-
ms.reviewer: gahllevy
2+
title: Service release notes
3+
titleSuffix: Azure Cosmos DB for MongoDB vCore
4+
description: Includes a list of all feature updates, grouped by release date, for the Azure Cosmos DB for MongoDB vCore service.
5+
author: seesharprun
6+
ms.author: sidandrews
7+
ms.reviewer: avijitgupta
78
ms.service: cosmos-db
8-
ms.subservice: mongodb
9+
ms.subservice: mongodb-vcore
910
ms.topic: release-notes
1011
ms.date: 03/07/2024
12+
#Customer intent: As a database administrator, I want to review the release notes, so I can understand what new features are released for the service.
1113
---
1214

13-
# Change log for Azure Cosmos DB for MongoDB vcore
15+
# Release notes for Azure Cosmos DB for MongoDB vCore
1416

15-
The Change log for the API for MongoDB is meant to inform you about our feature updates. This document covers more granular updates and complements [Azure Updates](https://azure.microsoft.com/updates/).
17+
This article contains release notes for the API for MongoDB vCore. These release notes are composed of feature release dates, and feature updates.
1618

17-
## 3 March 2024: Enhancements to `Explain` plan and Vector filtering abilities
19+
## Latest release: March 03, 2024
1820

19-
* Azure Cosmos DB for MongoDB vCore allows filtering by metadata columns while performing vector searches.
20-
* `Explain` plan now offer different modes
21-
* allShardsQueryPlan: Introduces a new explain mode to view the query plan for all shards involved in the query execution, offering a comprehensive perspective for distributed queries.
22-
* allShardsExecution: Presents an another explain mode to inspect the execution details across all shards involved in the query, providing users with comprehensive information for better optimization.
23-
* Free Tier support added to East US 2
24-
* Ability for building indexes in background (Private Preview)
21+
This release contains enhancements to the **Explain** plan and various vector filtering abilities.
2522

26-
## Next steps
23+
- The API for MongoDB vCore allows filtering by metadata columns while performing vector searches.
2724

28-
* Learn how to [use Studio 3T](../connect-using-mongochef.md) with Azure Cosmos DB for MongoDB.
29-
* Learn how to [use Robo 3T](../connect-using-robomongo.md) with Azure Cosmos DB for MongoDB.
30-
* Explore MongoDB [samples](../nodejs-console-app.md) with Azure Cosmos DB for MongoDB.
25+
- The `Explain` plan offers two different modes
26+
27+
| | Description |
28+
| --- | --- |
29+
| **`allShardsQueryPlan`** | This mode is a new explain mode to view the query plan for all shards involved in the query execution. This mode offers a comprehensive perspective for distributed queries. |
30+
| **`allShardsExecution`** | This mode presents an alternative explain mode to inspect the execution details across all shards involved in the query. This mode provides you with comprehensive information to use in performance optimization. |
31+
32+
- Free tier support is available in more regions. These regions now include **East US 2**. For more information, see [Azure Cosmos DB pricing](https://azure.microsoft.com/pricing/details/cosmos-db/mongodb/).
33+
34+
- The ability to build indexes in the background is now available in preview.
35+
36+
## Previous releases
37+
38+
*There are currently no previous releases.*
39+
40+
## Related content
41+
42+
- [Azure updates for Azure Cosmos DB for MongoDB vCore](https://azure.microsoft.com/updates?category=databases&query=Cosmos%20DB%20MongoDB).

0 commit comments

Comments
 (0)