|
7 | 7 | * Support current_op command *[Feature]* (#59)
|
8 | 8 | * Support for list_databases command *[Feature]* (#45)
|
9 | 9 | * Disable analyze statistics for unique index uuid columns which improves resource usage *[Perf]*
|
10 |
| -* Support collation with $expr *[Feature]* |
11 |
| -* Support collation with aggregation $project *[Feature]* |
12 |
| -* Support collation with `$cmp`, `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte` comparison operators *[Feature]* |
13 |
| -* Support collation with `$in` array operator *[Feature]* |
| 10 | +* Support collation with `$expr`, `$in`, `$cmp`, `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte` comparison operators (Opt-in) *[Feature]* |
| 11 | +* Support collation in `find`, aggregation `$project`, `$redact`, `$set`, `$addFields`, `$replaceRoot` stages (Opt-in) *[Feature]* |
| 12 | +* Support collation with `$setEquals`, `$setUnion`, `$setIntersection`, `$setDifference`, `$setIsSubet` in the aggregation pipeline (Opt-in) *[Feature]* |
14 | 13 | * Support unique index truncation by default with new operator class *[Feature]*
|
15 |
| -* Support collation in aggregation `$redact` stage *[Feature]* |
16 |
| -* Support collation in aggregation `find` *[Feature]* |
17 |
| -* Support collation in aggregation `$set` stage *[Feature]* |
18 |
| -* Support collation in aggregation `$addFields` stage *[Feature]* |
19 |
| -* Support collation with `$setEquals`, `$setUnion`, `$setIntersection`, `$setDifference`, `$setIsSubet` in the aggregation pipeline *[Feature]* |
20 |
| -* Support collation in aggregation `$replaceRoot` stage *[Feature]* |
21 | 14 | * Top level aggregate command `let` variables support for `$geoNear` stage *[Feature]*
|
22 | 15 | * Enable Backend Command support for Statement Timeout *[Feature]*
|
23 | 16 | * Support type aggregation operator `$toUUID`. *[Feature]*
|
| 17 | +* Support Partial filter pushdown for `$in` predicates *[Perf]* |
24 | 18 | * Support the $dateFromString operator with full functionality *[Feature]*
|
25 | 19 | * Support extended syntax for `$getField` aggregation operator. Now the value of 'field' could be an expression that resolves to a string. *[Feature]*
|
26 | 20 |
|
|
0 commit comments