@@ -8,21 +8,45 @@ ms.reviewer: gahllevy
8
8
ms.service : cosmos-db
9
9
ms.subservice : mongodb-vcore
10
10
ms.topic : release-notes
11
- ms.date : 05/09 /2024
11
+ ms.date : 07/02 /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: May 06, 2024
19
+ ## Latest release: July 02, 2024
20
+
21
+ - Query Operator enhancements
22
+ - aggregation operators
23
+ - $bitAnd.
24
+ - $bitOr.
25
+ - $bitXor.
26
+ - $bitNot.
27
+ - aggregation accumulator
28
+ - $maxN.
29
+ - $minN.
30
+ - Metrics added
31
+ - Customer Activity.
32
+ - Requests.
33
+ (Public Preview)
34
+ - Support for accumulators
35
+ - $mergeObjects.
36
+ - Support for aggregation operator
37
+ - $let.
38
+ - Geospatial query operators
39
+ - $minDistance.
40
+ - $maxDistance.
41
+
42
+ ## Previous releases
43
+
44
+ ### May 06, 2024
20
45
21
46
- Query operator enhancements.
22
47
- $geoNear aggregation. This can be enabled through Flag - ` Geospatial support for vcore "MongoDB for CosmosDB" ` (Public Preview)
23
48
- Support for accumulators
24
49
- $push.
25
- - $mergeObjects.
26
50
- $addToSet.
27
51
- $tsSecond/$tsIncrement.
28
52
- $map/$reduce.
@@ -35,8 +59,6 @@ This article contains release notes for the API for MongoDB vCore. These release
35
59
- Improved performance of group and distinct.
36
60
- Improved performance for $geoWithin queries with $centerSphere when radius is greater than π.
37
61
38
- ## Previous releases
39
-
40
62
### April 16, 2024
41
63
42
64
- Query operator enhancements.
0 commit comments