This is a simple bug fix release:
The built-in cursor filters for float
and integer
no longer incorrectly default to filtering for docs with the value 0
if the value being filtered for is undefined or null. They default to not filtering at all, which is correct.
This behavior caused issues for the as-yet-unpublished apostrophe-places
module and could cause your pieces not to be visible in the admin or the frontend if you used those schema field types.