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