Skip to content

Commit 2b7def3

Browse files
committed
release updates per 15th April
1 parent 56a6484 commit 2b7def3

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

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

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,52 @@
22
title: Service release notes
33
titleSuffix: Azure Cosmos DB for MongoDB vCore
44
description: Includes a list of all feature updates, grouped by release date, for the Azure Cosmos DB for MongoDB vCore service.
5-
author: seesharprun
5+
author: avijitgupta
66
ms.author: avijitgupta
77
ms.reviewer: gahllevy
88
ms.service: cosmos-db
99
ms.subservice: mongodb-vcore
1010
ms.topic: release-notes
11-
ms.date: 03/22/2024
11+
ms.date: 04/16/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: March 18, 2024
19+
## Latest release: April 16, 2024
20+
21+
- Query operator enhancements.
22+
- $centerSphere with index pushdown along with support for GeoJSON coordinates.
23+
- $graphLookup support.
24+
- $push accumulator. (Private Preview)
25+
26+
- Performance improvements.
27+
- $exists, { $eq: null}, {$ne: null} by adding new index terms.
28+
- scans with $in/$nq/$ne in the index.
29+
- compare partial (Range) queries.
30+
31+
## Previous releases
32+
33+
### March 18, 2024
2034

2135
- [Private Endpoint](how-to-private-link.md) support enabled on Portal. (GA)
2236
- [HNSW](vector-search.md) vector index on M40 & larger cluster tiers. (GA)
2337
- Enable Geo-spatial queries. (Public Preview)
2438
- Query operator enhancements.
25-
- $centerSphere with index pushdown.
26-
- $min & $max operator with $project.
27-
- $binarySize aggregation operator.
39+
- $centerSphere with index pushdown.
40+
- $min & $max operator with $project.
41+
- $binarySize aggregation operator.
2842
- Ability to build indexes in background (except Unique indexes). (Public Preview)
2943
- Significant performance improvements for $ne/$eq/$in queries.
3044
- Performance improvements up to 30% on Range queries (involving index pushdown).
3145

32-
## Previous releases
33-
3446
### March 03, 2024
47+
3548
This release contains enhancements to the **Explain** plan and various vector filtering abilities.
3649

3750
- The API for MongoDB vCore allows filtering by metadata columns while performing vector searches.
38-
3951
- The `Explain` plan offers two different modes
4052

4153
| | Description |

0 commit comments

Comments
 (0)