Dear Community,
We have upgraded a legacy project Parse Server from version 2.8 to version 7.3. As we use Parse Server’s REST API, one of the changes we had to implement was to change our aggregate requests.
In this context, we noticed that the documentation does not reflect the latest version’s behaviour.
Could you please advise on the following:
- Parameters such as
match
orgroup
are now rejected. These do still work if passed on as$match
and$group
. However, this is not reflected in the documentation. - Parameter
pipeline
is new since version 3. However, this also is not reflected in the documentation. - We are currently using both approaches (parameters
$match
/$group
andpipeline
) in different use cases. Are there any plans to deprecate either?
Thank you for clarifying!