Skip to content

Releases: parse-community/parse-server

5.3.0-alpha.18

17 Jun 12:15

Choose a tag to compare

5.3.0-alpha.18 Pre-release
Pre-release

5.3.0-alpha.18 (2022-06-17)

Bug Fixes

  • auto-release process may fail if optional back-merging task fails (#8051) (cf925e7)

5.3.0-alpha.17

17 Jun 11:51

Choose a tag to compare

5.3.0-alpha.17 Pre-release
Pre-release

5.3.0-alpha.17 (2022-06-17)

Bug Fixes

  • errors in GraphQL do not show the original error but a general Unexpected Error (#8045) (0d81887)
  • websocket connection of LiveQuery interrupts frequently (#8048) (03caae1)

5.2.3

17 Jun 23:40

Choose a tag to compare

5.2.3 (2022-06-17)

Bug Fixes

  • invalid file request not properly handled; this fixes a security vulnerability in which an invalid file request can crash the server (GHSA-xw6g-jjvf-wwf9) (#8060) (5be375d)

5.2.2

17 Jun 16:37

Choose a tag to compare

5.2.2 (2022-06-17)

Bug Fixes

  • certificate in Apple Game Center auth adapter not validated; this fixes a security vulnerability in which authentication could be bypassed using a fake certificate; if you are using the Apple Game Center auth adapter it is your responsibility to keep its root certificate up-to-date and we advice you read the security advisory (GHSA-rh9j-f5f8-rvgc) (ba2b0a9)

4.10.12

17 Jun 23:43

Choose a tag to compare

4.10.12 (2022-06-17)

Bug Fixes

  • invalid file request not properly handled; this fixes a security vulnerability in which an invalid file request can crash the server (GHSA-xw6g-jjvf-wwf9) (#8059) (5f42322)

4.10.11

17 Jun 16:38

Choose a tag to compare

4.10.11 (2022-06-17)

Bug Fixes

  • certificate in Apple Game Center auth adapter not validated; this fixes a security vulnerability in which authentication could be bypassed using a fake certificate; if you are using the Apple Game Center auth adapter it is your responsibility to keep its root certificate up-to-date and we advice you read the security advisory (GHSA-rh9j-f5f8-rvgc) (145838d)

5.3.0-alpha.16

11 Jun 08:29

Choose a tag to compare

5.3.0-alpha.16 Pre-release
Pre-release

5.3.0-alpha.16 (2022-06-11)

Bug Fixes

  • live query role cache does not clear when a user is added to a role (#8026) (199dfc1)

5.3.0-alpha.15

05 Jun 14:09

Choose a tag to compare

5.3.0-alpha.15 Pre-release
Pre-release

5.3.0-alpha.15 (2022-06-05)

Bug Fixes

  • interrupted WebSocket connection not closed by LiveQuery server (#8012) (2d5221e)

5.3.0-alpha.14

29 May 19:03

Choose a tag to compare

5.3.0-alpha.14 Pre-release
Pre-release

5.3.0-alpha.14 (2022-05-29)

Features

  • align file trigger syntax with class trigger; use the new syntax Parse.Cloud.beforeSave(Parse.File, (request) => {}), the old syntax Parse.Cloud.beforeSaveFile((request) => {}) has been deprecated (#7966) (c6dcad8)

5.3.0-alpha.13

28 May 23:58

Choose a tag to compare

5.3.0-alpha.13 Pre-release
Pre-release

5.3.0-alpha.13 (2022-05-28)

Features

  • selectively enable / disable default authentication adapters (#7953) (c1e808f)