@@ -3,21 +3,35 @@ title: Service release notes
3
3
titleSuffix : Azure Cosmos DB for MongoDB vCore
4
4
description : Includes a list of all feature updates, grouped by release date, for the Azure Cosmos DB for MongoDB vCore service.
5
5
author : seesharprun
6
- ms.author : sidandrews
7
- ms.reviewer : avijitgupta
6
+ ms.author : avijitgupta
7
+ ms.reviewer : gahllevy
8
8
ms.service : cosmos-db
9
9
ms.subservice : mongodb-vcore
10
10
ms.topic : release-notes
11
- ms.date : 03/07 /2024
11
+ ms.date : 03/22 /2024
12
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.
13
13
---
14
14
15
15
# Release notes for Azure Cosmos DB for MongoDB vCore
16
16
17
17
This article contains release notes for the API for MongoDB vCore. These release notes are composed of feature release dates, and feature updates.
18
18
19
- ## Latest release: March 03 , 2024
19
+ ## Latest release: March 18 , 2024
20
20
21
+ - Private Endpoint support enabled on Portal. (GA)
22
+ - AFEC Flag to enable HNSW on M40 & larger SKUs.
23
+ - AFEC Flag to enable Geo-spatial queries. (Public Preview)
24
+ - Query operator enhancements
25
+ - $centerSphere with index pushdown.
26
+ - $min & $max operator with $project.
27
+ - $binarySize aggregation operator.
28
+ - Ability to build indexes in background (except Unique indexes). (Public Preview)
29
+ - Significant performance improvements for $ne/$nq/$in queries.
30
+ - Performance improvements up to 30% on Range queries (involving index pushdown).
31
+
32
+ ## Previous releases
33
+
34
+ ### March 03, 2024
21
35
This release contains enhancements to the ** Explain** plan and various vector filtering abilities.
22
36
23
37
- The API for MongoDB vCore allows filtering by metadata columns while performing vector searches.
@@ -33,10 +47,6 @@ This release contains enhancements to the **Explain** plan and various vector fi
33
47
34
48
- The ability to build indexes in the background is now available in preview.
35
49
36
- ## Previous releases
37
-
38
- * There are currently no previous releases.*
39
-
40
50
## Related content
41
51
42
52
- [ Azure updates for Azure Cosmos DB for MongoDB vCore] ( https://azure.microsoft.com/updates?category=databases&query=Cosmos%20DB%20MongoDB ) .
0 commit comments