Skip to content

Commit 41f7d8f

Browse files
authored
Merge pull request #283822 from AvijitkGupta/release-119
1.19 notes update
2 parents ea0f90e + 6715880 commit 41f7d8f

File tree

1 file changed

+45
-17
lines changed

1 file changed

+45
-17
lines changed

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

Lines changed: 45 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,60 @@ 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/08/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.
21+
- [Geospatial support](geospatial-support.md) is now GA.
2422

25-
(Preview feature list)
23+
- Support for TLS1.3 for mongo connections.
2624
- 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).
3036
- Geospatial query operators
31-
- $minDistance.
32-
- $maxDistance.
37+
- $minDistance.
38+
- $maxDistance.
39+
- $near.
40+
- $nearSphere.
3341

3442
## Previous releases
3543

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+
3660
### May 06, 2024
3761

3862
- 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)
4064

41-
(Preview feature list)
4265
- Support for accumulators
4366
- $push.
4467
- $addToSet.
@@ -48,6 +71,11 @@ This article contains release notes for the API for MongoDB vCore. These release
4871
- $dateAdd.
4972
- $dateSubtract.
5073
- $dateDiff.
74+
- Support for aggregation operators
75+
- $maxN/minN.
76+
- $sortArray.
77+
- $zip.
78+
5179
- Creating indexes with large index keys: values larger than 2.7 KB.
5280
- Geo replicas enabling cross-region disaster recovery and reads scaling.
5381
- Improved performance of group and distinct.
@@ -66,14 +94,14 @@ This article contains release notes for the API for MongoDB vCore. These release
6694

6795
### March 18, 2024
6896

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)
72100
- Query operator enhancements.
73101
- $centerSphere with index pushdown.
74102
- $min & $max operator with $project.
75103
- $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)
77105

78106
### March 03, 2024
79107

0 commit comments

Comments
 (0)