5.4.0-beta.1 (2022-10-29)
Bug Fixes
- graphQL query ignores condition
equalTo
with valuefalse
(#8032) (7f5a15d) - internal indices for classes
_Idempotency
and_Role
are not protected in defined schema (#8121) (c16f529) - liveQuery with
containedIn
not working when object field is an array (#8128) (1d9605b) - push notifications
badge
doesn't update with Installation beforeSave trigger (#8162) (3c75c2b) - query aggregation pipeline cannot handle value of type
Date
whendirectAccess: true
(#8167) (e424137) - relation constraints in compound queries
Parse.Query.or
,Parse.Query.and
not working (#8203) (28f0d26) - security upgrade undici from 5.6.0 to 5.8.0 (#8108) (4aa016b)
- sorting by non-existing value throws
INVALID_SERVER_ERROR
on Postgres (#8157) (3b775a1) - updating object includes unchanged keys in client response for certain key types (#8159) (37af1d7)
Features
- add convenience access to Parse Server configuration in Cloud Code via
Parse.Server
(#8244) (9f11115) - add option to change the default value of the
Parse.Query.limit()
constraint (#8152) (0388956) - add support for MongoDB 6 (#8242) (aba0081)
- add support for Postgres 15 (#8215) (2feb6c4)
- liveQuery support for unsorted distance queries (#8221) (0f763da)