Skip to content

6.4.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@parseplatformorg parseplatformorg released this 16 Sep 02:52
· 149 commits to beta since this release

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)