7.4.0-alpha.6 (2024-11-19)
7.4.0-alpha.5 (2024-10-22)
7.4.0-alpha.4 (2024-10-22)
7.4.0-alpha.3 (2024-10-22)
7.4.0-alpha.2 (2024-10-07)
7.4.0-alpha.1 (2024-10-06)
7.3.1-alpha.1 (2024-10-05)
7.3.0-alpha.9 (2024-10-03)
- Custom object ID allows to acquire role privileges (GHSA-8xq9-g7ch-35hg) (#9317) (13ee52f)
7.3.0-alpha.8 (2024-09-25)
7.3.0-alpha.7 (2024-08-27)
7.3.0-alpha.6 (2024-07-20)
- Add Cloud Code triggers
Parse.Cloud.beforeSave
andParse.Cloud.afterSave
for Parse Config (#9232) (90a1e4a)
7.3.0-alpha.5 (2024-07-18)
- Parse Server option
maxLogFiles
doesn't recognize day duration literals such as1d
to mean 1 day (#9215) (0319cee)
7.3.0-alpha.4 (2024-07-18)
7.3.0-alpha.3 (2024-07-17)
- Parse Server installation fails due to post install script incorrectly parsing required min. Node version (#9216) (0fa82a5)
7.3.0-alpha.2 (2024-07-17)
7.3.0-alpha.1 (2024-07-09)
7.1.0-alpha.16 (2024-07-08)
7.1.0-alpha.15 (2024-07-08)
7.1.0-alpha.14 (2024-07-07)
7.1.0-alpha.13 (2024-07-01)
7.1.0-alpha.12 (2024-06-30)
- SQL injection when using Parse Server with PostgreSQL; fixes security vulnerability GHSA-c2hr-cqg6-8j6r (#9167) (2edf1e4)
7.1.0-alpha.11 (2024-06-29)
7.1.0-alpha.10 (2024-06-11)
7.1.0-alpha.9 (2024-05-27)
7.1.0-alpha.8 (2024-05-16)
7.1.0-alpha.7 (2024-05-16)
7.1.0-alpha.6 (2024-04-14)
Parse.Cloud.startJob
andParse.Push.send
not returning status ID when setting Parse Server optiondirectAccess: true
(#8766) (5b0efb2)
7.1.0-alpha.5 (2024-04-07)
7.1.0-alpha.4 (2024-03-31)
7.1.0-alpha.3 (2024-03-24)
- Rate limiting can fail when using Parse Server option
rateLimit.redisUrl
with clusters (#8632) (c277739)
7.1.0-alpha.2 (2024-03-24)
7.1.0-alpha.1 (2024-03-23)
Required
option not handled correctly for special fields (File, GeoPoint, Polygon) on GraphQL API mutations (#8915) (907ad42)
7.0.0-alpha.31 (2024-03-21)
7.0.0-alpha.30 (2024-03-20)
Required
option not handled correctly for special fields (File, GeoPoint, Polygon) on GraphQL API mutations (#8915) (907ad42)
7.0.0-alpha.29 (2024-03-19)
- Server crashes on invalid Cloud Function or Cloud Job name; fixes security vulnerability GHSA-6hh7-46r2-vf29 (#9024) (9f6e342)
7.0.0-alpha.28 (2024-03-17)
7.0.0-alpha.27 (2024-03-15)
7.0.0-alpha.26 (2024-03-10)
- Parse Server option
fileExtensions
default value rejects file extensions that are less than 3 or more than 4 characters long (#8699) (2760381)
7.0.0-alpha.25 (2024-03-05)
- The Parse Server option
allowClientClassCreation
defaults tofalse
. (29624e0)
7.0.0-alpha.24 (2024-03-05)
7.0.0-alpha.23 (2024-03-03)
7.0.0-alpha.22 (2024-03-02)
7.0.0-alpha.21 (2024-03-01)
- Deny request if master key is not set in Parse Server option
masterKeyIps
regardless of ACL and CLP (#8957) (a7b5b38)
- 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)
7.0.0-alpha.20 (2024-03-01)
- Improve PostgreSQL injection detection; fixes security vulnerability GHSA-6927-3vr9-fxf2 which affects Parse Server deployments using a Postgres database (#8961) (cbefe77)
7.0.0-alpha.19 (2024-02-15)
- Node process exits with error code 1 on uncaught exception to allow custom uncaught exception handling (#8894) (70c280c)
- 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)
7.0.0-alpha.18 (2024-02-15)
- 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 (2024-02-15)
- Deprecation DEPPS8: Parse Server option
allowExpiredAuthDataToken
defaults tofalse
(#8860) (e29845f)
- Parse Server option
allowExpiredAuthDataToken
defaults 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 and the token refresh logic of the adapter (e29845f)
7.0.0-alpha.16 (2024-02-14)
- LiveQuery
fields
option is renamed tokeys
(38983e8)
7.0.0-alpha.15 (2024-02-14)
- Cloud Code file trigger syntax has been aligned with object trigger syntax, for example
Parse.Cloud.beforeDeleteFile'
has been changed toParse.Cloud.beforeDelete(Parse.File, (request) => {})'
(4e6a375)
7.0.0-alpha.14 (2024-02-14)
7.0.0-alpha.13 (2024-02-14)
7.0.0-alpha.12 (2024-02-14)
- Removes support for Node 14 and 16 (ced4872)
7.0.0-alpha.11 (2024-01-22)
- Removes support for Postgres 11 and 12 (99489b2)
7.0.0-alpha.10 (2024-01-17)
- Add password validation via POST request for user with unverified email using master key and option
ignoreEmailVerification
(#8895) (633a9d2)
7.0.0-alpha.9 (2024-01-15)
7.0.0-alpha.8 (2024-01-15)
- Incomplete user object in
verifyEmail
function if both username and email are changed (#8889) (1eb95ae)
7.0.0-alpha.7 (2024-01-14)
7.0.0-alpha.6 (2024-01-14)
- Parse Server option
emailVerifyTokenReuseIfValid: true
generates new token on every email verification request (#8885) (0023ce4)
7.0.0-alpha.5 (2024-01-06)
- Add
installationId
,ip
,resendRequest
to arguments passed toverifyUserEmails
on verification email request (#8873) (8adcbee)
- The
Parse.User
passed as argument ifverifyUserEmails
is set to a function is renamed fromuser
toobject
for consistency with invocations ofverifyUserEmails
on signup or login; the user object is not a plain JavaScript object anymore but an instance ofParse.User
(8adcbee)
7.0.0-alpha.4 (2023-12-27)
- Add
Parse.User
as function parameter to Parse Server optionsverifyUserEmails
,preventLoginWithUnverifiedEmail
on login (#8850) (972f630)
7.0.0-alpha.3 (2023-12-26)
- Conditional email verification not working in some cases if
verifyUserEmails
,preventLoginWithUnverifiedEmail
set to functions (#8838) (8e7a6b1)
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)
7.0.0-alpha.2 (2023-12-17)
- Add
installationId
to arguments forverifyUserEmails
,preventLoginWithUnverifiedEmail
(#8836) (a22dbe1)
7.0.0-alpha.1 (2023-12-10)
Parse.Query
no longer supports the BSON typecode
; 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)
6.5.0-alpha.2 (2023-11-19)
6.5.0-alpha.1 (2023-11-18)
- Context not passed to Cloud Code Trigger
beforeFind
when usingParse.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)
- Add
$setOnInsert
operator toParse.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
andafterLogin
(#8724) (a9c34ef) - Allow setting
createdAt
andupdatedAt
duringParse.Object
creation with maintenance key (#8696) (77bbfb3) - Upgrade Parse Server Push Adapter to 5.0.2 (#8813) (6ef1986)
6.4.0-alpha.8 (2023-11-13)
- Add compatibility for MongoDB Atlas Serverless and AWS Amazon DocumentDB with collation options
enableCollationCaseComparison
,transformEmailToLowercase
,transformUsernameToLowercase
(#8805) (09fbeeb)
6.4.0-alpha.7 (2023-10-25)
6.4.0-alpha.6 (2023-10-18)
6.4.0-alpha.5 (2023-10-14)
- Context not passed to Cloud Code Trigger
beforeFind
when usingParse.Query.include
(#8765) (7d32d89)
6.4.0-alpha.4 (2023-09-29)
- Allow setting
createdAt
andupdatedAt
duringParse.Object
creation with maintenance key (#8696) (77bbfb3)
6.4.0-alpha.3 (2023-09-23)
- Parse Server option
fileUpload.fileExtensions
fails to determine file extension if filename contains multiple dots (#8754) (3d6d50e)
6.4.0-alpha.2 (2023-09-22)
6.4.0-alpha.1 (2023-09-20)
6.3.0-alpha.9 (2023-09-13)
6.3.0-alpha.8 (2023-08-30)
6.3.0-alpha.7 (2023-08-18)
6.3.0-alpha.6 (2023-07-17)
- Parse Server option
fileUpload.fileExtensions
does not work with an array of extensions (#8688) (6a4a00c)
6.3.0-alpha.5 (2023-07-05)
- Add property
Parse.Server.version
to determine current version of Parse Server in Cloud Code (#8670) (a9d376b)
6.3.0-alpha.4 (2023-07-04)
6.3.0-alpha.3 (2023-06-23)
6.3.0-alpha.2 (2023-06-20)
- Add conditional email verification via dynamic Parse Server options
verifyUserEmails
,sendUserEmailVerification
that now accept functions (#8425) (44acd6d)
6.3.0-alpha.1 (2023-06-18)
- Cloud Code Trigger
afterSave
executes even if not set (#8520) (afd0515) - GridFS file storage doesn't work with certain
enableSchemaHooks
settings (#8467) (d4cda4b) - Inaccurate table total row count for PostgreSQL (#8511) (0823a02)
- LiveQuery server is not shut down properly when
handleShutdown
is called (#8491) (967700b) - Rate limit feature is incompatible with Node 14 (#8578) (f911f2c)
- Unnecessary log entries by
extendSessionOnUse
(#8562) (fd6a007)
extendSessionOnUse
to automatically renew Parse Sessions (#8505) (6f885d3)- Add new Parse Server option
preventSignupWithUnverifiedEmail
to prevent returning a user without session token on sign-up with unverified email address (#8451) (82da308) - Add option to change the log level of logs emitted by Cloud Functions (#8530) (2caea31)
- Add support for
$eq
query constraint in LiveQuery (#8614) (656d673) - Add zones for rate limiting by
ip
,user
,session
,global
(#8508) (03fba97) - Allow
Parse.Object
pointers in Cloud Code arguments (#8490) (28aeda3)
- fix: Inaccurate table total row count for PostgreSQL (6722110)
6.1.0-alpha.20 (2023-06-09)
6.1.0-alpha.19 (2023-06-08)
6.1.0-alpha.18 (2023-06-08)
6.1.0-alpha.17 (2023-06-07)
- Add new Parse Server option
preventSignupWithUnverifiedEmail
to prevent returning a user without session token on sign-up with unverified email address (#8451) (82da308)
6.1.0-alpha.16 (2023-05-28)
- fix: Inaccurate table total row count for PostgreSQL (6722110)
6.1.0-alpha.15 (2023-05-28)
6.1.0-alpha.14 (2023-05-27)
6.1.0-alpha.13 (2023-05-25)
6.1.0-alpha.12 (2023-05-19)
6.1.0-alpha.11 (2023-05-17)
6.1.0-alpha.10 (2023-05-12)
6.1.0-alpha.9 (2023-05-09)
6.1.0-alpha.8 (2023-05-01)
6.1.0-alpha.7 (2023-03-10)
6.1.0-alpha.6 (2023-03-06)
6.1.0-alpha.5 (2023-03-06)
6.1.0-alpha.4 (2023-03-06)
6.1.0-alpha.3 (2023-03-06)
6.1.0-alpha.2 (2023-03-05)
- Nested date is incorrectly decoded as empty object
{}
when fetching a Parse Object (#8446) (22d2446)
6.1.0-alpha.1 (2023-03-03)
- Add option
schemaCacheTtl
for schema cache pulling as alternative toenableSchemaHooks
(#8436) (b3b76de) - Add Parse Server option
resetPasswordSuccessOnInvalidEmail
to choose success or error response on password reset with invalid email (#7551) (e5d610e) - Deprecate LiveQuery
fields
option in favor ofkeys
for semantic consistency (#8388) (a49e323) - Export
AuthAdapter
to make it available for extension with custom authentication adapters (#8443) (40c1961)
6.0.0-alpha.35 (2023-02-27)
- Add option
schemaCacheTtl
for schema cache pulling as alternative toenableSchemaHooks
(#8436) (b3b76de)
6.0.0-alpha.34 (2023-02-24)
- Add Parse Server option
resetPasswordSuccessOnInvalidEmail
to choose success or error response on password reset with invalid email (#7551) (e5d610e)
6.0.0-alpha.33 (2023-02-17)
6.0.0-alpha.32 (2023-02-07)
6.0.0-alpha.31 (2023-01-31)
- Parse Server option
requestKeywordDenylist
can be bypassed via Cloud Code Webhooks or Triggers; fixes security vulnerability GHSA-xprv-wvh7-qqqx (#8302) (6728da1) - Prototype pollution via Cloud Code Webhooks; fixes security vulnerability GHSA-93vw-8fm5-p2jf (#8305) (60c5a73)
- Remote code execution via MongoDB BSON parser through prototype pollution; fixes security vulnerability GHSA-prm5-8g2m-24gg (#8295) (50eed3c)
6.0.0-alpha.30 (2023-01-27)
6.0.0-alpha.29 (2023-01-26)
6.0.0-alpha.28 (2023-01-25)
6.0.0-alpha.27 (2023-01-23)
ParseServer.verifyServerUrl
may fail if server response headers are missing; remove unnecessary logging (#8391) (1c37a7c)
6.0.0-alpha.26 (2023-01-20)
6.0.0-alpha.25 (2023-01-16)
6.0.0-alpha.24 (2023-01-09)
- The Docker image does not contain the git dependency anymore; if you have been using git as a transitive dependency it now needs to be explicitly installed in your Docker file, for example with
RUN apk --no-cache add git
(#8359) (40810b4)
6.0.0-alpha.23 (2023-01-08)
- Access the internal scope of Parse Server using the new
maintenanceKey
; the internal scope contains unofficial and undocumented fields (prefixed with underscore_
) which are used internally by Parse Server; you may want to manipulate these fields for out-of-band changes such as data migration or correction tasks; changes within the internal scope of Parse Server may happen at any time without notice or changelog entry, it is therefore recommended to look at the source code of Parse Server to understand the effects of manipulating internal fields before using the key; it is discouraged to use themaintenanceKey
for routine operations in a production environment; see access scopes (#8212) (f3bcc93)
- Fields in the internal scope of Parse Server (prefixed with underscore
_
) are only returned using the newmaintenanceKey
; previously themasterKey
allowed reading of internal fields; see access scopes for a comparison of the keys' access permissions (#8212) (f3bcc93)
6.0.0-alpha.22 (2023-01-08)
- The method
ParseServer.verifyServerUrl
now returns a promise instead of a callback. (ffa4974)
6.0.0-alpha.21 (2023-01-06)
6.0.0-alpha.20 (2023-01-06)
6.0.0-alpha.19 (2023-01-05)
- The MongoDB aggregation pipeline requires native MongoDB syntax instead of the custom Parse Server syntax; for example pipeline stage names require a leading dollar sign like
$match
and the MongoDB document ID is referenced using_id
instead ofobjectId
(#8362) (d0d30c4)
6.0.0-alpha.18 (2023-01-05)
- The client IP address may be determined incorrectly in some cases; this fixes a security vulnerability in which the Parse Server option
masterKeyIps
may be circumvented, see GHSA-vm5r-c87r-pf6x (#8372) (892040d)
- The mechanism to determine the client IP address has been rewritten; to correctly determine the IP address it is now required to set the Parse Server option
trustProxy
accordingly if Parse Server runs behind a proxy server, see the express framework's trust proxy setting (#8372) (892040d)
6.0.0-alpha.17 (2022-12-22)
- The Node Package Manager lock file
package-lock.json
is upgraded to version 2; while it is backwards with version 1 for the npm installer, consider this if you run any non-npm analysis tools that use the lock file (#8285) (ee72467)
6.0.0-alpha.16 (2022-12-21)
- This release introduces the asynchronous initialization of Parse Server to prevent mounting Parse Server before being ready to receive request; it changes how Parse Server is imported, initialized and started; it also removes the callback
serverStartComplete
; see the Parse Server 6 migration guide for more details (#8232) (99fcf45)
6.0.0-alpha.15 (2022-12-20)
- Nested objects are now properly stored in the database using JSON serialization; previously, due to a bug only top-level objects were serialized, but nested objects were saved as raw JSON; for example, a nested
Date
object was saved as a JSON object like{ "__type": "Date", "iso": "2020-01-01T00:00:00.000Z" }
instead of its serialized representation2020-01-01T00:00:00.000Z
(#8209) (1412666)
6.0.0-alpha.14 (2022-12-16)
- Write log entry when request with master key is rejected as outside of
masterKeyIps
(#8350) (e22b73d)
6.0.0-alpha.13 (2022-12-07)
6.0.0-alpha.12 (2022-11-26)
6.0.0-alpha.11 (2022-11-25)
6.0.0-alpha.10 (2022-11-19)
6.0.0-alpha.9 (2022-11-16)
- The Parse Server option
enforcePrivateUsers
is set totrue
by default; in previous releases this option defaults tofalse
; this change improves the default security configuration of Parse Server (#8283) (ed499e3)
6.0.0-alpha.8 (2022-11-11)
- This release restricts the use of
masterKey
to localhost by default; if you are using Parse Dashboard on a different server to connect to Parse Server you need to add the IP address of the server that hosts Parse Dashboard to this option (#8281) (6c16021)
6.0.0-alpha.7 (2022-11-11)
- This release upgrades to Redis 4; if you are using the Redis cache adapter with Parse Server then this is a breaking change as the Redis client options have changed; see the Redis migration guide for more details (#8293) (7d622f0)
6.0.0-alpha.6 (2022-11-10)
- This release removes support for MongoDB 4.0; the new minimum supported MongoDB version is 4.2. which also removes support for the deprecated MongoDB MMAPv1 storage engine (37245f6)
6.0.0-alpha.5 (2022-11-10)
- Throwing an error in Cloud Code Triggers
afterLogin
,afterLogout
returns a rejected promise; in previous releases it crashed the server if you did not handle the error on the Node.js process level; consider adapting your code if your app currently handles these errors on the Node.js process level withprocess.on('unhandledRejection', ...)
(130d290)
6.0.0-alpha.4 (2022-11-10)
- Config option
directAccess
defaults to true; set this tofalse
in environments where multiple Parse Server instances run behind a load balancer and Parse requests within the current Node.js environment should be routed via the load balancer and distributed as HTTP requests among all instances via theserverURL
. (f535ee6)
6.0.0-alpha.3 (2022-11-10)
- Remove deprecation
DEPPS4
: Remove convenience method for http requestParse.Cloud.httpRequest
(#8287) (2d79c08)
- The convenience method for HTTP requests
Parse.Cloud.httpRequest
is removed; use your preferred 3rd party library for making HTTP requests (2d79c08)
6.0.0-alpha.2 (2022-11-10)
- Improve authentication adapter interface to support multi-factor authentication (MFA), authentication challenges, and provide a more powerful interface for writing custom authentication adapters (#8156) (5bbf9ca)
6.0.0-alpha.1 (2022-11-10)
- This release removes Node 12 and Node 17 support (2546cc8)
5.4.0-alpha.1 (2022-10-31)
- authentication adapter app ID validation may be circumvented; this fixes a vulnerability that affects configurations which allow users to authenticate using the Parse Server authentication adapter for Facebook or Spotify and where the server-side authentication adapter configuration
appIds
is set as a string (e.g.abc
) instead of an array of strings (e.g.["abc"]
) (GHSA-r657-33vp-gp22) [skip release] (#8187) (8c8ec71) - brute force guessing of user sensitive data via search patterns (GHSA-2m6g-crv8-p3c6) (#8146) [skip release] (4c0c7c7)
- certificate in Apple Game Center auth adapter not validated [skip release] (#8058) (75af9a2)
- graphQL query ignores condition
equalTo
with valuefalse
(#8032) (7f5a15d) - internal indices for classes
_Idempotency
and_Role
are not protected in defined schema (#8121) (c16f529) - invalid file request not properly handled [skip release] (#8062) (4c9e956)
- liveQuery with
containedIn
not working when object field is an array (#8128) (1d9605b) - protected fields exposed via LiveQuery (GHSA-crrq-vr9j-fxxh) [skip release] (#8076) (9fd4516)
- push notifications
badge
doesn't update with Installation beforeSave trigger (#8162) (3c75c2b) - query aggregation pipeline cannot handle value of type
Date
whendirectAccess: true
(#8167) (e424137) - relation constraints in compound queries
Parse.Query.or
,Parse.Query.and
not working (#8203) (28f0d26) - security upgrade undici from 5.6.0 to 5.8.0 (#8108) (4aa016b)
- server crashes when receiving file download request with invalid byte range; this fixes a security vulnerability that allows an attacker to impact the availability of the server instance; the fix improves parsing of the range parameter to properly handle invalid range requests (GHSA-h423-w6qv-2wj3) [skip release] (#8238) (c03908f)
- session object properties can be updated by foreign user; this fixes a security vulnerability in which a foreign user can write to the session object of another user if the session object ID is known; the fix prevents writing to foreign session objects (GHSA-6w4q-23cf-j9jp) [skip release] (#8180) (37fed30)
- sorting by non-existing value throws
INVALID_SERVER_ERROR
on Postgres (#8157) (3b775a1) - updating object includes unchanged keys in client response for certain key types (#8159) (37af1d7)
- add convenience access to Parse Server configuration in Cloud Code via
Parse.Server
(#8244) (9f11115) - add option to change the default value of the
Parse.Query.limit()
constraint (#8152) (0388956) - add support for MongoDB 6 (#8242) (aba0081)
- add support for Postgres 15 (#8215) (2feb6c4)
- liveQuery support for unsorted distance queries (#8221) (0f763da)
5.3.0-alpha.32 (2022-10-29)
- add convenience access to Parse Server configuration in Cloud Code via
Parse.Server
(#8244) (9f11115)
5.3.0-alpha.31 (2022-10-24)
- relation constraints in compound queries
Parse.Query.or
,Parse.Query.and
not working (#8203) (28f0d26)
5.3.0-alpha.30 (2022-10-17)
5.3.0-alpha.29 (2022-10-15)
- server crashes when receiving file download request with invalid byte range; this fixes a security vulnerability that allows an attacker to impact the availability of the server instance; the fix improves parsing of the range parameter to properly handle invalid range requests (GHSA-h423-w6qv-2wj3) [skip release] (#8238) (c03908f)
5.3.0-alpha.28 (2022-10-11)
5.3.0-alpha.27 (2022-09-29)
- authentication adapter app ID validation may be circumvented; this fixes a vulnerability that affects configurations which allow users to authenticate using the Parse Server authentication adapter for Facebook or Spotify and where the server-side authentication adapter configuration
appIds
is set as a string (e.g.abc
) instead of an array of strings (e.g.["abc"]
) (GHSA-r657-33vp-gp22) [skip release] (#8187) (8c8ec71) - session object properties can be updated by foreign user; this fixes a security vulnerability in which a foreign user can write to the session object of another user if the session object ID is known; the fix prevents writing to foreign session objects (GHSA-6w4q-23cf-j9jp) [skip release] (#8180) (37fed30)
5.3.0-alpha.26 (2022-09-17)
5.3.0-alpha.25 (2022-09-17)
5.3.0-alpha.24 (2022-09-17)
- query aggregation pipeline cannot handle value of type
Date
whendirectAccess: true
(#8167) (e424137)
5.3.0-alpha.23 (2022-09-17)
5.3.0-alpha.22 (2022-09-16)
- brute force guessing of user sensitive data via search patterns (GHSA-2m6g-crv8-p3c6) (#8146) [skip release] (4c0c7c7)
- push notifications
badge
doesn't update with Installation beforeSave trigger (#8162) (3c75c2b)
5.3.0-alpha.21 (2022-08-05)
- internal indices for classes
_Idempotency
and_Role
are not protected in defined schema (#8121) (c16f529)
5.3.0-alpha.20 (2022-07-22)
5.3.0-alpha.19 (2022-07-03)
- certificate in Apple Game Center auth adapter not validated [skip release] (#8058) (75af9a2)
- graphQL query ignores condition
equalTo
with valuefalse
(#8032) (7f5a15d) - invalid file request not properly handled [skip release] (#8062) (4c9e956)
- protected fields exposed via LiveQuery (GHSA-crrq-vr9j-fxxh) [skip release] (#8076) (9fd4516)
5.3.0-alpha.18 (2022-06-17)
5.3.0-alpha.17 (2022-06-17)
- errors in GraphQL do not show the original error but a general
Unexpected Error
(#8045) (0d81887) - websocket connection of LiveQuery interrupts frequently (#8048) (03caae1)
5.3.0-alpha.16 (2022-06-11)
5.3.0-alpha.15 (2022-06-05)
5.3.0-alpha.14 (2022-05-29)
- align file trigger syntax with class trigger; use the new syntax
Parse.Cloud.beforeSave(Parse.File, (request) => {})
, the old syntaxParse.Cloud.beforeSaveFile((request) => {})
has been deprecated (#7966) (c6dcad8)
5.3.0-alpha.13 (2022-05-28)
5.3.0-alpha.12 (2022-05-20)
5.3.0-alpha.11 (2022-05-18)
5.3.0-alpha.10 (2022-05-09)
5.3.0-alpha.9 (2022-05-07)
5.3.0-alpha.8 (2022-05-06)
5.3.0-alpha.7 (2022-04-25)
5.3.0-alpha.6 (2022-04-11)
5.3.0-alpha.5 (2022-04-09)
5.3.0-alpha.4 (2022-04-04)
5.3.0-alpha.3 (2022-03-27)
5.3.0-alpha.2 (2022-03-27)
5.3.0-alpha.1 (2022-03-27)
5.2.1-alpha.2 (2022-03-26)
- reduce database operations when using the constant parameter in Cloud Function validation (#7892) (48bd512)
5.2.1-alpha.1 (2022-03-26)
5.2.0-alpha.3 (2022-03-24)
5.2.0-alpha.2 (2022-03-24)
5.2.0-alpha.1 (2022-03-23)
5.0.0-alpha.29 (2022-03-12)
- This requires Node.js version >=12.22.10. (5ace99d)
5.0.0-alpha.28 (2022-03-12)
5.0.0-alpha.27 (2022-03-12)
5.0.0-alpha.26 (2022-02-25)
5.0.0-alpha.25 (2022-02-23)
5.0.0-alpha.24 (2022-02-10)
5.0.0-alpha.23 (2022-02-06)
5.0.0-alpha.22 (2022-02-06)
- The MongoDB GridStore adapter has been removed. By default, Parse Server already uses GridFS, so if you do not manually use the GridStore adapter, you can ignore this change. (f88aa2a)
5.0.0-alpha.21 (2022-01-25)
5.0.0-alpha.20 (2022-01-22)
5.0.0-alpha.19 (2022-01-22)
5.0.0-alpha.18 (2022-01-13)
5.0.0-alpha.17 (2022-01-13)
5.0.0-alpha.16 (2022-01-02)
5.0.0-alpha.15 (2022-01-02)
5.0.0-alpha.14 (2022-01-02)
5.0.0-alpha.13 (2021-12-08)
5.0.0-alpha.12 (2021-12-06)
5.0.0-alpha.11 (2021-11-29)
5.0.0-alpha.10 (2021-11-29)
5.0.0-alpha.9 (2021-11-27)
5.0.0-alpha.8 (2021-11-18)
- Removes official Node 15 support which has reached it end-of-life date. (45cc58c)
5.0.0-alpha.7 (2021-11-12)
5.0.0-alpha.6 (2021-11-10)
- refactor: allow ES import for cloud string if package type is module (b64640c)
5.0.0-alpha.5 (2021-11-01)
5.0.0-alpha.4 (2021-10-31)
5.0.0-alpha.3 (2021-10-29)
5.0.0-alpha.2 (2021-10-27)
- To delete a field via the GraphQL API, the field value has to be set to
null
. Previously, setting a field value tonull
would save a null value in the database, which was not according to the GraphQL specs. To delete a file field usefile: null
, the previous way of usingfile: { file: null }
has become obsolete. (626fad2)
5.0.0-alpha.1 (2021-10-12)
- Improved schema caching through database real-time hooks. Reduces DB queries, decreases Parse Query execution time and fixes a potential schema memory leak. If multiple Parse Server instances connect to the same DB (for example behind a load balancer), set the Parse Server Option
databaseOptions.enableSchemaHooks: true
to enable this feature and keep the schema in sync across all instances. Failing to do so will cause a schema change to not propagate to other instances and re-syncing will only happen when these instances restart. The optionsenableSingleSchemaCache
andschemaCacheTTL
have been removed. To use this feature with MongoDB, a replica set cluster with change stream support is required. (Diamond Lewis, SebC) #7214 - Added file upload restriction. File upload is now only allowed for authenticated users by default for improved security. To allow file upload also for Anonymous Users or Public, set the
fileUpload
parameter in the Parse Server Options (dblythy, Manuel Trezza) #7071 - Removed parse-server-simple-mailgun-adapter dependency; to continue using the adapter it has to be explicitly installed (Manuel Trezza) #7321
- Remove support for MongoDB 3.6 which has reached its End-of-Life date and PostgreSQL 10 (Manuel Trezza) #7315
- Remove support for Node 10 which has reached its End-of-Life date (Manuel Trezza) #7314
- Remove S3 Files Adapter from Parse Server, instead install separately as
@parse/s3-files-adapter
(Manuel Trezza) #7324 - Remove Session field
restricted
; the field was a code artifact from a feature that never existed in Open Source Parse Server; if you have been using this field for custom purposes, consider that for new Parse Server installations the field does not exist anymore in the schema, and for existing installations the field default valuefalse
will not be set anymore when creating a new session (Manuel Trezza) #7543 - ci: add node engine version check (Manuel Trezza) #7574
- Alphabetical ordered GraphQL API, improved GraphQL Schema cache system and fix GraphQL input reassign issue (Moumouls) #7344
- Added Parse Server Security Check to report weak security settings (Manuel Trezza, dblythy) #7247
- EXPERIMENTAL: Added new page router with placeholder rendering and localization of custom and feature pages such as password reset and email verification (Manuel Trezza) #7128
- EXPERIMENTAL: Added custom routes to easily customize flows for password reset, email verification or build entirely new flows (Manuel Trezza) #7231
- Added Deprecation Policy to govern the introduction of breaking changes in a phased pattern that is more predictable for developers (Manuel Trezza) #7199
- Add REST API endpoint
/loginAs
to create session of any user with master key; allows to impersonate another user. (GormanFletcher) #7406 - Add official support for MongoDB 5.0 (Manuel Trezza) #7469
- Added Parse Server Configuration
enforcePrivateUsers
, which will remove public access by default on new Parse.Users (dblythy) #7319
- Support native mongodb syntax in aggregation pipelines (Raschid JF Rafeally) #7339
- Fix error when a not yet inserted job is updated (Antonio Davi Macedo Coelho de Castro) #7196
- request.context for afterFind triggers (dblythy) #7078
- Winston Logger interpolating stdout to console (dplewis) #7114
- Added convenience method
Parse.Cloud.sendEmail(...)
to send email via email adapter in Cloud Code (dblythy) #7089 - LiveQuery support for $and, $nor, $containedBy, $geoWithin, $geoIntersects queries (dplewis) #7113
- Supporting patterns in LiveQuery server's config parameter
classNames
(Nes-si) #7131 - Added
requireAnyUserRoles
andrequireAllUserRoles
for Parse Cloud validator (dblythy) #7097 - Support Facebook Limited Login (miguel-s) #7219
- Removed Stage name check on aggregate pipelines (BRETT71) #7237
- Retry transactions on MongoDB when it fails due to transient error (Antonio Davi Macedo Coelho de Castro) #7187
- Bump tests to use Mongo 4.4.4 (Antonio Davi Macedo Coelho de Castro) #7184
- Added new account lockout policy option
accountLockout.unlockOnPasswordReset
to automatically unlock account on password reset (Manuel Trezza) #7146 - Test Parse Server continuously against all recent MongoDB versions that have not reached their end-of-life support date, added MongoDB compatibility table to Parse Server docs (Manuel Trezza) #7161
- Test Parse Server continuously against all recent Node.js versions that have not reached their end-of-life support date, added Node.js compatibility table to Parse Server docs (Manuel Trezza) 7161
- Throw error on invalid Cloud Function validation configuration (dblythy) #7154
- Allow Cloud Validator
options
to be async (dblythy) #7155 - Optimize queries on classes with pointer permissions (Pedro Diaz) #7061
- Test Parse Server continuously against all relevant Postgres versions (minor versions), added Postgres compatibility table to Parse Server docs (Corey Baker) #7176
- Randomize test suite (Diamond Lewis) #7265
- LDAP: Properly unbind client on group search error (Diamond Lewis) #7265
- Improve data consistency in Push and Job Status update (Diamond Lewis) #7267
- Excluding keys that have trailing edges.node when performing GraphQL resolver (Chris Bland) #7273
- Added centralized feature deprecation with standardized warning logs (Manuel Trezza) #7303
- Use Node.js 15.13.0 in CI (Olle Jonsson) #7312
- Fix file upload issue for S3 compatible storage (Linode, DigitalOcean) by avoiding empty tags property when creating a file (Ali Oguzhan Yildiz) #7300
- Add building Docker image as CI check (Manuel Trezza) #7332
- Add NPM package-lock version check to CI (Manuel Trezza) #7333
- Fix incorrect LiveQuery events triggered for multiple subscriptions on the same class with different events #7341
- Fix select and excludeKey queries to properly accept JSON string arrays. Also allow nested fields in exclude (Corey Baker) #7242
- Fix LiveQuery server crash when using $all query operator on a missing object key (Jason Posthuma) #7421
- Added runtime deprecation warnings (Manuel Trezza) #7451
- Add ability to pass context of an object via a header, X-Parse-Cloud-Context, for Cloud Code triggers. The header addition allows client SDK's to add context without injecting _context in the body of JSON objects (Corey Baker) #7437
- Add CI check to add changelog entry (Manuel Trezza) #7512
- Refactor: uniform issue templates across repos (Manuel Trezza) #7528
- ci: bump ci environment (Manuel Trezza) #7539
- CI now pushes docker images to Docker Hub (Corey Baker) #7548
- Allow afterFind and afterLiveQueryEvent to set unsaved pointers and keys (dblythy) #7310
- Allow setting descending sort to full text queries (dblythy) #7496
- Allow cloud string for ES modules (Daniel Blyth) #7560
- docs: Introduce deprecation ID for reference in comments and online search (Manuel Trezza) #7562
- refactor: deprecate
Parse.Cloud.httpRequest
; it is recommended to use a HTTP library instead. (Daniel Blyth) #7595 - refactor: Modernize HTTPRequest tests (brandongregoryscott) #7604
- Allow liveQuery on Session class (Daniel Blyth) #7554