Skip to content

Commit 4ddc653

Browse files
authored
Merge pull request #272257 from AvijitkGupta/vcore-release
Release updates [15th April'24]
2 parents 92a5f27 + 6b4bea7 commit 4ddc653

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

articles/cosmos-db/mongodb/vcore/release-notes.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,49 @@
22
title: Service release notes
33
titleSuffix: Azure Cosmos DB for MongoDB vCore
44
description: Includes a list of all feature updates, grouped by release date, for the Azure Cosmos DB for MongoDB vCore service.
5-
author: seesharprun
5+
author: avijitgupta
66
ms.author: avijitgupta
77
ms.reviewer: gahllevy
88
ms.service: cosmos-db
99
ms.subservice: mongodb-vcore
1010
ms.topic: release-notes
11-
ms.date: 03/22/2024
11+
ms.date: 04/16/2024
1212
#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.
1313
---
1414

1515
# Release notes for Azure Cosmos DB for MongoDB vCore
1616

1717
This article contains release notes for the API for MongoDB vCore. These release notes are composed of feature release dates, and feature updates.
1818

19-
## Latest release: March 18, 2024
19+
## Latest release: April 16, 2024
20+
21+
- Query operator enhancements.
22+
- $centerSphere with index pushdown along with support for GeoJSON coordinates.
23+
- $graphLookup support.
24+
25+
- Performance improvements.
26+
- $exists, { $eq: null}, {$ne: null} by adding new index terms.
27+
- scans with $in/$nq/$ne in the index.
28+
- compare partial (Range) queries.
29+
30+
## Previous releases
31+
32+
### March 18, 2024
2033

2134
- [Private Endpoint](how-to-private-link.md) support enabled on Portal. (GA)
2235
- [HNSW](vector-search.md) vector index on M40 & larger cluster tiers. (GA)
2336
- Enable Geo-spatial queries. (Public Preview)
2437
- Query operator enhancements.
25-
- $centerSphere with index pushdown.
26-
- $min & $max operator with $project.
27-
- $binarySize aggregation operator.
38+
- $centerSphere with index pushdown.
39+
- $min & $max operator with $project.
40+
- $binarySize aggregation operator.
2841
- Ability to build indexes in background (except Unique indexes). (Public Preview)
29-
- Significant performance improvements for $ne/$eq/$in queries.
30-
- Performance improvements up to 30% on Range queries (involving index pushdown).
31-
32-
## Previous releases
3342

3443
### March 03, 2024
44+
3545
This release contains enhancements to the **Explain** plan and various vector filtering abilities.
3646

3747
- The API for MongoDB vCore allows filtering by metadata columns while performing vector searches.
38-
3948
- The `Explain` plan offers two different modes
4049

4150
| | Description |

0 commit comments

Comments
 (0)