Releases: parse-community/parse-server
Releases · parse-community/parse-server
7.1.0-alpha.3
7.1.0-alpha.3 (2024-03-24)
Bug Fixes
7.1.0-alpha.2
7.1.0-alpha.2 (2024-03-24)
Features
7.1.0-alpha.1
7.1.0-alpha.1 (2024-03-23)
Bug Fixes
- Requiredoption not handled correctly for special fields (File, GeoPoint, Polygon) on GraphQL API mutations (#8915) (907ad42)
Features
7.0.0-alpha.31
7.0.0-alpha.30
7.0.0-alpha.30 (2024-03-20)
Bug Fixes
7.0.0
7.0.0 (2024-03-19)
Bug Fixes
- CacheAdapter does not connect when using a CacheAdapter with a JSON config (#8633) (720d24e)
- Conditional email verification not working in some cases if verifyUserEmails,preventLoginWithUnverifiedEmailset to functions (#8838) (8e7a6b1)
- Context not passed to Cloud Code Trigger beforeFindwhen usingParse.Query.include(#8765) (7d32d89)
- Deny request if master key is not set in Parse Server option masterKeyIpsregardless of ACL and CLP (#8957) (a7b5b38)
- Docker image not published to Docker Hub on new release (#8905) (a2ac8d1)
- Docker version releases by removing arm/v6 and arm/v7 support (#8976) (1f62dd0)
- GraphQL file upload fails in case of use of pointer or relation (#8721) (1aba638)
- Improve PostgreSQL injection detection; fixes security vulnerability GHSA-6927-3vr9-fxf2 which affects Parse Server deployments using a Postgres database (#8961) (cbefe77)
- Incomplete user object in verifyEmailfunction if both username and email are changed (#8889) (1eb95ae)
- Parse Server option emailVerifyTokenReuseIfValid: truegenerates new token on every email verification request (#8885) (0023ce4)
- Parse Server option fileExtensionsdefault value rejects file extensions that are less than 3 or more than 4 characters long (#8699) (2760381)
- Parse Server option fileUpload.fileExtensionsfails 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)
- Server crashes on invalid Cloud Function or Cloud Job name; fixes security vulnerability GHSA-6hh7-46r2-vf29 (#9024) (9f6e342)
- Server crashes when receiving an array of Parse.Pointerin the request body (#8784) (66e3603)
- Username is undefinedin email verification link on email change (#8887) (e315c13)
Features
- Add $setOnInsertoperator toParse.Server.database.update(#8791) (f630a45)
- Add installationIdto arguments forverifyUserEmails,preventLoginWithUnverifiedEmail(#8836) (a22dbe1)
- Add installationId,ip,resendRequestto arguments passed toverifyUserEmailson verification email request (#8873) (8adcbee)
- Add Parse.Useras function parameter to Parse Server optionsverifyUserEmails,preventLoginWithUnverifiedEmailon login (#8850) (972f630)
- Add compatibility for MongoDB Atlas Serverless and AWS Amazon DocumentDB with collation options enableCollationCaseComparison,transformEmailToLowercase,transformUsernameToLowercase(#8805) (09fbeeb)
- Add context to Cloud Code Triggers beforeLoginandafterLogin(#8724) (a9c34ef)
- Add password validation via POST request for user with unverified email using master key and option ignoreEmailVerification(#8895) (633a9d2)
- Add support for MongoDB 7 (#8761) (3de8494)
- Add support for MongoDB query comment (#8928) (2170962)
- Add support for Node 20, drop support for Node 14, 16 (#8907) (ced4872)
- Add support for Postgres 16 (#8898) (99489b2)
- Allow Parse.Session.currenton expired session token instead of throwing error (#8722) (f9dde4a)
- Allow setting createdAtandupdatedAtduringParse.Objectcreation with maintenance key (#8696) (77bbfb3)
- Deprecation DEPPS5: Config option allowClientClassCreationdefaults tofalse(#8849) (29624e0)
- Deprecation DEPPS6: Authentication adapters disabled by default (#8858) (0cf58eb)
- Deprecation DEPPS7: Remove deprecated Cloud Code file trigger syntax (#8855) (4e6a375)
- Deprecation DEPPS8:  Parse Server option allowExpiredAuthDataTokendefaults tofalse(#8860) (e29845f)
- Deprecation DEPPS9: LiveQuery fieldsoption is renamed tokeys(#8852) (38983e8)
- Node process exits with error code 1 on uncaught exception to allow custom uncaught exception handling (#8894) ([70c280c](70c280c...
7.0.0-beta.1
7.0.0-beta.1 (2024-03-19)
Bug Fixes
- CacheAdapter does not connect when using a CacheAdapter with a JSON config (#8633) (720d24e)
- Conditional email verification not working in some cases if verifyUserEmails,preventLoginWithUnverifiedEmailset to functions (#8838) (8e7a6b1)
- Deny request if master key is not set in Parse Server option masterKeyIpsregardless of ACL and CLP (#8957) (a7b5b38)
- Docker image not published to Docker Hub on new release (#8905) (a2ac8d1)
- Docker version releases by removing arm/v6 and arm/v7 support (#8976) (1f62dd0)
- GraphQL file upload fails in case of use of pointer or relation (#8721) (1aba638)
- Improve PostgreSQL injection detection; fixes security vulnerability GHSA-6927-3vr9-fxf2 which affects Parse Server deployments using a Postgres database (#8961) (cbefe77)
- Incomplete user object in verifyEmailfunction if both username and email are changed (#8889) (1eb95ae)
- Parse Server option emailVerifyTokenReuseIfValid: truegenerates new token on every email verification request (#8885) (0023ce4)
- Parse Server option fileExtensionsdefault value rejects file extensions that are less than 3 or more than 4 characters long (#8699) (2760381)
- Server crashes on invalid Cloud Function or Cloud Job name; fixes security vulnerability GHSA-6hh7-46r2-vf29 (#9024) (9f6e342)
- Server crashes when receiving an array of Parse.Pointerin the request body (#8784) (66e3603)
- Username is undefinedin email verification link on email change (#8887) (e315c13)
Features
- Add installationIdto arguments forverifyUserEmails,preventLoginWithUnverifiedEmail(#8836) (a22dbe1)
- Add installationId,ip,resendRequestto arguments passed toverifyUserEmailson verification email request (#8873) (8adcbee)
- Add Parse.Useras function parameter to Parse Server optionsverifyUserEmails,preventLoginWithUnverifiedEmailon login (#8850) (972f630)
- Add password validation via POST request for user with unverified email using master key and option ignoreEmailVerification(#8895) (633a9d2)
- Add support for MongoDB 7 (#8761) (3de8494)
- Add support for MongoDB query comment (#8928) (2170962)
- Add support for Node 20, drop support for Node 14, 16 (#8907) (ced4872)
- Add support for Postgres 16 (#8898) (99489b2)
- Allow Parse.Session.currenton expired session token instead of throwing error (#8722) (f9dde4a)
- Deprecation DEPPS5: Config option allowClientClassCreationdefaults tofalse(#8849) (29624e0)
- Deprecation DEPPS6: Authentication adapters disabled by default (#8858) (0cf58eb)
- Deprecation DEPPS7: Remove deprecated Cloud Code file trigger syntax (#8855) (4e6a375)
- Deprecation DEPPS8:  Parse Server option allowExpiredAuthDataTokendefaults tofalse(#8860) (e29845f)
- Deprecation DEPPS9: LiveQuery fieldsoption is renamed tokeys(#8852) (38983e8)
- Node process exits with error code 1 on uncaught exception to allow custom uncaught exception handling (#8894) (70c280c)
- Switch GraphQL server from Yoga v2 to Apollo v4 (#8959) (105ae7c)
- Upgrade Parse Server Push Adapter to 5.0.2 (#8813) (6ef1986)
- Upgrade to Parse JS SDK 5 (#9022) (ad4aa83)
Performance Improvements
BREAKING CHANGES
- The Parse Server option allowClientClassCreationdefaults tofalse. (29624e0)
- A request using the master key will now be rejected as unauthorized if the IP from which the request originates is not set in the Parse Server option masterKeyIps, even if the request does not require the master key permission, for example for a public object in a public class class. (a7b5b38)
- Node process now exits with code 1 on uncaught exceptions, enabling custom handlers that were blocked by Parse Server's default behavior of re-throwing errors. This change may lead to automatic process restarts by the environment, unlike before. (70c280c)
- 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)
- Parse Server option allowExpiredAuthDataTokendefaults tofalse; 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 ...
7.0.0-alpha.29
7.0.0-alpha.29 (2024-03-19)
Bug Fixes
- Server crashes on invalid Cloud Function or Cloud Job name; fixes security vulnerability GHSA-6hh7-46r2-vf29 (#9024) (9f6e342)
6.5.5
6.5.5 (2024-03-19)
Bug Fixes
- Server crashes on invalid Cloud Function or Cloud Job name; fixes security vulnerability GHSA-6hh7-46r2-vf29 (#9023) (5ae6d6a)