Skip to content

Releases: parse-community/parse-server

6.4.0

16 Nov 15:26
Compare
Choose a tag to compare

6.4.0 (2023-11-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)

6.4.0-alpha.8

13 Nov 22:33
Compare
Choose a tag to compare
6.4.0-alpha.8 Pre-release
Pre-release

6.4.0-alpha.8 (2023-11-13)

Features

  • Add compatibility for MongoDB Atlas Serverless and AWS Amazon DocumentDB with collation options enableCollationCaseComparison, convertEmailToLowercase, convertUsernameToLowercase (#8805) (09fbeeb)

6.4.0-alpha.7

25 Oct 17:14
Compare
Choose a tag to compare
6.4.0-alpha.7 Pre-release
Pre-release

6.4.0-alpha.7 (2023-10-25)

Features

  • Add $setOnInsert operator to Parse.Server.database.update (#8791) (f630a45)

5.6.0

25 Oct 18:48
Compare
Choose a tag to compare

5.6.0 (2023-10-25)

Features

  • Add $setOnInsert operator to Parse.Server.database.update (#8790) (c4a4a2a)

6.3.1

20 Oct 23:03
Compare
Choose a tag to compare

6.3.1 (2023-10-20)

Bug Fixes

5.5.6

20 Oct 23:11
Compare
Choose a tag to compare

5.5.6 (2023-10-20)

Bug Fixes

6.4.0-alpha.6

18 Oct 21:47
Compare
Choose a tag to compare
6.4.0-alpha.6 Pre-release
Pre-release

6.4.0-alpha.6 (2023-10-18)

Bug Fixes

  • Security bump @babel/traverse from 7.20.5 to 7.23.2 (#8777) (2d6b3d1)

6.4.0-alpha.5

14 Oct 00:59
Compare
Choose a tag to compare
6.4.0-alpha.5 Pre-release
Pre-release

6.4.0-alpha.5 (2023-10-14)

Bug Fixes

  • Context not passed to Cloud Code Trigger beforeFind when using Parse.Query.include (#8765) (7d32d89)

6.4.0-alpha.4

29 Sep 20:19
Compare
Choose a tag to compare
6.4.0-alpha.4 Pre-release
Pre-release

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

Features

  • Allow setting createdAt and updatedAt during Parse.Object creation with maintenance key (#8696) (77bbfb3)

6.4.0-alpha.3

23 Sep 20:44
Compare
Choose a tag to compare
6.4.0-alpha.3 Pre-release
Pre-release

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)