Skip to content

Commit e53bf65

Browse files
committed
1.19 notes update
1 parent cfa5c81 commit e53bf65

File tree

1 file changed

+48
-18
lines changed

1 file changed

+48
-18
lines changed

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

Lines changed: 48 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,62 @@ ms.reviewer: gahllevy
88
ms.service: azure-cosmos-db
99
ms.subservice: mongodb-vcore
1010
ms.topic: release-notes
11-
ms.date: 07/02/2024
11+
ms.date: 08/05/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: July 02, 2024
19+
## Latest release: Aug 05, 2024
2020

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.
3343

3444
## Previous releases
3545

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+
3662
### May 06, 2024
3763

3864
- 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)
4066

41-
(Preview feature list)
4267
- Support for accumulators
4368
- $push.
4469
- $addToSet.
@@ -48,6 +73,11 @@ This article contains release notes for the API for MongoDB vCore. These release
4873
- $dateAdd.
4974
- $dateSubtract.
5075
- $dateDiff.
76+
- Support for aggregation operators
77+
- $maxN/minN.
78+
- $sortArray.
79+
- $zip.
80+
5181
- Creating indexes with large index keys: values larger than 2.7 KB.
5282
- Geo replicas enabling cross-region disaster recovery and reads scaling.
5383
- Improved performance of group and distinct.
@@ -68,12 +98,12 @@ This article contains release notes for the API for MongoDB vCore. These release
6898

6999
- [Private Endpoint](how-to-private-link.md) support enabled on Portal. (GA)
70100
- [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)
72102
- Query operator enhancements.
73103
- $centerSphere with index pushdown.
74104
- $min & $max operator with $project.
75105
- $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)
77107

78108
### March 03, 2024
79109

0 commit comments

Comments
 (0)