semantic-release-bot
95da5d64c1
chore(release): 6.3.0-alpha.6 [skip ci]
...
# [6.3.0-alpha.6](https://github.com/parse-community/parse-server/compare/6.3.0-alpha.5...6.3.0-alpha.6 ) (2023-07-17)
### Bug Fixes
* Parse Server option `fileUpload.fileExtensions` does not work with an array of extensions ([#8688 ](https://github.com/parse-community/parse-server/issues/8688 )) ([6a4a00c ](6a4a00ca7a ))
2023-07-17 22:35:58 +00:00
semantic-release-bot
02f40fd896
chore(release): 6.3.0-alpha.5 [skip ci]
...
# [6.3.0-alpha.5](https://github.com/parse-community/parse-server/compare/6.3.0-alpha.4...6.3.0-alpha.5 ) (2023-07-05)
### Features
* Add property `Parse.Server.version` to determine current version of Parse Server in Cloud Code ([#8670 ](https://github.com/parse-community/parse-server/issues/8670 )) ([a9d376b ](a9d376b61f ))
2023-07-05 20:12:35 +00:00
semantic-release-bot
a742656a90
chore(release): 6.3.0-alpha.4 [skip ci]
...
# [6.3.0-alpha.4](https://github.com/parse-community/parse-server/compare/6.3.0-alpha.3...6.3.0-alpha.4 ) (2023-07-04)
### Bug Fixes
* Server does not start via CLI when `auth` option is set ([#8666 ](https://github.com/parse-community/parse-server/issues/8666 )) ([4e2000b ](4e2000bc56 ))
2023-07-04 11:18:02 +00:00
semantic-release-bot
328918178f
chore(release): 6.2.1 [skip ci]
...
## [6.2.1](https://github.com/parse-community/parse-server/compare/6.2.0...6.2.1 ) (2023-06-28)
### Bug Fixes
* Remote code execution via MongoDB BSON parser through prototype pollution; fixes security vulnerability [GHSA-462x-c3jw-7vr6](https://github.com/parse-community/parse-server/security/advisories/GHSA-462x-c3jw-7vr6 ) ([#8674 ](https://github.com/parse-community/parse-server/issues/8674 )) ([3dd99dd ](3dd99dd80e ))
2023-06-28 20:58:52 +00:00
semantic-release-bot
f8b5a99d54
chore(release): 6.3.0-alpha.3 [skip ci]
...
# [6.3.0-alpha.3](https://github.com/parse-community/parse-server/compare/6.3.0-alpha.2...6.3.0-alpha.3 ) (2023-06-23)
### Features
* Add TOTP authentication adapter ([#8457 ](https://github.com/parse-community/parse-server/issues/8457 )) ([cc079a4 ](cc079a40f6 ))
2023-06-23 15:59:00 +00:00
Manuel
e212eb5195
refactor: Add option to convert Parse.Object to instance in Cloud Function payload ( #8656 )
2023-06-23 16:29:32 +02:00
semantic-release-bot
e6bd2baf71
chore(release): 6.3.0-alpha.2 [skip ci]
...
# [6.3.0-alpha.2](https://github.com/parse-community/parse-server/compare/6.3.0-alpha.1...6.3.0-alpha.2 ) (2023-06-20)
### Features
* Add conditional email verification via dynamic Parse Server options `verifyUserEmails`, `sendUserEmailVerification` that now accept functions ([#8425 ](https://github.com/parse-community/parse-server/issues/8425 )) ([44acd6d ](44acd6d9ed ))
2023-06-20 10:12:02 +00:00
semantic-release-bot
9674d4a2c0
chore(release): 6.3.0-alpha.1 [skip ci]
...
# [6.3.0-alpha.1](https://github.com/parse-community/parse-server/compare/6.2.0...6.3.0-alpha.1 ) (2023-06-18)
### Bug Fixes
* Cloud Code Trigger `afterSave` executes even if not set ([#8520 ](https://github.com/parse-community/parse-server/issues/8520 )) ([afd0515 ](afd0515e20 ))
* GridFS file storage doesn't work with certain `enableSchemaHooks` settings ([#8467 ](https://github.com/parse-community/parse-server/issues/8467 )) ([d4cda4b ](d4cda4b26c ))
* Inaccurate table total row count for PostgreSQL ([#8511 ](https://github.com/parse-community/parse-server/issues/8511 )) ([0823a02 ](0823a02fbf ))
* LiveQuery server is not shut down properly when `handleShutdown` is called ([#8491 ](https://github.com/parse-community/parse-server/issues/8491 )) ([967700b ](967700bdbc ))
* Rate limit feature is incompatible with Node 14 ([#8578 ](https://github.com/parse-community/parse-server/issues/8578 )) ([f911f2c ](f911f2cd3a ))
* Unnecessary log entries by `extendSessionOnUse` ([#8562 ](https://github.com/parse-community/parse-server/issues/8562 )) ([fd6a007 ](fd6a0077f2 ))
### Features
* `extendSessionOnUse` to automatically renew Parse Sessions ([#8505 ](https://github.com/parse-community/parse-server/issues/8505 )) ([6f885d3 ](6f885d36b9 ))
* Add new Parse Server option `preventSignupWithUnverifiedEmail` to prevent returning a user without session token on sign-up with unverified email address ([#8451 ](https://github.com/parse-community/parse-server/issues/8451 )) ([82da308 ](82da30842a ))
* Add option to change the log level of logs emitted by Cloud Functions ([#8530 ](https://github.com/parse-community/parse-server/issues/8530 )) ([2caea31 ](2caea310be ))
* Add support for `$eq` query constraint in LiveQuery ([#8614 ](https://github.com/parse-community/parse-server/issues/8614 )) ([656d673 ](656d673cf5 ))
* Add zones for rate limiting by `ip`, `user`, `session`, `global` ([#8508 ](https://github.com/parse-community/parse-server/issues/8508 )) ([03fba97 ](03fba97e05 ))
* Allow `Parse.Object` pointers in Cloud Code arguments ([#8490 ](https://github.com/parse-community/parse-server/issues/8490 )) ([28aeda3 ](28aeda3f16 ))
### Reverts
* fix: Inaccurate table total row count for PostgreSQL ([6722110 ](6722110f20 ))
2023-06-18 01:20:54 +00:00
semantic-release-bot
4ad0800508
chore(release): 6.3.0-beta.1 [skip ci]
...
# [6.3.0-beta.1](https://github.com/parse-community/parse-server/compare/6.2.0...6.3.0-beta.1 ) (2023-06-10)
### Bug Fixes
* Cloud Code Trigger `afterSave` executes even if not set ([#8520 ](https://github.com/parse-community/parse-server/issues/8520 )) ([afd0515 ](afd0515e20 ))
* GridFS file storage doesn't work with certain `enableSchemaHooks` settings ([#8467 ](https://github.com/parse-community/parse-server/issues/8467 )) ([d4cda4b ](d4cda4b26c ))
* Inaccurate table total row count for PostgreSQL ([#8511 ](https://github.com/parse-community/parse-server/issues/8511 )) ([0823a02 ](0823a02fbf ))
* LiveQuery server is not shut down properly when `handleShutdown` is called ([#8491 ](https://github.com/parse-community/parse-server/issues/8491 )) ([967700b ](967700bdbc ))
* Rate limit feature is incompatible with Node 14 ([#8578 ](https://github.com/parse-community/parse-server/issues/8578 )) ([f911f2c ](f911f2cd3a ))
* Unnecessary log entries by `extendSessionOnUse` ([#8562 ](https://github.com/parse-community/parse-server/issues/8562 )) ([fd6a007 ](fd6a0077f2 ))
### Features
* `extendSessionOnUse` to automatically renew Parse Sessions ([#8505 ](https://github.com/parse-community/parse-server/issues/8505 )) ([6f885d3 ](6f885d36b9 ))
* Add new Parse Server option `preventSignupWithUnverifiedEmail` to prevent returning a user without session token on sign-up with unverified email address ([#8451 ](https://github.com/parse-community/parse-server/issues/8451 )) ([82da308 ](82da30842a ))
* Add option to change the log level of logs emitted by Cloud Functions ([#8530 ](https://github.com/parse-community/parse-server/issues/8530 )) ([2caea31 ](2caea310be ))
* Add support for `$eq` query constraint in LiveQuery ([#8614 ](https://github.com/parse-community/parse-server/issues/8614 )) ([656d673 ](656d673cf5 ))
* Add zones for rate limiting by `ip`, `user`, `session`, `global` ([#8508 ](https://github.com/parse-community/parse-server/issues/8508 )) ([03fba97 ](03fba97e05 ))
* Allow `Parse.Object` pointers in Cloud Code arguments ([#8490 ](https://github.com/parse-community/parse-server/issues/8490 )) ([28aeda3 ](28aeda3f16 ))
### Reverts
* fix: Inaccurate table total row count for PostgreSQL ([6722110 ](6722110f20 ))
2023-06-10 23:05:13 +00:00
Manuel Trezza
24c0b03f5e
Squashed commit of the following:
...
commit 150627328f
Author: semantic-release-bot <semantic-release-bot@martynus.net >
Date: Sat May 20 23:24:03 2023 +0000
chore(release): 6.2.0 [skip ci]
# [6.2.0](https://github.com/parse-community/parse-server/compare/6.1.0...6.2.0 ) (2023-05-20)
### Features
* Add new Parse Server option `fileUpload.fileExtensions` to restrict file upload by file extension; this fixes a security vulnerability in which a phishing attack could be performed using an uploaded HTML file; by default the new option only allows file extensions matching the regex pattern `^[^hH][^tT][^mM][^lL]?$`, which excludes HTML files; if your app currently depends on uploading files with HTML file extensions then this may be a breaking change and you could allow HTML file upload by setting the option to `['.*']` ([#8538 ](https://github.com/parse-community/parse-server/issues/8538 )) ([a318e7b ](a318e7bbaf ))
commit a318e7bbaf
Author: Manuel <5673677+mtrezza@users.noreply.github.com >
Date: Sun May 21 01:23:00 2023 +0200
feat: Add new Parse Server option `fileUpload.fileExtensions` to restrict file upload by file extension; this fixes a security vulnerability in which a phishing attack could be performed using an uploaded HTML file; by default the new option only allows file extensions matching the regex pattern `^[^hH][^tT][^mM][^lL]?$`, which excludes HTML files; if your app currently depends on uploading files with HTML file extensions then this may be a breaking change and you could allow HTML file upload by setting the option to `['.*']` (#8538 )
commit 832702dffd
Author: semantic-release-bot <semantic-release-bot@martynus.net >
Date: Mon May 1 21:50:23 2023 +0000
chore(release): 6.1.0 [skip ci]
# [6.1.0](https://github.com/parse-community/parse-server/compare/6.0.0...6.1.0 ) (2023-05-01)
### Bug Fixes
* LiveQuery can return incorrectly formatted date ([#8456 ](https://github.com/parse-community/parse-server/issues/8456 )) ([4ce135a ](4ce135a4fe ))
* Nested date is incorrectly decoded as empty object `{}` when fetching a Parse Object ([#8446 ](https://github.com/parse-community/parse-server/issues/8446 )) ([22d2446 ](22d2446dfe ))
* Parameters missing in `afterFind` trigger of authentication adapters ([#8458 ](https://github.com/parse-community/parse-server/issues/8458 )) ([ce34747 ](ce34747e8a ))
* Rate limiting across multiple servers via Redis not working ([#8469 ](https://github.com/parse-community/parse-server/issues/8469 )) ([d9e347d ](d9e347d741 ))
* Security upgrade jsonwebtoken to 9.0.0 ([#8420 ](https://github.com/parse-community/parse-server/issues/8420 )) ([f5bfe45 ](f5bfe4571e ))
### Features
* Add `afterFind` trigger to authentication adapters ([#8444 ](https://github.com/parse-community/parse-server/issues/8444 )) ([c793bb8 ](c793bb88e7 ))
* Add option `schemaCacheTtl` for schema cache pulling as alternative to `enableSchemaHooks` ([#8436 ](https://github.com/parse-community/parse-server/issues/8436 )) ([b3b76de ](b3b76de71b ))
* Add Parse Server option `resetPasswordSuccessOnInvalidEmail` to choose success or error response on password reset with invalid email ([#7551 ](https://github.com/parse-community/parse-server/issues/7551 )) ([e5d610e ](e5d610e5e4 ))
* Add rate limiting across multiple servers via Redis ([#8394 ](https://github.com/parse-community/parse-server/issues/8394 )) ([34833e4 ](34833e42ee ))
* Allow multiple origins for header `Access-Control-Allow-Origin` ([#8517 ](https://github.com/parse-community/parse-server/issues/8517 )) ([4f15539 ](4f15539ac2 ))
* Deprecate LiveQuery `fields` option in favor of `keys` for semantic consistency ([#8388 ](https://github.com/parse-community/parse-server/issues/8388 )) ([a49e323 ](a49e323d5a ))
* Export `AuthAdapter` to make it available for extension with custom authentication adapters ([#8443 ](https://github.com/parse-community/parse-server/issues/8443 )) ([40c1961 ](40c196153b ))
commit 18b63d1da7
Merge: f7eee19d f59d46c9
Author: Manuel <5673677+mtrezza@users.noreply.github.com >
Date: Mon May 1 23:49:22 2023 +0200
build: Release (#8526 )
2023-06-10 23:11:12 +02:00
semantic-release-bot
c8910abdaa
chore(release): 6.1.0-alpha.20 [skip ci]
...
# [6.1.0-alpha.20](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.19...6.1.0-alpha.20 ) (2023-06-09)
### Features
* Add zones for rate limiting by `ip`, `user`, `session`, `global` ([#8508 ](https://github.com/parse-community/parse-server/issues/8508 )) ([03fba97 ](03fba97e05 ))
2023-06-09 11:29:05 +00:00
semantic-release-bot
e2a7218f74
chore(release): 6.1.0-alpha.19 [skip ci]
...
# [6.1.0-alpha.19](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.18...6.1.0-alpha.19 ) (2023-06-08)
### Bug Fixes
* LiveQuery server is not shut down properly when `handleShutdown` is called ([#8491 ](https://github.com/parse-community/parse-server/issues/8491 )) ([967700b ](967700bdbc ))
2023-06-08 09:05:50 +00:00
semantic-release-bot
3ea1ace631
chore(release): 6.1.0-alpha.18 [skip ci]
...
# [6.1.0-alpha.18](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.17...6.1.0-alpha.18 ) (2023-06-08)
### Features
* Add support for `$eq` query constraint in LiveQuery ([#8614 ](https://github.com/parse-community/parse-server/issues/8614 )) ([656d673 ](656d673cf5 ))
2023-06-08 02:06:02 +00:00
semantic-release-bot
b01d4f0abb
chore(release): 6.1.0-alpha.17 [skip ci]
...
# [6.1.0-alpha.17](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.16...6.1.0-alpha.17 ) (2023-06-07)
### Features
* Add new Parse Server option `preventSignupWithUnverifiedEmail` to prevent returning a user without session token on sign-up with unverified email address ([#8451 ](https://github.com/parse-community/parse-server/issues/8451 )) ([82da308 ](82da30842a ))
2023-06-07 19:53:02 +00:00
semantic-release-bot
fc81b411e9
chore(release): 6.1.0-alpha.16 [skip ci]
...
# [6.1.0-alpha.16](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.15...6.1.0-alpha.16 ) (2023-05-28)
### Reverts
* fix: Inaccurate table total row count for PostgreSQL ([6722110 ](6722110f20 ))
2023-05-28 19:46:01 +00:00
semantic-release-bot
6c5f89a56b
chore(release): 6.1.0-alpha.15 [skip ci]
...
# [6.1.0-alpha.15](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.14...6.1.0-alpha.15 ) (2023-05-28)
### Bug Fixes
* Inaccurate table total row count for PostgreSQL ([#8511 ](https://github.com/parse-community/parse-server/issues/8511 )) ([0823a02 ](0823a02fbf ))
2023-05-28 11:59:52 +00:00
semantic-release-bot
bd39ac54f4
chore(release): 6.1.0-alpha.14 [skip ci]
...
# [6.1.0-alpha.14](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.13...6.1.0-alpha.14 ) (2023-05-27)
### Bug Fixes
* Unnecessary log entries by `extendSessionOnUse` ([#8562 ](https://github.com/parse-community/parse-server/issues/8562 )) ([fd6a007 ](fd6a0077f2 ))
### Features
* Allow `Parse.Object` pointers in Cloud Code arguments ([#8490 ](https://github.com/parse-community/parse-server/issues/8490 )) ([28aeda3 ](28aeda3f16 ))
2023-05-27 23:32:51 +00:00
semantic-release-bot
3030c7652e
chore(release): 6.1.0-alpha.13 [skip ci]
...
# [6.1.0-alpha.13](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.12...6.1.0-alpha.13 ) (2023-05-25)
### Bug Fixes
* Rate limit feature is incompatible with Node 14 ([#8578 ](https://github.com/parse-community/parse-server/issues/8578 )) ([f911f2c ](f911f2cd3a ))
2023-05-25 11:15:05 +00:00
semantic-release-bot
150627328f
chore(release): 6.2.0 [skip ci]
...
# [6.2.0](https://github.com/parse-community/parse-server/compare/6.1.0...6.2.0 ) (2023-05-20)
### Features
* Add new Parse Server option `fileUpload.fileExtensions` to restrict file upload by file extension; this fixes a security vulnerability in which a phishing attack could be performed using an uploaded HTML file; by default the new option only allows file extensions matching the regex pattern `^[^hH][^tT][^mM][^lL]?$`, which excludes HTML files; if your app currently depends on uploading files with HTML file extensions then this may be a breaking change and you could allow HTML file upload by setting the option to `['.*']` ([#8538 ](https://github.com/parse-community/parse-server/issues/8538 )) ([a318e7b ](a318e7bbaf ))
2023-05-20 23:24:03 +00:00
semantic-release-bot
ab301b6518
chore(release): 6.1.0-alpha.12 [skip ci]
...
# [6.1.0-alpha.12](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.11...6.1.0-alpha.12 ) (2023-05-19)
### Bug Fixes
* GridFS file storage doesn't work with certain `enableSchemaHooks` settings ([#8467 ](https://github.com/parse-community/parse-server/issues/8467 )) ([d4cda4b ](d4cda4b26c ))
2023-05-19 06:43:10 +00:00
semantic-release-bot
c78a5a6f10
chore(release): 6.1.0-alpha.11 [skip ci]
...
# [6.1.0-alpha.11](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.10...6.1.0-alpha.11 ) (2023-05-17)
### Features
* `extendSessionOnUse` to automatically renew Parse Sessions ([#8505 ](https://github.com/parse-community/parse-server/issues/8505 )) ([6f885d3 ](6f885d36b9 ))
2023-05-17 17:58:54 +00:00
semantic-release-bot
559b1de828
chore(release): 6.1.0-alpha.10 [skip ci]
...
# [6.1.0-alpha.10](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.9...6.1.0-alpha.10 ) (2023-05-12)
### Bug Fixes
* Cloud Code Trigger `afterSave` executes even if not set ([#8520 ](https://github.com/parse-community/parse-server/issues/8520 )) ([afd0515 ](afd0515e20 ))
2023-05-12 00:41:19 +00:00
semantic-release-bot
4187a973cc
chore(release): 6.1.0-alpha.9 [skip ci]
...
# [6.1.0-alpha.9](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.8...6.1.0-alpha.9 ) (2023-05-09)
### Features
* Add option to change the log level of logs emitted by Cloud Functions ([#8530 ](https://github.com/parse-community/parse-server/issues/8530 )) ([2caea31 ](2caea310be ))
2023-05-09 13:04:52 +00:00
semantic-release-bot
832702dffd
chore(release): 6.1.0 [skip ci]
...
# [6.1.0](https://github.com/parse-community/parse-server/compare/6.0.0...6.1.0 ) (2023-05-01)
### Bug Fixes
* LiveQuery can return incorrectly formatted date ([#8456 ](https://github.com/parse-community/parse-server/issues/8456 )) ([4ce135a ](4ce135a4fe ))
* Nested date is incorrectly decoded as empty object `{}` when fetching a Parse Object ([#8446 ](https://github.com/parse-community/parse-server/issues/8446 )) ([22d2446 ](22d2446dfe ))
* Parameters missing in `afterFind` trigger of authentication adapters ([#8458 ](https://github.com/parse-community/parse-server/issues/8458 )) ([ce34747 ](ce34747e8a ))
* Rate limiting across multiple servers via Redis not working ([#8469 ](https://github.com/parse-community/parse-server/issues/8469 )) ([d9e347d ](d9e347d741 ))
* Security upgrade jsonwebtoken to 9.0.0 ([#8420 ](https://github.com/parse-community/parse-server/issues/8420 )) ([f5bfe45 ](f5bfe4571e ))
### Features
* Add `afterFind` trigger to authentication adapters ([#8444 ](https://github.com/parse-community/parse-server/issues/8444 )) ([c793bb8 ](c793bb88e7 ))
* Add option `schemaCacheTtl` for schema cache pulling as alternative to `enableSchemaHooks` ([#8436 ](https://github.com/parse-community/parse-server/issues/8436 )) ([b3b76de ](b3b76de71b ))
* Add Parse Server option `resetPasswordSuccessOnInvalidEmail` to choose success or error response on password reset with invalid email ([#7551 ](https://github.com/parse-community/parse-server/issues/7551 )) ([e5d610e ](e5d610e5e4 ))
* Add rate limiting across multiple servers via Redis ([#8394 ](https://github.com/parse-community/parse-server/issues/8394 )) ([34833e4 ](34833e42ee ))
* Allow multiple origins for header `Access-Control-Allow-Origin` ([#8517 ](https://github.com/parse-community/parse-server/issues/8517 )) ([4f15539 ](4f15539ac2 ))
* Deprecate LiveQuery `fields` option in favor of `keys` for semantic consistency ([#8388 ](https://github.com/parse-community/parse-server/issues/8388 )) ([a49e323 ](a49e323d5a ))
* Export `AuthAdapter` to make it available for extension with custom authentication adapters ([#8443 ](https://github.com/parse-community/parse-server/issues/8443 )) ([40c1961 ](40c196153b ))
2023-05-01 21:50:23 +00:00
semantic-release-bot
f59d46c9e9
chore(release): 6.1.0-beta.2 [skip ci]
...
# [6.1.0-beta.2](https://github.com/parse-community/parse-server/compare/6.1.0-beta.1...6.1.0-beta.2 ) (2023-05-01)
### Bug Fixes
* LiveQuery can return incorrectly formatted date ([#8456 ](https://github.com/parse-community/parse-server/issues/8456 )) ([4ce135a ](4ce135a4fe ))
* Nested date is incorrectly decoded as empty object `{}` when fetching a Parse Object ([#8446 ](https://github.com/parse-community/parse-server/issues/8446 )) ([22d2446 ](22d2446dfe ))
* Parameters missing in `afterFind` trigger of authentication adapters ([#8458 ](https://github.com/parse-community/parse-server/issues/8458 )) ([ce34747 ](ce34747e8a ))
* Rate limiting across multiple servers via Redis not working ([#8469 ](https://github.com/parse-community/parse-server/issues/8469 )) ([d9e347d ](d9e347d741 ))
### Features
* Add `afterFind` trigger to authentication adapters ([#8444 ](https://github.com/parse-community/parse-server/issues/8444 )) ([c793bb8 ](c793bb88e7 ))
* Add rate limiting across multiple servers via Redis ([#8394 ](https://github.com/parse-community/parse-server/issues/8394 )) ([34833e4 ](34833e42ee ))
* Allow multiple origins for header `Access-Control-Allow-Origin` ([#8517 ](https://github.com/parse-community/parse-server/issues/8517 )) ([4f15539 ](4f15539ac2 ))
* Export `AuthAdapter` to make it available for extension with custom authentication adapters ([#8443 ](https://github.com/parse-community/parse-server/issues/8443 )) ([40c1961 ](40c196153b ))
2023-05-01 21:36:01 +00:00
semantic-release-bot
2f53c80298
chore(release): 6.1.0-alpha.8 [skip ci]
...
# [6.1.0-alpha.8](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.7...6.1.0-alpha.8 ) (2023-05-01)
### Features
* Allow multiple origins for header `Access-Control-Allow-Origin` ([#8517 ](https://github.com/parse-community/parse-server/issues/8517 )) ([4f15539 ](4f15539ac2 ))
2023-05-01 20:26:26 +00:00
semantic-release-bot
cf1b59e97b
chore(release): 6.1.0-alpha.7 [skip ci]
...
# [6.1.0-alpha.7](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.6...6.1.0-alpha.7 ) (2023-03-10)
### Bug Fixes
* Rate limiting across multiple servers via Redis not working ([#8469 ](https://github.com/parse-community/parse-server/issues/8469 )) ([d9e347d ](d9e347d741 ))
2023-03-10 16:44:46 +00:00
semantic-release-bot
c4ce59cbd1
chore(release): 6.1.0-alpha.6 [skip ci]
...
# [6.1.0-alpha.6](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.5...6.1.0-alpha.6 ) (2023-03-06)
### Features
* Add rate limiting across multiple servers via Redis ([#8394 ](https://github.com/parse-community/parse-server/issues/8394 )) ([34833e4 ](34833e42ee ))
2023-03-06 16:44:46 +00:00
semantic-release-bot
0f1979f814
chore(release): 6.1.0-alpha.5 [skip ci]
...
# [6.1.0-alpha.5](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.4...6.1.0-alpha.5 ) (2023-03-06)
### Bug Fixes
* LiveQuery can return incorrectly formatted date ([#8456 ](https://github.com/parse-community/parse-server/issues/8456 )) ([4ce135a ](4ce135a4fe ))
2023-03-06 10:27:30 +00:00
semantic-release-bot
6613872ce2
chore(release): 6.1.0-alpha.4 [skip ci]
...
# [6.1.0-alpha.4](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.3...6.1.0-alpha.4 ) (2023-03-06)
### Bug Fixes
* Parameters missing in `afterFind` trigger of authentication adapters ([#8458 ](https://github.com/parse-community/parse-server/issues/8458 )) ([ce34747 ](ce34747e8a ))
2023-03-06 02:19:01 +00:00
semantic-release-bot
d05cfcdb95
chore(release): 6.1.0-alpha.3 [skip ci]
...
# [6.1.0-alpha.3](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.2...6.1.0-alpha.3 ) (2023-03-06)
### Features
* Add `afterFind` trigger to authentication adapters ([#8444 ](https://github.com/parse-community/parse-server/issues/8444 )) ([c793bb8 ](c793bb88e7 ))
2023-03-06 00:36:40 +00:00
semantic-release-bot
94d558edbb
chore(release): 6.1.0-alpha.2 [skip ci]
...
# [6.1.0-alpha.2](https://github.com/parse-community/parse-server/compare/6.1.0-alpha.1...6.1.0-alpha.2 ) (2023-03-05)
### Bug Fixes
* Nested date is incorrectly decoded as empty object `{}` when fetching a Parse Object ([#8446 ](https://github.com/parse-community/parse-server/issues/8446 )) ([22d2446 ](22d2446dfe ))
2023-03-05 00:23:27 +00:00
semantic-release-bot
3f5b2900a6
chore(release): 6.1.0-alpha.1 [skip ci]
...
# [6.1.0-alpha.1](https://github.com/parse-community/parse-server/compare/6.0.0...6.1.0-alpha.1 ) (2023-03-03)
### Bug Fixes
* Security upgrade jsonwebtoken to 9.0.0 ([#8420 ](https://github.com/parse-community/parse-server/issues/8420 )) ([f5bfe45 ](f5bfe4571e ))
### Features
* Add option `schemaCacheTtl` for schema cache pulling as alternative to `enableSchemaHooks` ([#8436 ](https://github.com/parse-community/parse-server/issues/8436 )) ([b3b76de ](b3b76de71b ))
* Add Parse Server option `resetPasswordSuccessOnInvalidEmail` to choose success or error response on password reset with invalid email ([#7551 ](https://github.com/parse-community/parse-server/issues/7551 )) ([e5d610e ](e5d610e5e4 ))
* Deprecate LiveQuery `fields` option in favor of `keys` for semantic consistency ([#8388 ](https://github.com/parse-community/parse-server/issues/8388 )) ([a49e323 ](a49e323d5a ))
* Export `AuthAdapter` to make it available for extension with custom authentication adapters ([#8443 ](https://github.com/parse-community/parse-server/issues/8443 )) ([40c1961 ](40c196153b ))
2023-03-03 16:52:51 +00:00
semantic-release-bot
656bca6132
chore(release): 6.1.0-beta.1 [skip ci]
...
# [6.1.0-beta.1](https://github.com/parse-community/parse-server/compare/6.0.0...6.1.0-beta.1 ) (2023-03-02)
### Bug Fixes
* Security upgrade jsonwebtoken to 9.0.0 ([#8420 ](https://github.com/parse-community/parse-server/issues/8420 )) ([f5bfe45 ](f5bfe4571e ))
### Features
* Add option `schemaCacheTtl` for schema cache pulling as alternative to `enableSchemaHooks` ([#8436 ](https://github.com/parse-community/parse-server/issues/8436 )) ([b3b76de ](b3b76de71b ))
* Add Parse Server option `resetPasswordSuccessOnInvalidEmail` to choose success or error response on password reset with invalid email ([#7551 ](https://github.com/parse-community/parse-server/issues/7551 )) ([e5d610e ](e5d610e5e4 ))
* Deprecate LiveQuery `fields` option in favor of `keys` for semantic consistency ([#8388 ](https://github.com/parse-community/parse-server/issues/8388 )) ([a49e323 ](a49e323d5a ))
2023-03-02 10:54:13 +00:00
Manuel Trezza
33358a6234
Merge branch 'beta' into build
2023-03-02 11:37:47 +01:00
semantic-release-bot
e9ab6b055d
chore(release): 6.0.0-alpha.35 [skip ci]
...
# [6.0.0-alpha.35](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.34...6.0.0-alpha.35 ) (2023-02-27)
### Features
* Add option `schemaCacheTtl` for schema cache pulling as alternative to `enableSchemaHooks` ([#8436 ](https://github.com/parse-community/parse-server/issues/8436 )) ([b3b76de ](b3b76de71b ))
2023-02-27 00:56:49 +00:00
semantic-release-bot
bdca9f4ce3
chore(release): 6.0.0-alpha.34 [skip ci]
...
# [6.0.0-alpha.34](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.33...6.0.0-alpha.34 ) (2023-02-24)
### Features
* Add Parse Server option `resetPasswordSuccessOnInvalidEmail` to choose success or error response on password reset with invalid email ([#7551 ](https://github.com/parse-community/parse-server/issues/7551 )) ([e5d610e ](e5d610e5e4 ))
2023-02-24 19:32:10 +00:00
semantic-release-bot
5477848518
chore(release): 6.0.0-alpha.33 [skip ci]
...
# [6.0.0-alpha.33](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.32...6.0.0-alpha.33 ) (2023-02-17)
### Features
* Deprecate LiveQuery `fields` option in favor of `keys` for semantic consistency ([#8388 ](https://github.com/parse-community/parse-server/issues/8388 )) ([a49e323 ](a49e323d5a ))
2023-02-17 12:25:43 +00:00
semantic-release-bot
e76123b482
chore(release): 6.0.0-alpha.32 [skip ci]
...
# [6.0.0-alpha.32](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.31...6.0.0-alpha.32 ) (2023-02-07)
### Bug Fixes
* Security upgrade jsonwebtoken to 9.0.0 ([#8420 ](https://github.com/parse-community/parse-server/issues/8420 )) ([f5bfe45 ](f5bfe4571e ))
2023-02-07 11:46:57 +00:00
semantic-release-bot
8414ad3f32
chore(release): 6.0.0-alpha.31 [skip ci]
...
# [6.0.0-alpha.31](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.30...6.0.0-alpha.31 ) (2023-01-31)
### Bug Fixes
* Parse Server option `requestKeywordDenylist` can be bypassed via Cloud Code Webhooks or Triggers; fixes security vulnerability [GHSA-xprv-wvh7-qqqx](https://github.com/parse-community/parse-server/security/advisories/GHSA-xprv-wvh7-qqqx ) ([#8302 ](https://github.com/parse-community/parse-server/issues/8302 )) ([6728da1 ](6728da1e35 ))
* Prototype pollution via Cloud Code Webhooks; fixes security vulnerability [GHSA-93vw-8fm5-p2jf](https://github.com/parse-community/parse-server/security/advisories/GHSA-93vw-8fm5-p2jf ) ([#8305 ](https://github.com/parse-community/parse-server/issues/8305 )) ([60c5a73 ](60c5a73d25 ))
* Remote code execution via MongoDB BSON parser through prototype pollution; fixes security vulnerability [GHSA-prm5-8g2m-24gg](https://github.com/parse-community/parse-server/security/advisories/GHSA-prm5-8g2m-24gg ) ([#8295 ](https://github.com/parse-community/parse-server/issues/8295 )) ([50eed3c ](50eed3cffe ))
2023-01-31 15:37:19 +00:00
semantic-release-bot
f7eee19dba
chore(release): 6.0.0 [skip ci]
...
# [6.0.0](https://github.com/parse-community/parse-server/compare/5.4.0...6.0.0 ) (2023-01-31)
### Bug Fixes
* `ParseServer.verifyServerUrl` may fail if server response headers are missing; remove unnecessary logging ([#8391 ](https://github.com/parse-community/parse-server/issues/8391 )) ([1c37a7c ](1c37a7cd07 ))
* Cloud Code trigger `beforeSave` does not work with `Parse.Role` ([#8320 ](https://github.com/parse-community/parse-server/issues/8320 )) ([f29d972 ](f29d9720e9 ))
* ES6 modules do not await the import of Cloud Code files ([#8368 ](https://github.com/parse-community/parse-server/issues/8368 )) ([a7bd180 ](a7bd180cdd ))
* Nested objects are encoded incorrectly for MongoDB ([#8209 ](https://github.com/parse-community/parse-server/issues/8209 )) ([1412666 ](1412666f75 ))
* Parse Server option `masterKeyIps` does not include localhost by default for IPv6 ([#8322 ](https://github.com/parse-community/parse-server/issues/8322 )) ([ab82635 ](ab82635b0d ))
* Rate limiter may reject requests that contain a session token ([#8399 ](https://github.com/parse-community/parse-server/issues/8399 )) ([c114dc8 ](c114dc8831 ))
* Remove Node 12 and Node 17 support ([#8279 ](https://github.com/parse-community/parse-server/issues/8279 )) ([2546cc8 ](2546cc8572 ))
* Schema without class level permissions may cause error ([#8409 ](https://github.com/parse-community/parse-server/issues/8409 )) ([aa2cd51 ](aa2cd51b70 ))
* 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](https://github.com/parse-community/parse-server/security/advisories/GHSA-vm5r-c87r-pf6x ) ([#8372 ](https://github.com/parse-community/parse-server/issues/8372 )) ([892040d ](892040dc2f ))
* Throwing error in Cloud Code Triggers `afterLogin`, `afterLogout` crashes server ([#8280 ](https://github.com/parse-community/parse-server/issues/8280 )) ([130d290 ](130d29074e ))
### Features
* 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 the `maintenanceKey` for routine operations in a production environment; see [access scopes](https://github.com/parse-community/parse-server#access-scopes ) ([#8212 ](https://github.com/parse-community/parse-server/issues/8212 )) ([f3bcc93 ](f3bcc9365c ))
* Adapt `verifyServerUrl` for new asynchronous Parse Server start-up states ([#8366 ](https://github.com/parse-community/parse-server/issues/8366 )) ([ffa4974 ](ffa4974158 ))
* Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([#8028 ](https://github.com/parse-community/parse-server/issues/8028 )) ([fc92faa ](fc92faac75 ))
* Add Node 19 support ([#8363 ](https://github.com/parse-community/parse-server/issues/8363 )) ([a4990dc ](a4990dcd29 ))
* Add option to change the log level of the logs emitted by triggers ([#8328 ](https://github.com/parse-community/parse-server/issues/8328 )) ([8f3b694 ](8f3b694e39 ))
* Add request rate limiter based on IP address ([#8174 ](https://github.com/parse-community/parse-server/issues/8174 )) ([6c79f6a ](6c79f6a69e ))
* Asynchronous initialization of Parse Server ([#8232 ](https://github.com/parse-community/parse-server/issues/8232 )) ([99fcf45 ](99fcf45e55 ))
* Improve authentication adapter interface to support multi-factor authentication (MFA), authentication challenges, and provide a more powerful interface for writing custom authentication adapters ([#8156 ](https://github.com/parse-community/parse-server/issues/8156 )) ([5bbf9ca ](5bbf9cade9 ))
* Reduce Docker image size by improving stages ([#8359 ](https://github.com/parse-community/parse-server/issues/8359 )) ([40810b4 ](40810b48eb ))
* Remove deprecation `DEPPS1`: Native MongoDB syntax in aggregation pipeline ([#8362 ](https://github.com/parse-community/parse-server/issues/8362 )) ([d0d30c4 ](d0d30c4f13 ))
* Remove deprecation `DEPPS2`: Config option `directAccess` defaults to true ([#8284 ](https://github.com/parse-community/parse-server/issues/8284 )) ([f535ee6 ](f535ee6ec2 ))
* Remove deprecation `DEPPS3`: Config option `enforcePrivateUsers` defaults to `true` ([#8283 ](https://github.com/parse-community/parse-server/issues/8283 )) ([ed499e3 ](ed499e32a2 ))
* Remove deprecation `DEPPS4`: Remove convenience method for http request `Parse.Cloud.httpRequest` ([#8287 ](https://github.com/parse-community/parse-server/issues/8287 )) ([2d79c08 ](2d79c0835b ))
* Remove support for MongoDB 4.0 ([#8292 ](https://github.com/parse-community/parse-server/issues/8292 )) ([37245f6 ](37245f62ce ))
* Restrict use of `masterKey` to localhost by default ([#8281 ](https://github.com/parse-community/parse-server/issues/8281 )) ([6c16021 ](6c16021a1f ))
* Upgrade Node Package Manager lock file `package-lock.json` to version 2 ([#8285 ](https://github.com/parse-community/parse-server/issues/8285 )) ([ee72467 ](ee7246733d ))
* Upgrade Redis 3 to 4 ([#8293 ](https://github.com/parse-community/parse-server/issues/8293 )) ([7d622f0 ](7d622f06a4 ))
* Upgrade Redis 3 to 4 for LiveQuery ([#8333 ](https://github.com/parse-community/parse-server/issues/8333 )) ([b2761fb ](b2761fb378 ))
* Upgrade to Parse JavaScript SDK 4 ([#8332 ](https://github.com/parse-community/parse-server/issues/8332 )) ([9092874 ](9092874a9a ))
* Write log entry when request with master key is rejected as outside of `masterKeyIps` ([#8350 ](https://github.com/parse-community/parse-server/issues/8350 )) ([e22b73d ](e22b73d4b7 ))
### BREAKING CHANGES
* 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 ](40810b4 ))
* Fields in the internal scope of Parse Server (prefixed with underscore `_`) are only returned using the new `maintenanceKey`; previously the `masterKey` allowed reading of internal fields; see [access scopes](https://github.com/parse-community/parse-server#access-scopes ) for a comparison of the keys' access permissions (#8212 ) ([f3bcc93 ](f3bcc93 ))
* The method `ParseServer.verifyServerUrl` now returns a promise instead of a callback. ([ffa4974 ](ffa4974 ))
* 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 of `objectId` (#8362 ) ([d0d30c4 ](d0d30c4 ))
* 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](https://expressjs.com/en/guide/behind-proxies.html ) setting (#8372 ) ([892040d ](892040d ))
* 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 ](ee72467 ))
* 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](https://github.com/parse-community/parse-server/blob/alpha/6.0.0.md ) for more details (#8232 ) ([99fcf45 ](99fcf45 ))
* 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 representation `2020-01-01T00:00:00.000Z` (#8209 ) ([1412666 ](1412666 ))
* The Parse Server option `enforcePrivateUsers` is set to `true` by default; in previous releases this option defaults to `false`; this change improves the default security configuration of Parse Server (#8283 ) ([ed499e3 ](ed499e3 ))
* 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 ](6c16021 ))
* 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](https://github.com/redis/node-redis/blob/redis%404.0.0/docs/v3-to-v4.md ) for more details (#8293 ) ([7d622f0 ](7d622f0 ))
* 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 ](37245f6 ))
* 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 with `process.on('unhandledRejection', ...)` ([130d290 ](130d290 ))
* Config option `directAccess` defaults to true; set this to `false` 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 the `serverURL`. ([f535ee6 ](f535ee6 ))
* The convenience method for HTTP requests `Parse.Cloud.httpRequest` is removed; use your preferred 3rd party library for making HTTP requests ([2d79c08 ](2d79c08 ))
* This release removes Node 12 and Node 17 support ([2546cc8 ](2546cc8 ))
2023-01-31 03:36:12 +00:00
semantic-release-bot
301459d216
chore(release): 6.0.0-beta.1 [skip ci]
...
# [6.0.0-beta.1](https://github.com/parse-community/parse-server/compare/5.4.0...6.0.0-beta.1 ) (2023-01-31)
### Bug Fixes
* `ParseServer.verifyServerUrl` may fail if server response headers are missing; remove unnecessary logging ([#8391 ](https://github.com/parse-community/parse-server/issues/8391 )) ([1c37a7c ](1c37a7cd07 ))
* Cloud Code trigger `beforeSave` does not work with `Parse.Role` ([#8320 ](https://github.com/parse-community/parse-server/issues/8320 )) ([f29d972 ](f29d9720e9 ))
* ES6 modules do not await the import of Cloud Code files ([#8368 ](https://github.com/parse-community/parse-server/issues/8368 )) ([a7bd180 ](a7bd180cdd ))
* Nested objects are encoded incorrectly for MongoDB ([#8209 ](https://github.com/parse-community/parse-server/issues/8209 )) ([1412666 ](1412666f75 ))
* Parse Server option `masterKeyIps` does not include localhost by default for IPv6 ([#8322 ](https://github.com/parse-community/parse-server/issues/8322 )) ([ab82635 ](ab82635b0d ))
* Rate limiter may reject requests that contain a session token ([#8399 ](https://github.com/parse-community/parse-server/issues/8399 )) ([c114dc8 ](c114dc8831 ))
* Remove Node 12 and Node 17 support ([#8279 ](https://github.com/parse-community/parse-server/issues/8279 )) ([2546cc8 ](2546cc8572 ))
* Schema without class level permissions may cause error ([#8409 ](https://github.com/parse-community/parse-server/issues/8409 )) ([aa2cd51 ](aa2cd51b70 ))
* 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](https://github.com/parse-community/parse-server/security/advisories/GHSA-vm5r-c87r-pf6x ) ([#8372 ](https://github.com/parse-community/parse-server/issues/8372 )) ([892040d ](892040dc2f ))
* Throwing error in Cloud Code Triggers `afterLogin`, `afterLogout` crashes server ([#8280 ](https://github.com/parse-community/parse-server/issues/8280 )) ([130d290 ](130d29074e ))
### Features
* 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 the `maintenanceKey` for routine operations in a production environment; see [access scopes](https://github.com/parse-community/parse-server#access-scopes ) ([#8212 ](https://github.com/parse-community/parse-server/issues/8212 )) ([f3bcc93 ](f3bcc9365c ))
* Adapt `verifyServerUrl` for new asynchronous Parse Server start-up states ([#8366 ](https://github.com/parse-community/parse-server/issues/8366 )) ([ffa4974 ](ffa4974158 ))
* Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([#8028 ](https://github.com/parse-community/parse-server/issues/8028 )) ([fc92faa ](fc92faac75 ))
* Add Node 19 support ([#8363 ](https://github.com/parse-community/parse-server/issues/8363 )) ([a4990dc ](a4990dcd29 ))
* Add option to change the log level of the logs emitted by triggers ([#8328 ](https://github.com/parse-community/parse-server/issues/8328 )) ([8f3b694 ](8f3b694e39 ))
* Add request rate limiter based on IP address ([#8174 ](https://github.com/parse-community/parse-server/issues/8174 )) ([6c79f6a ](6c79f6a69e ))
* Asynchronous initialization of Parse Server ([#8232 ](https://github.com/parse-community/parse-server/issues/8232 )) ([99fcf45 ](99fcf45e55 ))
* Improve authentication adapter interface to support multi-factor authentication (MFA), authentication challenges, and provide a more powerful interface for writing custom authentication adapters ([#8156 ](https://github.com/parse-community/parse-server/issues/8156 )) ([5bbf9ca ](5bbf9cade9 ))
* Reduce Docker image size by improving stages ([#8359 ](https://github.com/parse-community/parse-server/issues/8359 )) ([40810b4 ](40810b48eb ))
* Remove deprecation `DEPPS1`: Native MongoDB syntax in aggregation pipeline ([#8362 ](https://github.com/parse-community/parse-server/issues/8362 )) ([d0d30c4 ](d0d30c4f13 ))
* Remove deprecation `DEPPS2`: Config option `directAccess` defaults to true ([#8284 ](https://github.com/parse-community/parse-server/issues/8284 )) ([f535ee6 ](f535ee6ec2 ))
* Remove deprecation `DEPPS3`: Config option `enforcePrivateUsers` defaults to `true` ([#8283 ](https://github.com/parse-community/parse-server/issues/8283 )) ([ed499e3 ](ed499e32a2 ))
* Remove deprecation `DEPPS4`: Remove convenience method for http request `Parse.Cloud.httpRequest` ([#8287 ](https://github.com/parse-community/parse-server/issues/8287 )) ([2d79c08 ](2d79c0835b ))
* Remove support for MongoDB 4.0 ([#8292 ](https://github.com/parse-community/parse-server/issues/8292 )) ([37245f6 ](37245f62ce ))
* Restrict use of `masterKey` to localhost by default ([#8281 ](https://github.com/parse-community/parse-server/issues/8281 )) ([6c16021 ](6c16021a1f ))
* Upgrade Node Package Manager lock file `package-lock.json` to version 2 ([#8285 ](https://github.com/parse-community/parse-server/issues/8285 )) ([ee72467 ](ee7246733d ))
* Upgrade Redis 3 to 4 ([#8293 ](https://github.com/parse-community/parse-server/issues/8293 )) ([7d622f0 ](7d622f06a4 ))
* Upgrade Redis 3 to 4 for LiveQuery ([#8333 ](https://github.com/parse-community/parse-server/issues/8333 )) ([b2761fb ](b2761fb378 ))
* Upgrade to Parse JavaScript SDK 4 ([#8332 ](https://github.com/parse-community/parse-server/issues/8332 )) ([9092874 ](9092874a9a ))
* Write log entry when request with master key is rejected as outside of `masterKeyIps` ([#8350 ](https://github.com/parse-community/parse-server/issues/8350 )) ([e22b73d ](e22b73d4b7 ))
### BREAKING CHANGES
* 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 ](40810b4 ))
* Fields in the internal scope of Parse Server (prefixed with underscore `_`) are only returned using the new `maintenanceKey`; previously the `masterKey` allowed reading of internal fields; see [access scopes](https://github.com/parse-community/parse-server#access-scopes ) for a comparison of the keys' access permissions (#8212 ) ([f3bcc93 ](f3bcc93 ))
* The method `ParseServer.verifyServerUrl` now returns a promise instead of a callback. ([ffa4974 ](ffa4974 ))
* 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 of `objectId` (#8362 ) ([d0d30c4 ](d0d30c4 ))
* 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](https://expressjs.com/en/guide/behind-proxies.html ) setting (#8372 ) ([892040d ](892040d ))
* 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 ](ee72467 ))
* 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](https://github.com/parse-community/parse-server/blob/alpha/6.0.0.md ) for more details (#8232 ) ([99fcf45 ](99fcf45 ))
* 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 representation `2020-01-01T00:00:00.000Z` (#8209 ) ([1412666 ](1412666 ))
* The Parse Server option `enforcePrivateUsers` is set to `true` by default; in previous releases this option defaults to `false`; this change improves the default security configuration of Parse Server (#8283 ) ([ed499e3 ](ed499e3 ))
* 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 ](6c16021 ))
* 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](https://github.com/redis/node-redis/blob/redis%404.0.0/docs/v3-to-v4.md ) for more details (#8293 ) ([7d622f0 ](7d622f0 ))
* 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 ](37245f6 ))
* 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 with `process.on('unhandledRejection', ...)` ([130d290 ](130d290 ))
* Config option `directAccess` defaults to true; set this to `false` 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 the `serverURL`. ([f535ee6 ](f535ee6 ))
* The convenience method for HTTP requests `Parse.Cloud.httpRequest` is removed; use your preferred 3rd party library for making HTTP requests ([2d79c08 ](2d79c08 ))
* This release removes Node 12 and Node 17 support ([2546cc8 ](2546cc8 ))
2023-01-31 03:18:06 +00:00
Manuel Trezza
39a074fd0e
Merge branch 'beta' into build-release-beta
...
* beta:
docs: remove "skip release" entries from changelog
chore(release): 5.4.0 [skip ci]
refactor: Prototype pollution via Cloud Code Webhooks; fixes security vulnerability [GHSA-93vw-8fm5-p2jf](https://github.com/parse-community/parse-server/security/advisories/GHSA-93vw-8fm5-p2jf ) (#8307 )
chore(release): 5.3.3 [skip ci]
fix: Prototype pollution via Cloud Code Webhooks; fixes security vulnerability [GHSA-93vw-8fm5-p2jf](https://github.com/parse-community/parse-server/security/advisories/GHSA-93vw-8fm5-p2jf ) (#8305 )
chore(release): 5.3.2 [skip ci]
refactor: Parse Server option `requestKeywordDenylist` can be bypassed via Cloud Code Webhooks or Triggers; fixes security vulnerability [GHSA-xprv-wvh7-qqqx](https://github.com/parse-community/parse-server/security/advisories/GHSA-xprv-wvh7-qqqx ) (#8303 )
fix: Parse Server option `requestKeywordDenylist` can be bypassed via Cloud Code Webhooks or Triggers; fixes security vulnerability [GHSA-xprv-wvh7-qqqx](https://github.com/parse-community/parse-server/security/advisories/GHSA-xprv-wvh7-qqqx ) (#8302 )
refactor: Remote code execution via MongoDB BSON parser through prototype pollution; fixes security vulnerability [GHSA-prm5-8g2m-24gg](https://github.com/parse-community/parse-server/security/advisories/GHSA-prm5-8g2m-24gg ) (#8298 )
chore(release): 5.3.1 [skip ci]
fix: Remote code execution via MongoDB BSON parser through prototype pollution; fixes security vulnerability [GHSA-prm5-8g2m-24gg](https://github.com/parse-community/parse-server/security/advisories/GHSA-prm5-8g2m-24gg ) (#8295 )
2023-01-31 04:11:52 +01:00
semantic-release-bot
8b97988f0d
chore(release): 6.0.0-alpha.30 [skip ci]
...
# [6.0.0-alpha.30](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.29...6.0.0-alpha.30 ) (2023-01-27)
### Bug Fixes
* Schema without class level permissions may cause error ([#8409 ](https://github.com/parse-community/parse-server/issues/8409 )) ([aa2cd51 ](aa2cd51b70 ))
2023-01-27 16:59:14 +00:00
semantic-release-bot
fe2b5e4b7c
chore(release): 6.0.0-alpha.29 [skip ci]
...
# [6.0.0-alpha.29](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.28...6.0.0-alpha.29 ) (2023-01-26)
### Features
* Upgrade to Parse JavaScript SDK 4 ([#8332 ](https://github.com/parse-community/parse-server/issues/8332 )) ([9092874 ](9092874a9a ))
2023-01-26 09:50:08 +00:00
semantic-release-bot
8adc054592
chore(release): 6.0.0-alpha.28 [skip ci]
...
# [6.0.0-alpha.28](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.27...6.0.0-alpha.28 ) (2023-01-25)
### Bug Fixes
* Rate limiter may reject requests that contain a session token ([#8399 ](https://github.com/parse-community/parse-server/issues/8399 )) ([c114dc8 ](c114dc8831 ))
2023-01-25 13:36:46 +00:00
semantic-release-bot
f7f5e7e203
chore(release): 6.0.0-alpha.27 [skip ci]
...
# [6.0.0-alpha.27](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.26...6.0.0-alpha.27 ) (2023-01-23)
### Bug Fixes
* `ParseServer.verifyServerUrl` may fail if server response headers are missing; remove unnecessary logging ([#8391 ](https://github.com/parse-community/parse-server/issues/8391 )) ([1c37a7c ](1c37a7cd07 ))
2023-01-23 19:41:07 +00:00
semantic-release-bot
5a35e6ff0d
chore(release): 6.0.0-alpha.26 [skip ci]
...
# [6.0.0-alpha.26](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.25...6.0.0-alpha.26 ) (2023-01-20)
### Bug Fixes
* ES6 modules do not await the import of Cloud Code files ([#8368 ](https://github.com/parse-community/parse-server/issues/8368 )) ([a7bd180 ](a7bd180cdd ))
2023-01-20 15:41:26 +00:00
semantic-release-bot
eb0311b570
chore(release): 6.0.0-alpha.25 [skip ci]
...
# [6.0.0-alpha.25](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.24...6.0.0-alpha.25 ) (2023-01-16)
### Features
* Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([#8028 ](https://github.com/parse-community/parse-server/issues/8028 )) ([fc92faa ](fc92faac75 ))
2023-01-16 11:33:27 +00:00
semantic-release-bot
62b3426b14
chore(release): 6.0.0-alpha.24 [skip ci]
...
# [6.0.0-alpha.24](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.23...6.0.0-alpha.24 ) (2023-01-09)
### Features
* Reduce Docker image size by improving stages ([#8359 ](https://github.com/parse-community/parse-server/issues/8359 )) ([40810b4 ](40810b48eb ))
### BREAKING CHANGES
* 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 ](40810b4 ))
2023-01-09 18:27:16 +00:00