Skip to content

Commit 6ffe7f8

Browse files
committed
1.18 release updates
1 parent 3fa4c96 commit 6ffe7f8

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

articles/cosmos-db/mongodb/vcore/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@
8888
href: how-to-create-wildcard-indexes.md
8989
- name: Search and query text
9090
href: how-to-create-text-index.md
91-
- name: Optimize index creation
92-
href: how-to-create-indexes.md
9391
- name: Scale cluster
9492
href: how-to-scale-cluster.md
9593
- name: Restore cluster

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

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,45 @@ ms.reviewer: gahllevy
88
ms.service: cosmos-db
99
ms.subservice: mongodb-vcore
1010
ms.topic: release-notes
11-
ms.date: 05/09/2024
11+
ms.date: 07/02/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: 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
2045

2146
- Query operator enhancements.
2247
- $geoNear aggregation. This can be enabled through Flag - `Geospatial support for vcore "MongoDB for CosmosDB"` (Public Preview)
2348
- Support for accumulators
2449
- $push.
25-
- $mergeObjects.
2650
- $addToSet.
2751
- $tsSecond/$tsIncrement.
2852
- $map/$reduce.
@@ -35,8 +59,6 @@ This article contains release notes for the API for MongoDB vCore. These release
3559
- Improved performance of group and distinct.
3660
- Improved performance for $geoWithin queries with $centerSphere when radius is greater than π.
3761

38-
## Previous releases
39-
4062
### April 16, 2024
4163

4264
- Query operator enhancements.

0 commit comments

Comments
 (0)