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 - 7.0.0-alpha.9

Published by parseplatformorg 9 months ago

7.0.0-alpha.9 (2024-01-15)

Bug Fixes

  • Server crashes when receiving an array of Parse.Pointer in the request body (#8784) (66e3603)
parse-server - 7.0.0-alpha.8

Published by parseplatformorg 9 months ago

7.0.0-alpha.8 (2024-01-15)

Bug Fixes

  • Incomplete user object in verifyEmail function if both username and email are changed (#8889) (1eb95ae)
parse-server - 7.0.0-alpha.7

Published by parseplatformorg 9 months ago

7.0.0-alpha.7 (2024-01-14)

Bug Fixes

  • Username is undefined in email verification link on email change (#8887) (e315c13)
parse-server - 7.0.0-alpha.6

Published by parseplatformorg 9 months ago

7.0.0-alpha.6 (2024-01-14)

Bug Fixes

  • Parse Server option emailVerifyTokenReuseIfValid: true generates new token on every email verification request (#8885) (0023ce4)
parse-server - 7.0.0-alpha.5

Published by parseplatformorg 10 months ago

7.0.0-alpha.5 (2024-01-06)

Features

  • Add installationId, ip, resendRequest to arguments passed to verifyUserEmails on verification email request (#8873) (8adcbee)

BREAKING CHANGES

  • The Parse.User passed as argument if verifyUserEmails is set to a function is renamed from user to object for consistency with invocations of verifyUserEmails on signup or login; the user object is not a plain JavaScript object anymore but an instance of Parse.User (8adcbee)
parse-server - 7.0.0-alpha.4

Published by parseplatformorg 10 months ago

7.0.0-alpha.4 (2023-12-27)

Features

  • Add Parse.User as function parameter to Parse Server options verifyUserEmails, preventLoginWithUnverifiedEmail on login (#8850) (972f630)
parse-server - 7.0.0-alpha.3

Published by parseplatformorg 10 months ago

7.0.0-alpha.3 (2023-12-26)

Bug Fixes

  • Conditional email verification not working in some cases if verifyUserEmails, preventLoginWithUnverifiedEmail set to functions (#8838) (8e7a6b1)

Features

  • Allow Parse.Session.current on expired session token instead of throwing error (#8722) (f9dde4a)

BREAKING CHANGES

  • Parse.Session.current() no longer throws an error if the session token is expired, but instead returns the session token with its expiration date to allow checking its validity (f9dde4a)
parse-server - 7.0.0-alpha.2

Published by parseplatformorg 10 months ago

7.0.0-alpha.2 (2023-12-17)

Features

  • Add installationId to arguments for verifyUserEmails, preventLoginWithUnverifiedEmail (#8836) (a22dbe1)
parse-server - 7.0.0-alpha.1

Published by parseplatformorg 10 months ago

7.0.0-alpha.1 (2023-12-10)

Features

BREAKING CHANGES

  • Parse.Query no longer supports the BSON type code; although this feature was never officially documented, its removal is announced as a breaking change to protect deployments where it might be in use. (3de8494)
parse-server - 6.5.0-alpha.2

Published by parseplatformorg 11 months ago

6.5.0-alpha.2 (2023-11-19)

Performance Improvements

  • Improved IP validation performance for masterKeyIPs, maintenanceKeyIPs (#8510) (b87daba)
parse-server - 6.5.0-alpha.1

Published by parseplatformorg 11 months ago

6.5.0-alpha.1 (2023-11-18)

Bug Fixes

  • Context not passed to Cloud Code Trigger beforeFind when using Parse.Query.include (#8765) (7d32d89)
  • Parse Server option fileUpload.fileExtensions fails to determine file extension if filename contains multiple dots (#8754) (3d6d50e)
  • Security bump @babel/traverse from 7.20.5 to 7.23.2 (#8777) (2d6b3d1)
  • Security upgrade graphql from 16.6.0 to 16.8.1 (#8758) (71dfd8a)

Features

  • Add $setOnInsert operator to Parse.Server.database.update (#8791) (f630a45)
  • Add compatibility for MongoDB Atlas Serverless and AWS Amazon DocumentDB with collation options enableCollationCaseComparison, transformEmailToLowercase, transformUsernameToLowercase (#8805) (09fbeeb)
  • Add context to Cloud Code Triggers beforeLogin and afterLogin (#8724) (a9c34ef)
  • Allow setting createdAt and updatedAt during Parse.Object creation with maintenance key (#8696) (77bbfb3)
  • Upgrade Parse Server Push Adapter to 5.0.2 (#8813) (6ef1986)
parse-server - 6.5.0-beta.1

Published by parseplatformorg 11 months ago

6.5.0-beta.1 (2023-11-16)

Bug Fixes

  • Context not passed to Cloud Code Trigger beforeFind when using Parse.Query.include (#8765) (7d32d89)
  • Parse Server option fileUpload.fileExtensions fails to determine file extension if filename contains multiple dots (#8754) (3d6d50e)
  • Security bump @babel/traverse from 7.20.5 to 7.23.2 (#8777) (2d6b3d1)
  • Security upgrade graphql from 16.6.0 to 16.8.1 (#8758) (71dfd8a)

Features

  • Add $setOnInsert operator to Parse.Server.database.update (#8791) (f630a45)
  • Add compatibility for MongoDB Atlas Serverless and AWS Amazon DocumentDB with collation options enableCollationCaseComparison, transformEmailToLowercase, transformUsernameToLowercase (#8805) (09fbeeb)
  • Add context to Cloud Code Triggers beforeLogin and afterLogin (#8724) (a9c34ef)
  • Allow setting createdAt and updatedAt during Parse.Object creation with maintenance key (#8696) (77bbfb3)
parse-server - 6.4.0

Published by parseplatformorg 11 months ago

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)
parse-server - 6.4.0-alpha.8

Published by parseplatformorg 11 months ago

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

Published by parseplatformorg 12 months ago

5.6.0 (2023-10-25)

Features

  • Add $setOnInsert operator to Parse.Server.database.update (#8790) (c4a4a2a)
parse-server - 6.4.0-alpha.7

Published by parseplatformorg 12 months ago

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

Features

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

Published by parseplatformorg 12 months ago

5.5.6 (2023-10-20)

Bug Fixes

parse-server - 6.3.1

Published by parseplatformorg 12 months ago

6.3.1 (2023-10-20)

Bug Fixes

parse-server - 6.4.0-alpha.6

Published by parseplatformorg about 1 year ago

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

Bug Fixes

  • Security bump @babel/traverse from 7.20.5 to 7.23.2 (#8777) (2d6b3d1)
parse-server - 6.4.0-alpha.5

Published by parseplatformorg about 1 year ago

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)