|
2 | 2 | title: Service release notes
|
3 | 3 | titleSuffix: Azure Cosmos DB for MongoDB vCore
|
4 | 4 | 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 |
6 | 6 | ms.author: avijitgupta
|
7 | 7 | ms.reviewer: gahllevy
|
8 | 8 | ms.service: cosmos-db
|
9 | 9 | ms.subservice: mongodb-vcore
|
10 | 10 | ms.topic: release-notes
|
11 |
| -ms.date: 03/22/2024 |
| 11 | +ms.date: 04/16/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: 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 | + |
| 25 | +- Performance improvements. |
| 26 | + - $exists, { $eq: null}, {$ne: null} by adding new index terms. |
| 27 | + - scans with $in/$nq/$ne in the index. |
| 28 | + - compare partial (Range) queries. |
| 29 | + |
| 30 | +## Previous releases |
| 31 | + |
| 32 | +### March 18, 2024 |
20 | 33 |
|
21 | 34 | - [Private Endpoint](how-to-private-link.md) support enabled on Portal. (GA)
|
22 | 35 | - [HNSW](vector-search.md) vector index on M40 & larger cluster tiers. (GA)
|
23 | 36 | - Enable Geo-spatial queries. (Public Preview)
|
24 | 37 | - Query operator enhancements.
|
25 |
| - - $centerSphere with index pushdown. |
26 |
| - - $min & $max operator with $project. |
27 |
| - - $binarySize aggregation operator. |
| 38 | + - $centerSphere with index pushdown. |
| 39 | + - $min & $max operator with $project. |
| 40 | + - $binarySize aggregation operator. |
28 | 41 | - Ability to build indexes in background (except Unique indexes). (Public Preview)
|
29 |
| -- Significant performance improvements for $ne/$eq/$in queries. |
30 |
| -- Performance improvements up to 30% on Range queries (involving index pushdown). |
31 |
| - |
32 |
| -## Previous releases |
33 | 42 |
|
34 | 43 | ### March 03, 2024
|
| 44 | + |
35 | 45 | This release contains enhancements to the **Explain** plan and various vector filtering abilities.
|
36 | 46 |
|
37 | 47 | - The API for MongoDB vCore allows filtering by metadata columns while performing vector searches.
|
38 |
| - |
39 | 48 | - The `Explain` plan offers two different modes
|
40 | 49 |
|
41 | 50 | | | Description |
|
|
0 commit comments