Skip to content

Commit 7cf5ffd

Browse files
authored
Merge pull request #268247 from gahl-levy/vcore-release-notes
add release notes
2 parents 5e42ae6 + a9a85ab commit 7cf5ffd

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

articles/cosmos-db/mongodb/vcore/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878
href: how-to-create-indexes.md
7979
- name: Reference
8080
items:
81+
- name: Release notes
82+
href: release-notes.md
8183
- name: Troubleshoot common issues
8284
href: troubleshoot-common-issues.md
8385
- name: Samples
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
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
7+
ms.service: cosmos-db
8+
ms.subservice: mongodb
9+
ms.topic: release-notes
10+
ms.date: 03/07/2024
11+
---
12+
13+
# Change log for Azure Cosmos DB for MongoDB vcore
14+
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/).
16+
17+
## 3 March 2024: Enhancements to `Explain` plan and Vector filtering abilities
18+
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)
25+
26+
## Next steps
27+
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.

0 commit comments

Comments
 (0)