Skip to content

Releases: parse-community/parse-server

7.0.0-alpha.14

14 Feb 20:45
Compare
Choose a tag to compare
7.0.0-alpha.14 Pre-release
Pre-release

7.0.0-alpha.14 (2024-02-14)

Bug Fixes

  • GraphQL file upload fails in case of use of pointer or relation (#8721) (1aba638)

7.0.0-alpha.13

14 Feb 20:06
Compare
Choose a tag to compare
7.0.0-alpha.13 Pre-release
Pre-release

7.0.0-alpha.13 (2024-02-14)

Bug Fixes

  • Docker image not published to Docker Hub on new release (#8905) (a2ac8d1)

7.0.0-alpha.12

14 Feb 18:58
Compare
Choose a tag to compare
7.0.0-alpha.12 Pre-release
Pre-release

7.0.0-alpha.12 (2024-02-14)

Features

  • Add support for Node 20, drop support for Node 14, 16 (#8907) (ced4872)

BREAKING CHANGES

  • Removes support for Node 14 and 16 (ced4872)

7.0.0-alpha.11

22 Jan 18:59
Compare
Choose a tag to compare
7.0.0-alpha.11 Pre-release
Pre-release

7.0.0-alpha.11 (2024-01-22)

Features

BREAKING CHANGES

  • Removes support for Postgres 11 and 12 (99489b2)

7.0.0-alpha.10

17 Jan 16:44
Compare
Choose a tag to compare
7.0.0-alpha.10 Pre-release
Pre-release

7.0.0-alpha.10 (2024-01-17)

Features

  • Add password validation via POST request for user with unverified email using master key and option ignoreEmailVerification (#8895) (633a9d2)

7.0.0-alpha.9

15 Jan 15:04
Compare
Choose a tag to compare
7.0.0-alpha.9 Pre-release
Pre-release

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)

7.0.0-alpha.8

15 Jan 14:46
Compare
Choose a tag to compare
7.0.0-alpha.8 Pre-release
Pre-release

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)

7.0.0-alpha.7

14 Jan 23:48
Compare
Choose a tag to compare
7.0.0-alpha.7 Pre-release
Pre-release

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

Bug Fixes

  • Username is undefined in email verification link on email change (#8887) (e315c13)

7.0.0-alpha.6

14 Jan 00:38
Compare
Choose a tag to compare
7.0.0-alpha.6 Pre-release
Pre-release

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)

7.0.0-alpha.5

06 Jan 15:42
Compare
Choose a tag to compare
7.0.0-alpha.5 Pre-release
Pre-release

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)