Releases: parse-community/parse-server
Releases · parse-community/parse-server
6.0.0-alpha.16
6.0.0-alpha.16 (2022-12-21)
Features
BREAKING CHANGES
- This release introduces the asynchronous initialization of Parse Server to prevent mounting Parse Server before being ready to receive request; it changes how Parse Server is imported, initialized and started; it also removes the callback
serverStartComplete
; see the Parse Server 6 migration guide for more details (#8232) (99fcf45)
6.0.0-alpha.15
6.0.0-alpha.15 (2022-12-20)
Bug Fixes
BREAKING CHANGES
- Nested objects are now properly stored in the database using JSON serialization; previously, due to a bug only top-level objects were serialized, but nested objects were saved as raw JSON; for example, a nested
Date
object was saved as a JSON object like{ "__type": "Date", "iso": "2020-01-01T00:00:00.000Z" }
instead of its serialized representation2020-01-01T00:00:00.000Z
(#8209) (1412666)
6.0.0-alpha.14
6.0.0-alpha.14 (2022-12-16)
Features
6.0.0-alpha.13
6.0.0-alpha.13 (2022-12-07)
Features
6.0.0-alpha.12
6.0.0-alpha.11
6.0.0-alpha.11 (2022-11-25)
Bug Fixes
6.0.0-alpha.10
6.0.0-alpha.10 (2022-11-19)
Bug Fixes
5.4.0
5.4.0 (2022-11-19)
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)