This forum has moved, please join us on github discussions. We will keep these old posts available for reference. Thank you!

2.111.1: fully MongoDB 4.4 compatible

This release is a hotfix for an incompatibility with MongoDB 4.4. This issue comes up with apostrophe-workflow:

Prior to version 4.4, MongoDB allowed a projection to contain both a parent property and one of its children, for instance workflowLastCommitted and workflowLastCommitted.at. Beginning with version 4.4 this causes an error, breaking the list view of pieces when workflow is present. For backwards compatibility, version 2.111.1 of Apostrophe now checks all projections coming from Apostrophe’s cursors for this issue and removes the projection for the sub-property on the fly. This does not cause any compatibility issues of its own because projecting the parent always gives you the sub-property anyway.

1 Like