parse-server

Parse Server for Node.js / Express

APACHE-2.0 License

Downloads
105.2K
Stars
20.6K
Committers
341

Bot releases are hidden (Show)

parse-server - 5.2.4

Published by parseplatformorg over 2 years ago

5.2.4 (2022-06-30)

Bug Fixes

parse-server - 4.10.13

Published by parseplatformorg over 2 years ago

4.10.13 (2022-06-30)

Bug Fixes

  • protected fields exposed via LiveQuery; this removes protected fields from the client response; this may be a breaking change if your app is currently expecting to receive these protected fields (GHSA-crrq-vr9j-fxxh) (#8074) (054f3e6)
parse-server - 4.10.12

Published by parseplatformorg over 2 years ago

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)
parse-server - 5.2.3

Published by parseplatformorg over 2 years ago

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)
parse-server - 4.10.11

Published by parseplatformorg over 2 years ago

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)
parse-server - 5.2.2

Published by parseplatformorg over 2 years ago

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)
parse-server - 5.3.0-beta.1

Published by parseplatformorg over 2 years ago

5.3.0-beta.1 (2022-06-17)

Bug Fixes

  • afterSave trigger removes pointer in Parse object (#7913) (47d796e)
  • auto-release process may fail if optional back-merging task fails (#8051) (cf925e7)
  • custom database options are not passed to MongoDB GridFS (#7911) (b1e5565)
  • depreciate allowClientClassCreation defaulting to true (#7925) (38ed96a)
  • errors in GraphQL do not show the original error but a general Unexpected Error (#8045) (0d81887)
  • interrupted WebSocket connection not closed by LiveQuery server (#8012) (2d5221e)
  • live query role cache does not clear when a user is added to a role (#8026) (199dfc1)
  • peer dependency mismatch for GraphQL dependencies (#7934) (0a6faa8)
  • return correct response when revert is used in beforeSave (#7839) (19900fc)
  • security upgrade @parse/fs-files-adapter from 1.2.1 to 1.2.2 (#7948) (3a70fda)
  • security upgrade moment from 2.29.1 to 2.29.2 (#7931) (731c550)
  • security upgrade parse push adapter from 4.1.0 to 4.1.2 (#7893) (93667b4)
  • websocket connection of LiveQuery interrupts frequently (#8048) (03caae1)

Features

  • add MongoDB 5.1 compatibility (#7682) (022a856)
  • add MongoDB 5.2 support (#7894) (5bfa716)
  • add support for Node 17 and 18 (#7896) (3e9f292)
  • 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)
  • replace GraphQL Apollo with GraphQL Yoga (#7967) (1aa2204)
  • selectively enable / disable default authentication adapters (#7953) (c1e808f)
  • upgrade mongodb from 4.4.1 to 4.5.0 (#7991) (e692b5d)

Performance Improvements

  • reduce database operations when using the constant parameter in Cloud Function validation (#7892) (041197f)
parse-server - 5.3.0-alpha.18

Published by parseplatformorg over 2 years ago

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

Bug Fixes

  • auto-release process may fail if optional back-merging task fails (#8051) (cf925e7)
parse-server - 5.3.0-alpha.17

Published by parseplatformorg over 2 years ago

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)
parse-server - 5.3.0-alpha.16

Published by parseplatformorg over 2 years ago

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)
parse-server - 5.3.0-alpha.15

Published by parseplatformorg over 2 years ago

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

Bug Fixes

  • interrupted WebSocket connection not closed by LiveQuery server (#8012) (2d5221e)
parse-server - 5.3.0-alpha.14

Published by parseplatformorg over 2 years ago

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)
parse-server - 5.3.0-alpha.13

Published by parseplatformorg over 2 years ago

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

Features

  • selectively enable / disable default authentication adapters (#7953) (c1e808f)
parse-server - 5.3.0-alpha.12

Published by parseplatformorg over 2 years ago

5.3.0-alpha.12 (2022-05-20)

Bug Fixes

  • afterSave trigger removes pointer in Parse object (#7913) (47d796e)
parse-server - 5.3.0-alpha.11

Published by parseplatformorg over 2 years ago

5.3.0-alpha.11 (2022-05-18)

Features

  • replace GraphQL Apollo with GraphQL Yoga (#7967) (1aa2204)
parse-server - 5.3.0-alpha.10

Published by parseplatformorg over 2 years ago

5.3.0-alpha.10 (2022-05-09)

Features

parse-server - 5.3.0-alpha.9

Published by parseplatformorg over 2 years ago

5.3.0-alpha.9 (2022-05-07)

Bug Fixes

  • depreciate allowClientClassCreation defaulting to true (#7925) (38ed96a)
parse-server - 5.3.0-alpha.8

Published by parseplatformorg over 2 years ago

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

Features

parse-server - 5.3.0-alpha.7

Published by parseplatformorg over 2 years ago

5.3.0-alpha.7 (2022-04-25)

Bug Fixes

  • security upgrade @parse/fs-files-adapter from 1.2.1 to 1.2.2 (#7948) (20fc4e2)
parse-server - 4.10.10

Published by parseplatformorg over 2 years ago

4.10.10 (2022-05-01)

Bug Fixes

  • authentication bypass and denial of service (DoS) vulnerabilities in Apple Game Center auth adapter (GHSA-qf8x-vqjv-92gr) (#7963) (1930a64)