@@ -8,37 +8,62 @@ ms.reviewer: gahllevy
8
8
ms.service : azure-cosmos-db
9
9
ms.subservice : mongodb-vcore
10
10
ms.topic : release-notes
11
- ms.date : 07/02 /2024
11
+ ms.date : 08/05 /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: July 02 , 2024
19
+ ## Latest release: Aug 05 , 2024
20
20
21
- - Metrics added
22
- - Customer Activity.
23
- - Requests.
24
-
25
- (Preview feature list)
26
- - Support for accumulators
27
- - $mergeObjects.
28
- - Support for aggregation operator
29
- - $let.
30
- - Geospatial query operators
31
- - $minDistance.
32
- - $maxDistance.
21
+ - [ Geospatial support] ( geospatial-support.md ) is now GA.
22
+
23
+ - Support for TLS1.3 for mongo connections.
24
+
25
+ - Support for accumulators [ GA]
26
+ - $mergeObjects.
27
+
28
+ - Support for aggregation operators [ GA]
29
+ - $bitAnd.
30
+ - $bitOr.
31
+ - $bitXor.
32
+ - $bitNot.
33
+
34
+ - Support for stage [ GA]
35
+ - $bucket.
36
+ - $setWindowFields (Only with $sum window accumulator).
37
+
38
+ - Geospatial query operators [ GA]
39
+ - $minDistance.
40
+ - $maxDistance.
41
+ - $near.
42
+ - $nearSphere.
33
43
34
44
## Previous releases
35
45
46
+ ## July 02, 2024
47
+
48
+ - Metrics added
49
+ - Customer Activity.
50
+ - Requests.
51
+
52
+ - Support for accumulators [ Preview]
53
+ - $mergeObjects.
54
+
55
+ - Support for aggregation operator [ Preview]
56
+ - $let.
57
+
58
+ - Geospatial query operators [ Preview]
59
+ - $minDistance.
60
+ - $maxDistance.
61
+
36
62
### May 06, 2024
37
63
38
64
- Query operator enhancements.
39
- - $geoNear aggregation. This can be enabled through Flag - ` Geospatial support for vcore "MongoDB for CosmosDB" `
65
+ - $geoNear aggregation. This can be enabled through Flag - ` Geospatial support for vCore "MongoDB for CosmosDB" ` (Preview feature list)
40
66
41
- (Preview feature list)
42
67
- Support for accumulators
43
68
- $push.
44
69
- $addToSet.
@@ -48,6 +73,11 @@ This article contains release notes for the API for MongoDB vCore. These release
48
73
- $dateAdd.
49
74
- $dateSubtract.
50
75
- $dateDiff.
76
+ - Support for aggregation operators
77
+ - $maxN/minN.
78
+ - $sortArray.
79
+ - $zip.
80
+
51
81
- Creating indexes with large index keys: values larger than 2.7 KB.
52
82
- Geo replicas enabling cross-region disaster recovery and reads scaling.
53
83
- Improved performance of group and distinct.
@@ -68,12 +98,12 @@ This article contains release notes for the API for MongoDB vCore. These release
68
98
69
99
- [ Private Endpoint] ( how-to-private-link.md ) support enabled on Portal. (GA)
70
100
- [ HNSW] ( vector-search.md ) vector index on M40 & larger cluster tiers. (GA)
71
- - Enable Geo-spatial queries. (Public Preview)
101
+ - Enable Geo-spatial queries. (Preview)
72
102
- Query operator enhancements.
73
103
- $centerSphere with index pushdown.
74
104
- $min & $max operator with $project.
75
105
- $binarySize aggregation operator.
76
- - Ability to build indexes in background (except Unique indexes). (Public Preview)
106
+ - Ability to build indexes in background (except Unique indexes). (Preview)
77
107
78
108
### March 03, 2024
79
109
0 commit comments