Changelog
6.5.1 / 2024-12-07
Improvements
$bucketAuto
by removing excessive hashing.updateObject(..)
to update(..)
.toString()
method.$type
returns "regexp"
instead of "regex"
when useStrictMode
=false
.Fixes
$cmp
.Changelog
6.5.0 / 2024-11-27
New
$densify
pipeline stage operator.$graphLookup
pipeline stage operator.$dateTrunc
expression operator.$lookup
by array and sub-queries with nested pipeline.granularity
option in $bucketAuto
.$type
uses JS type names when useStrictMode
=false
or MongoDB
type names otherwise.
"undefined"
,"boolean"
, and "number"
."missing"
, "bool"
, "int"
, "long"
, and "double"
.AnyVal
-> Any
and RawObject
-> AnyObject
.Fixes
$dateDiff
to be consistent with MongoDB.null
inputs to $objectToArray
,$setUnion
,$map
,$zip
, and $filter
.idKey
for $project
when no other fields are selected.$$NOW
variable in options.$subtract
operator.$first
, $last
, and $ifNull
.$min
and $max
to be consistent with new behaviour in latest MongoDB.Changelog
6.4.15 / 2024-04-16
New
toString
when defined on the type.Changelog
6.4.12 / 2024-02-26
New
Updater
. #413MingoError
type to represent errors caught by the library.Fixes
Changelog
6.4.9 / 2023-11-12
New
$percentile
, $median
.