Skip to content

Releases: parse-community/parse-server

6.3.0-alpha.6

17 Jul 22:36
Compare
Choose a tag to compare
6.3.0-alpha.6 Pre-release
Pre-release

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)

6.3.0-alpha.5

05 Jul 20:12
Compare
Choose a tag to compare
6.3.0-alpha.5 Pre-release
Pre-release

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)

6.3.0-alpha.4

04 Jul 11:18
Compare
Choose a tag to compare
6.3.0-alpha.4 Pre-release
Pre-release

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

Bug Fixes

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

5.5.3

29 Jun 20:06
Compare
Choose a tag to compare

5.5.3 (2023-06-29)

Bug Fixes

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

6.2.1

28 Jun 20:59
Compare
Choose a tag to compare

6.2.1 (2023-06-28)

Bug Fixes

5.5.2

28 Jun 21:07
Compare
Choose a tag to compare

5.5.2 (2023-06-28)

Bug Fixes

6.3.0-alpha.3

23 Jun 15:59
Compare
Choose a tag to compare
6.3.0-alpha.3 Pre-release
Pre-release

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

Features

6.3.0-alpha.2

20 Jun 10:12
Compare
Choose a tag to compare
6.3.0-alpha.2 Pre-release
Pre-release

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)

6.3.0-alpha.1

18 Jun 01:21
Compare
Choose a tag to compare
6.3.0-alpha.1 Pre-release
Pre-release

6.3.0-alpha.1 (2023-06-18)

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)

6.3.0-beta.1

10 Jun 23:05
Compare
Choose a tag to compare
6.3.0-beta.1 Pre-release
Pre-release

6.3.0-beta.1 (2023-06-10)

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

  • Add new Parse Server option 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)