6.0.0-alpha.19 (2023-01-05)
Features
BREAKING CHANGES
- The MongoDB aggregation pipeline requires native MongoDB syntax instead of the custom Parse Server syntax; for example pipeline stage names require a leading dollar sign like
$match
and the MongoDB document ID is referenced using_id
instead ofobjectId
(#8362) (d0d30c4)