Skip to content

Releases: parse-community/parse-server

7.0.0-alpha.18

15 Feb 00:29
Compare
Choose a tag to compare
7.0.0-alpha.18 Pre-release
Pre-release

7.0.0-alpha.18 (2024-02-15)

Features

  • Deprecation DEPPS6: Authentication adapters disabled by default (#8858) (0cf58eb)

BREAKING CHANGES

  • Authentication adapters are disabled by default; to use an authentication adapter it needs to be explicitly enabled in the Parse Server authentication adapter option auth.<provider>.enabled: true (0cf58eb)

7.0.0-alpha.17

15 Feb 00:08
Compare
Choose a tag to compare
7.0.0-alpha.17 Pre-release
Pre-release

7.0.0-alpha.17 (2024-02-15)

Features

  • Deprecation DEPPS8: Parse Server option allowExpiredAuthDataToken defaults to false (#8860) (e29845f)

BREAKING CHANGES

  • Parse Server option allowExpiredAuthDataToken defaults to false; a 3rd party authentication token will be validated every time the user tries to log in and the login will fail if the token has expired; the effect of this change may differ for different authentication adapters, depending on the token lifetime and the token refresh logic of the adapter (e29845f)

7.0.0-alpha.16

14 Feb 23:32
Compare
Choose a tag to compare
7.0.0-alpha.16 Pre-release
Pre-release

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

Features

  • Deprecation DEPPS9: LiveQuery fields option is renamed to keys (#8852) (38983e8)

BREAKING CHANGES

  • LiveQuery fields option is renamed to keys (38983e8)

7.0.0-alpha.15

14 Feb 21:55
Compare
Choose a tag to compare
7.0.0-alpha.15 Pre-release
Pre-release

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

Features

  • Deprecation DEPPS7: Remove deprecated Cloud Code file trigger syntax (#8855) (4e6a375)

BREAKING CHANGES

  • Cloud Code file trigger syntax has been aligned with object trigger syntax, for example Parse.Cloud.beforeDeleteFile' has been changed to Parse.Cloud.beforeDelete(Parse.File, (request) => {})' (4e6a375)

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)