parse-server

Parse Server for Node.js / Express

APACHE-2.0 License

Downloads
105.2K
Stars
20.6K
Committers
341

Bot releases are visible (Hide)

parse-server - 6.4.0-alpha.4

Published by parseplatformorg about 1 year ago

6.4.0-alpha.4 (2023-09-29)

Features

  • Allow setting createdAt and updatedAt during Parse.Object creation with maintenance key (#8696) (77bbfb3)
parse-server - 6.4.0-alpha.3

Published by parseplatformorg about 1 year ago

6.4.0-alpha.3 (2023-09-23)

Bug Fixes

  • Parse Server option fileUpload.fileExtensions fails to determine file extension if filename contains multiple dots (#8754) (3d6d50e)
parse-server - 6.4.0-alpha.2

Published by parseplatformorg about 1 year ago

6.4.0-alpha.2 (2023-09-22)

Bug Fixes

  • Security upgrade graphql from 16.6.0 to 16.8.1 (#8758) (71dfd8a)
parse-server - 6.4.0-alpha.1

Published by parseplatformorg about 1 year ago

6.4.0-alpha.1 (2023-09-20)

Features

  • Add context to Cloud Code Triggers beforeLogin and afterLogin (#8724) (a9c34ef)
parse-server - 6.4.0-beta.1

Published by parseplatformorg about 1 year ago

6.4.0-beta.1 (2023-09-16)

Bug Fixes

  • Parse Server option fileUpload.fileExtensions does not work with an array of extensions (#8688) (6a4a00c)
  • Redis 4 does not reconnect after unhandled error (#8706) (2b3d4e5)
  • Remove config logging when launching Parse Server via CLI (#8710) (ae68f0c)
  • Server does not start via CLI when auth option is set (#8666) (4e2000b)

Features

  • Add conditional email verification via dynamic Parse Server options verifyUserEmails, sendUserEmailVerification that now accept functions (#8425) (44acd6d)
  • Add property Parse.Server.version to determine current version of Parse Server in Cloud Code (#8670) (a9d376b)
  • Add TOTP authentication adapter (#8457) (cc079a4)

Performance Improvements

  • Improve performance of recursive pointer iterations (#8741) (45a3ed0)
parse-server - 6.3.0

Published by parseplatformorg about 1 year ago

6.3.0 (2023-09-16)

Bug Fixes

  • Cloud Code Trigger afterSave executes even if not set (#8520) (afd0515)
  • GridFS file storage doesn't work with certain enableSchemaHooks settings (#8467) (d4cda4b)
  • Inaccurate table total row count for PostgreSQL (#8511) (0823a02)
  • LiveQuery server is not shut down properly when handleShutdown is called (#8491) (967700b)
  • Rate limit feature is incompatible with Node 14 (#8578) (f911f2c)
  • Unnecessary log entries by extendSessionOnUse (#8562) (fd6a007)

Features

  • extendSessionOnUse to automatically renew Parse Sessions (#8505) (6f885d3)
  • Add new Parse Server option preventSignupWithUnverifiedEmail to prevent returning a user without session token on sign-up with unverified email address (#8451) (82da308)
  • Add option to change the log level of logs emitted by Cloud Functions (#8530) (2caea31)
  • Add support for $eq query constraint in LiveQuery (#8614) (656d673)
  • Add zones for rate limiting by ip, user, session, global (#8508) (03fba97)
  • Allow Parse.Object pointers in Cloud Code arguments (#8490) (28aeda3)

Reverts

  • fix: Inaccurate table total row count for PostgreSQL (6722110)
parse-server - 6.3.0-alpha.9

Published by parseplatformorg about 1 year ago

6.3.0-alpha.9 (2023-09-13)

Performance Improvements

  • Improve performance of recursive pointer iterations (#8741) (45a3ed0)
parse-server - 5.5.5

Published by parseplatformorg about 1 year ago

5.5.5 (2023-09-04)

Bug Fixes

  • Parse Pointer allows to access internal Parse Server classes and circumvent beforeFind query trigger; fixes security vulnerability GHSA-fcv6-fg5r-jm9q (6458ab0) (#8732)
parse-server - 6.2.2

Published by parseplatformorg about 1 year ago

6.2.2 (2023-09-04)

Bug Fixes

  • Parse Pointer allows to access internal Parse Server classes and circumvent beforeFind query trigger; fixes security vulnerability GHSA-fcv6-fg5r-jm9q (be4c7e2) (#8733)
parse-server - 6.3.0-alpha.8

Published by parseplatformorg about 1 year ago

6.3.0-alpha.8 (2023-08-30)

Bug Fixes

  • Redis 4 does not reconnect after unhandled error (#8706) (2b3d4e5)
parse-server - 6.3.0-alpha.7

Published by parseplatformorg about 1 year ago

6.3.0-alpha.7 (2023-08-18)

Bug Fixes

  • Remove config logging when launching Parse Server via CLI (#8710) (ae68f0c)
parse-server - 5.5.4

Published by parseplatformorg about 1 year ago

5.5.4 (2023-07-30)

Bug Fixes

  • Security upgrade semver from 7.5.1 to 7.5.2 (#8704) (c7fa3b9)
parse-server - 6.3.0-alpha.6

Published by parseplatformorg over 1 year ago

6.3.0-alpha.6 (2023-07-17)

Bug Fixes

  • Parse Server option fileUpload.fileExtensions does not work with an array of extensions (#8688) (6a4a00c)
parse-server - 6.3.0-alpha.5

Published by parseplatformorg over 1 year ago

6.3.0-alpha.5 (2023-07-05)

Features

  • Add property Parse.Server.version to determine current version of Parse Server in Cloud Code (#8670) (a9d376b)
parse-server - 6.3.0-alpha.4

Published by parseplatformorg over 1 year ago

6.3.0-alpha.4 (2023-07-04)

Bug Fixes

  • Server does not start via CLI when auth option is set (#8666) (4e2000b)
parse-server - 5.5.3

Published by parseplatformorg over 1 year ago

5.5.3 (2023-06-29)

Bug Fixes

  • Server does not start via CLI when auth option is set (#8669) (601da1e)
parse-server - 5.5.2

Published by parseplatformorg over 1 year ago

5.5.2 (2023-06-28)

Bug Fixes

parse-server - 6.2.1

Published by parseplatformorg over 1 year ago

6.2.1 (2023-06-28)

Bug Fixes

parse-server - 6.3.0-alpha.3

Published by parseplatformorg over 1 year ago

6.3.0-alpha.3 (2023-06-23)

Features

parse-server - 6.3.0-alpha.2

Published by parseplatformorg over 1 year ago

6.3.0-alpha.2 (2023-06-20)

Features

  • Add conditional email verification via dynamic Parse Server options verifyUserEmails, sendUserEmailVerification that now accept functions (#8425) (44acd6d)