semantic-release-bot
dd45eb2a11
chore(release): 6.0.0-alpha.9 [skip ci]
...
# [6.0.0-alpha.9](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.8...6.0.0-alpha.9 ) (2022-11-16)
### Features
* Remove deprecation `DEPPS3`: Config option `enforcePrivateUsers` defaults to `true` ([#8283 ](https://github.com/parse-community/parse-server/issues/8283 )) ([ed499e3 ](ed499e32a2 ))
### BREAKING CHANGES
* 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 ))
2022-11-16 22:01:42 +00:00
dblythy
ed499e32a2
feat: Remove deprecation DEPPS3: Config option enforcePrivateUsers defaults to true ( #8283 )
...
BREAKING CHANGE: 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 )
2022-11-16 22:59:44 +01:00
semantic-release-bot
6e66b20e28
chore(release): 6.0.0-alpha.8 [skip ci]
...
# [6.0.0-alpha.8](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.7...6.0.0-alpha.8 ) (2022-11-11)
### Features
* Restrict use of `masterKey` to localhost by default ([#8281 ](https://github.com/parse-community/parse-server/issues/8281 )) ([6c16021 ](6c16021a1f ))
### BREAKING CHANGES
* 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 ))
2022-11-11 02:27:01 +00:00
dblythy
6c16021a1f
feat: Restrict use of masterKey to localhost by default ( #8281 )
...
BREAKING CHANGE: 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 )
2022-11-11 03:24:48 +01:00
semantic-release-bot
7336afc562
chore(release): 6.0.0-alpha.7 [skip ci]
...
# [6.0.0-alpha.7](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.6...6.0.0-alpha.7 ) (2022-11-11)
### Features
* Upgrade Redis 3 to 4 ([#8293 ](https://github.com/parse-community/parse-server/issues/8293 )) ([7d622f0 ](7d622f06a4 ))
### BREAKING CHANGES
* 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 ))
2022-11-11 00:18:30 +00:00
dblythy
7d622f06a4
feat: Upgrade Redis 3 to 4 ( #8293 )
...
BREAKING CHANGE: 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 )
2022-11-11 01:16:50 +01:00
Manuel
9af9115f9d
ci: Bump CI environments ( #8312 )
2022-11-11 00:13:36 +01:00
semantic-release-bot
c8227cd140
chore(release): 6.0.0-alpha.6 [skip ci]
...
# [6.0.0-alpha.6](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.5...6.0.0-alpha.6 ) (2022-11-10)
### Features
* Remove support for MongoDB 4.0 ([#8292 ](https://github.com/parse-community/parse-server/issues/8292 )) ([37245f6 ](37245f62ce ))
### BREAKING CHANGES
* 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 ))
2022-11-10 22:34:03 +00:00
dblythy
37245f62ce
feat: Remove support for MongoDB 4.0 ( #8292 )
...
BREAKING CHANGE: 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
2022-11-10 22:21:11 +01:00
Manuel
ccb14970cb
docs: Update Node badge in README ( #8311 )
2022-11-10 22:05:16 +01:00
semantic-release-bot
ebea057e5b
chore(release): 6.0.0-alpha.5 [skip ci]
...
# [6.0.0-alpha.5](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.4...6.0.0-alpha.5 ) (2022-11-10)
### Bug Fixes
* Throwing error in Cloud Code Triggers `afterLogin`, `afterLogout` crashes server ([#8280 ](https://github.com/parse-community/parse-server/issues/8280 )) ([130d290 ](130d29074e ))
### BREAKING CHANGES
* 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 ))
2022-11-10 21:02:40 +00:00
dblythy
130d29074e
fix: Throwing error in Cloud Code Triggers afterLogin, afterLogout crashes server ( #8280 )
...
BREAKING CHANGE: 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', ...)`
2022-11-10 22:00:40 +01:00
semantic-release-bot
9d3c1c6918
chore(release): 6.0.0-alpha.4 [skip ci]
...
# [6.0.0-alpha.4](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.3...6.0.0-alpha.4 ) (2022-11-10)
### Features
* Remove deprecation `DEPPS2`: Config option `directAccess` defaults to true ([#8284 ](https://github.com/parse-community/parse-server/issues/8284 )) ([f535ee6 ](f535ee6ec2 ))
### BREAKING CHANGES
* 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 ))
2022-11-10 19:33:14 +00:00
dblythy
f535ee6ec2
feat: Remove deprecation DEPPS2: Config option directAccess defaults to true ( #8284 )
...
BREAKING CHANGE: 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`.
2022-11-10 20:31:07 +01:00
semantic-release-bot
2054a88f19
chore(release): 6.0.0-alpha.3 [skip ci]
...
# [6.0.0-alpha.3](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.2...6.0.0-alpha.3 ) (2022-11-10)
### Features
* Remove deprecation `DEPPS4`: Remove convenience method for http request `Parse.Cloud.httpRequest` ([#8287 ](https://github.com/parse-community/parse-server/issues/8287 )) ([2d79c08 ](2d79c0835b ))
### BREAKING CHANGES
* The convenience method for HTTP requests `Parse.Cloud.httpRequest` is removed; use your preferred 3rd party library for making HTTP requests ([2d79c08 ](2d79c08 ))
2022-11-10 17:30:57 +00:00
dblythy
2d79c0835b
feat: Remove deprecation DEPPS4: Remove convenience method for http request Parse.Cloud.httpRequest ( #8287 )
...
BREAKING CHANGE: The convenience method for HTTP requests `Parse.Cloud.httpRequest` is removed; use your preferred 3rd party library for making HTTP requests
2022-11-10 18:28:49 +01:00
semantic-release-bot
739a3a9957
chore(release): 6.0.0-alpha.2 [skip ci]
...
# [6.0.0-alpha.2](https://github.com/parse-community/parse-server/compare/6.0.0-alpha.1...6.0.0-alpha.2 ) (2022-11-10)
### Features
* 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 ))
2022-11-10 16:37:32 +00:00
dblythy
5bbf9cade9
feat: Improve authentication adapter interface to support multi-factor authentication (MFA), authentication challenges, and provide a more powerful interface for writing custom authentication adapters ( #8156 )
2022-11-10 17:35:39 +01:00
semantic-release-bot
4eb5f28b04
chore(release): 6.0.0-alpha.1 [skip ci]
...
# [6.0.0-alpha.1](https://github.com/parse-community/parse-server/compare/5.4.0-alpha.1...6.0.0-alpha.1 ) (2022-11-10)
### Bug Fixes
* Remove Node 12 and Node 17 support ([#8279 ](https://github.com/parse-community/parse-server/issues/8279 )) ([2546cc8 ](2546cc8572 ))
### BREAKING CHANGES
* This release removes Node 12 and Node 17 support ([2546cc8 ](2546cc8 ))
2022-11-10 15:37:25 +00:00
Manuel
ed3248f9c6
ci: Bump node version in release workflow ( #8310 )
2022-11-10 16:35:41 +01:00
dblythy
2546cc8572
fix: Remove Node 12 and Node 17 support ( #8279 )
...
BREAKING CHANGE: This release removes Node 12 and Node 17 support
2022-11-10 16:15:55 +01:00
Manuel
7cb266b207
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 ) ( #8308 )
2022-11-10 00:24:42 +01:00
Manuel
d27dfa3464
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 ) ( #8304 )
2022-11-09 20:02:05 +01:00
Manuel
43194b1bbe
docs: add branch CI badges to README
2022-11-09 17:19:39 +01:00
Parse Platform
a8cb2a4ef1
refactor: Upgrade pg-promise from 10.12.0 to 10.12.1 ( #8299 )
2022-11-08 15:35:46 +00:00
Manuel
42581225f1
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 ) ( #8297 )
2022-11-07 23:17:03 +01:00
Snyk bot
81304be649
refactor: Upgrade jwks-rsa from 2.1.4 to 2.1.5 ( #8278 )
2022-11-03 02:29:13 +01:00
Antoine Cormouls
e90a5183ec
refactor: replace deprecated LRU cache methods ( #8266 )
2022-11-01 21:33:14 +01:00
semantic-release-bot
963613ec3f
chore(release): 5.4.0-alpha.1 [skip ci]
...
# [5.4.0-alpha.1](https://github.com/parse-community/parse-server/compare/5.3.0...5.4.0-alpha.1 ) (2022-10-31)
### Bug Fixes
* 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](https://github.com/parse-community/parse-server/security/advisories/GHSA-r657-33vp-gp22 )) [skip release] ([#8187 ](https://github.com/parse-community/parse-server/issues/8187 )) ([8c8ec71 ](8c8ec71573 ))
* brute force guessing of user sensitive data via search patterns (GHSA-2m6g-crv8-p3c6) ([#8146 ](https://github.com/parse-community/parse-server/issues/8146 )) [skip release] ([4c0c7c7 ](4c0c7c77b7 ))
* certificate in Apple Game Center auth adapter not validated [skip release] ([#8058 ](https://github.com/parse-community/parse-server/issues/8058 )) ([75af9a2 ](75af9a26cc ))
* graphQL query ignores condition `equalTo` with value `false` ([#8032 ](https://github.com/parse-community/parse-server/issues/8032 )) ([7f5a15d ](7f5a15d5df ))
* internal indices for classes `_Idempotency` and `_Role` are not protected in defined schema ([#8121 ](https://github.com/parse-community/parse-server/issues/8121 )) ([c16f529 ](c16f529f74 ))
* invalid file request not properly handled [skip release] ([#8062 ](https://github.com/parse-community/parse-server/issues/8062 )) ([4c9e956 ](4c9e95674a ))
* liveQuery with `containedIn` not working when object field is an array ([#8128 ](https://github.com/parse-community/parse-server/issues/8128 )) ([1d9605b ](1d9605bc93 ))
* protected fields exposed via LiveQuery (GHSA-crrq-vr9j-fxxh) [skip release] ([#8076 ](https://github.com/parse-community/parse-server/issues/8076 )) ([9fd4516 ](9fd4516cde ))
* push notifications `badge` doesn't update with Installation beforeSave trigger ([#8162 ](https://github.com/parse-community/parse-server/issues/8162 )) ([3c75c2b ](3c75c2ba48 ))
* query aggregation pipeline cannot handle value of type `Date` when `directAccess: true` ([#8167 ](https://github.com/parse-community/parse-server/issues/8167 )) ([e424137 ](e424137406 ))
* relation constraints in compound queries `Parse.Query.or`, `Parse.Query.and` not working ([#8203 ](https://github.com/parse-community/parse-server/issues/8203 )) ([28f0d26 ](28f0d26677 ))
* security upgrade undici from 5.6.0 to 5.8.0 ([#8108 ](https://github.com/parse-community/parse-server/issues/8108 )) ([4aa016b ](4aa016b732 ))
* 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](https://github.com/parse-community/parse-server/security/advisories/GHSA-h423-w6qv-2wj3 )) [skip release] ([#8238 ](https://github.com/parse-community/parse-server/issues/8238 )) ([c03908f ](c03908f74e ))
* 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](https://github.com/parse-community/parse-server/security/advisories/GHSA-6w4q-23cf-j9jp )) [skip release] ([#8180 ](https://github.com/parse-community/parse-server/issues/8180 )) ([37fed30 ](37fed3062c ))
* sorting by non-existing value throws `INVALID_SERVER_ERROR` on Postgres ([#8157 ](https://github.com/parse-community/parse-server/issues/8157 )) ([3b775a1 ](3b775a1fb8 ))
* updating object includes unchanged keys in client response for certain key types ([#8159 ](https://github.com/parse-community/parse-server/issues/8159 )) ([37af1d7 ](37af1d78fc ))
### Features
* add convenience access to Parse Server configuration in Cloud Code via `Parse.Server` ([#8244 ](https://github.com/parse-community/parse-server/issues/8244 )) ([9f11115 ](9f111158ed ))
* add option to change the default value of the `Parse.Query.limit()` constraint ([#8152 ](https://github.com/parse-community/parse-server/issues/8152 )) ([0388956 ](0388956808 ))
* add support for MongoDB 6 ([#8242 ](https://github.com/parse-community/parse-server/issues/8242 )) ([aba0081 ](aba0081ce1 ))
* add support for Postgres 15 ([#8215 ](https://github.com/parse-community/parse-server/issues/8215 )) ([2feb6c4 ](2feb6c4608 ))
* liveQuery support for unsorted distance queries ([#8221 ](https://github.com/parse-community/parse-server/issues/8221 )) ([0f763da ](0f763da17d ))
2022-10-31 14:37:28 +00:00
Snyk bot
70ada3e522
refactor: upgrade express from 4.18.1 to 4.18.2 ( #8265 )
2022-10-31 15:29:32 +01:00
semantic-release-bot
0e30c76e39
chore(release): 5.4.0-beta.1 [skip ci]
...
# [5.4.0-beta.1](https://github.com/parse-community/parse-server/compare/5.3.0...5.4.0-beta.1 ) (2022-10-29)
### Bug Fixes
* 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](https://github.com/parse-community/parse-server/security/advisories/GHSA-r657-33vp-gp22 )) [skip release] ([#8187 ](https://github.com/parse-community/parse-server/issues/8187 )) ([8c8ec71 ](8c8ec71573 ))
* brute force guessing of user sensitive data via search patterns (GHSA-2m6g-crv8-p3c6) ([#8146 ](https://github.com/parse-community/parse-server/issues/8146 )) [skip release] ([4c0c7c7 ](4c0c7c77b7 ))
* certificate in Apple Game Center auth adapter not validated [skip release] ([#8058 ](https://github.com/parse-community/parse-server/issues/8058 )) ([75af9a2 ](75af9a26cc ))
* graphQL query ignores condition `equalTo` with value `false` ([#8032 ](https://github.com/parse-community/parse-server/issues/8032 )) ([7f5a15d ](7f5a15d5df ))
* internal indices for classes `_Idempotency` and `_Role` are not protected in defined schema ([#8121 ](https://github.com/parse-community/parse-server/issues/8121 )) ([c16f529 ](c16f529f74 ))
* invalid file request not properly handled [skip release] ([#8062 ](https://github.com/parse-community/parse-server/issues/8062 )) ([4c9e956 ](4c9e95674a ))
* liveQuery with `containedIn` not working when object field is an array ([#8128 ](https://github.com/parse-community/parse-server/issues/8128 )) ([1d9605b ](1d9605bc93 ))
* protected fields exposed via LiveQuery (GHSA-crrq-vr9j-fxxh) [skip release] ([#8076 ](https://github.com/parse-community/parse-server/issues/8076 )) ([9fd4516 ](9fd4516cde ))
* push notifications `badge` doesn't update with Installation beforeSave trigger ([#8162 ](https://github.com/parse-community/parse-server/issues/8162 )) ([3c75c2b ](3c75c2ba48 ))
* query aggregation pipeline cannot handle value of type `Date` when `directAccess: true` ([#8167 ](https://github.com/parse-community/parse-server/issues/8167 )) ([e424137 ](e424137406 ))
* relation constraints in compound queries `Parse.Query.or`, `Parse.Query.and` not working ([#8203 ](https://github.com/parse-community/parse-server/issues/8203 )) ([28f0d26 ](28f0d26677 ))
* security upgrade undici from 5.6.0 to 5.8.0 ([#8108 ](https://github.com/parse-community/parse-server/issues/8108 )) ([4aa016b ](4aa016b732 ))
* 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](https://github.com/parse-community/parse-server/security/advisories/GHSA-h423-w6qv-2wj3 )) [skip release] ([#8238 ](https://github.com/parse-community/parse-server/issues/8238 )) ([c03908f ](c03908f74e ))
* 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](https://github.com/parse-community/parse-server/security/advisories/GHSA-6w4q-23cf-j9jp )) [skip release] ([#8180 ](https://github.com/parse-community/parse-server/issues/8180 )) ([37fed30 ](37fed3062c ))
* sorting by non-existing value throws `INVALID_SERVER_ERROR` on Postgres ([#8157 ](https://github.com/parse-community/parse-server/issues/8157 )) ([3b775a1 ](3b775a1fb8 ))
* updating object includes unchanged keys in client response for certain key types ([#8159 ](https://github.com/parse-community/parse-server/issues/8159 )) ([37af1d7 ](37af1d78fc ))
### Features
* add convenience access to Parse Server configuration in Cloud Code via `Parse.Server` ([#8244 ](https://github.com/parse-community/parse-server/issues/8244 )) ([9f11115 ](9f111158ed ))
* add option to change the default value of the `Parse.Query.limit()` constraint ([#8152 ](https://github.com/parse-community/parse-server/issues/8152 )) ([0388956 ](0388956808 ))
* add support for MongoDB 6 ([#8242 ](https://github.com/parse-community/parse-server/issues/8242 )) ([aba0081 ](aba0081ce1 ))
* add support for Postgres 15 ([#8215 ](https://github.com/parse-community/parse-server/issues/8215 )) ([2feb6c4 ](2feb6c4608 ))
* liveQuery support for unsorted distance queries ([#8221 ](https://github.com/parse-community/parse-server/issues/8221 )) ([0f763da ](0f763da17d ))
2022-10-29 20:01:12 +00:00
Manuel
1d277db467
build: beta release ( #8264 )
2022-10-29 21:53:56 +02:00
Manuel
5e9d494979
Merge branch 'beta' into build-beta
2022-10-29 21:31:22 +02:00
semantic-release-bot
12e174bcb6
chore(release): 5.3.0 [skip ci]
...
# [5.3.0](https://github.com/parse-community/parse-server/compare/5.2.8...5.3.0 ) (2022-10-29)
### Bug Fixes
* afterSave trigger removes pointer in Parse object ([#7913 ](https://github.com/parse-community/parse-server/issues/7913 )) ([47d796e ](47d796ea58 ))
* 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](https://github.com/parse-community/parse-server/security/advisories/GHSA-r657-33vp-gp22 )) [skip release] ([#8188 ](https://github.com/parse-community/parse-server/issues/8188 )) ([1a2b1b9 ](1a2b1b9bc1 ))
* auto-release process may fail if optional back-merging task fails ([#8051 ](https://github.com/parse-community/parse-server/issues/8051 )) ([cf925e7 ](cf925e75e8 ))
* brute force guessing of user sensitive data via search patterns (GHSA-2m6g-crv8-p3c6) ([#8145 ](https://github.com/parse-community/parse-server/issues/8145 )) [skip release] ([f0db4ca ](f0db4ca4a4 ))
* certificate in Apple Game Center auth adapter not validated [skip release] ([#8055 ](https://github.com/parse-community/parse-server/issues/8055 )) ([4c2aa63 ](4c2aa63fd2 ))
* custom database options are not passed to MongoDB GridFS ([#7911 ](https://github.com/parse-community/parse-server/issues/7911 )) ([b1e5565 ](b1e5565b22 ))
* depreciate allowClientClassCreation defaulting to true ([#7925 ](https://github.com/parse-community/parse-server/issues/7925 )) ([38ed96a ](38ed96ace5 ))
* errors in GraphQL do not show the original error but a general `Unexpected Error` ([#8045 ](https://github.com/parse-community/parse-server/issues/8045 )) ([0d81887 ](0d818879c2 ))
* interrupted WebSocket connection not closed by LiveQuery server ([#8012 ](https://github.com/parse-community/parse-server/issues/8012 )) ([2d5221e ](2d5221e480 ))
* invalid file request not properly handled [skip release] ([#8061 ](https://github.com/parse-community/parse-server/issues/8061 )) ([1a04a34 ](1a04a347cf ))
* live query role cache does not clear when a user is added to a role ([#8026 ](https://github.com/parse-community/parse-server/issues/8026 )) ([199dfc1 ](199dfc1722 ))
* peer dependency mismatch for GraphQL dependencies ([#7934 ](https://github.com/parse-community/parse-server/issues/7934 )) ([0a6faa8 ](0a6faa81fa ))
* protected fields exposed via LiveQuery (GHSA-crrq-vr9j-fxxh) [skip release] ([#8075 ](https://github.com/parse-community/parse-server/issues/8075 )) ([636d16e ](636d16e0f9 ))
* return correct response when revert is used in beforeSave ([#7839 ](https://github.com/parse-community/parse-server/issues/7839 )) ([19900fc ](19900fcdf8 ))
* security upgrade @parse/fs-files-adapter from 1.2.1 to 1.2.2 ([#7948 ](https://github.com/parse-community/parse-server/issues/7948 )) ([3a70fda ](3a70fda679 ))
* security upgrade moment from 2.29.1 to 2.29.2 ([#7931 ](https://github.com/parse-community/parse-server/issues/7931 )) ([731c550 ](731c550714 ))
* security upgrade parse push adapter from 4.1.0 to 4.1.2 ([#7893 ](https://github.com/parse-community/parse-server/issues/7893 )) ([93667b4 ](93667b4e84 ))
* 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](https://github.com/parse-community/parse-server/security/advisories/GHSA-h423-w6qv-2wj3 )) [skip release] ([#8237 ](https://github.com/parse-community/parse-server/issues/8237 )) ([4c1befa ](4c1befabf2 ))
* 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](https://github.com/parse-community/parse-server/security/advisories/GHSA-6w4q-23cf-j9jp )) [skip release] ([#8181 ](https://github.com/parse-community/parse-server/issues/8181 )) ([83cdc89 ](83cdc89be9 ))
* websocket connection of LiveQuery interrupts frequently ([#8048 ](https://github.com/parse-community/parse-server/issues/8048 )) ([03caae1 ](03caae1e61 ))
### Features
* add MongoDB 5.1 compatibility ([#7682 ](https://github.com/parse-community/parse-server/issues/7682 )) ([022a856 ](022a85619d ))
* add MongoDB 5.2 support ([#7894 ](https://github.com/parse-community/parse-server/issues/7894 )) ([5bfa716 ](5bfa7160d9 ))
* add support for Node 17 and 18 ([#7896 ](https://github.com/parse-community/parse-server/issues/7896 )) ([3e9f292 ](3e9f292d84 ))
* align file trigger syntax with class trigger; use the new syntax `Parse.Cloud.beforeSave(Parse.File, (request) => {})`, the old syntax `Parse.Cloud.beforeSaveFile((request) => {})` has been deprecated ([#7966 ](https://github.com/parse-community/parse-server/issues/7966 )) ([c6dcad8 ](c6dcad8d16 ))
* replace GraphQL Apollo with GraphQL Yoga ([#7967 ](https://github.com/parse-community/parse-server/issues/7967 )) ([1aa2204 ](1aa2204aeb ))
* selectively enable / disable default authentication adapters ([#7953 ](https://github.com/parse-community/parse-server/issues/7953 )) ([c1e808f ](c1e808f9e8 ))
* upgrade mongodb from 4.4.1 to 4.5.0 ([#7991 ](https://github.com/parse-community/parse-server/issues/7991 )) ([e692b5d ](e692b5dd82 ))
### Performance Improvements
* reduce database operations when using the constant parameter in Cloud Function validation ([#7892 ](https://github.com/parse-community/parse-server/issues/7892 )) ([041197f ](041197fb4c ))
2022-10-29 19:11:33 +00:00
Manuel
254954064f
build: release ( #8263 )
2022-10-29 21:04:12 +02:00
Manuel
50409aa866
Merge branch 'release' into build-release
2022-10-29 19:58:37 +02:00
semantic-release-bot
9053e79151
chore(release): 5.3.0-alpha.32 [skip ci]
...
# [5.3.0-alpha.32](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.31...5.3.0-alpha.32 ) (2022-10-29)
### Features
* add convenience access to Parse Server configuration in Cloud Code via `Parse.Server` ([#8244 ](https://github.com/parse-community/parse-server/issues/8244 )) ([9f11115 ](9f111158ed ))
2022-10-29 17:10:47 +00:00
dblythy
9f111158ed
feat: add convenience access to Parse Server configuration in Cloud Code via Parse.Server ( #8244 )
2022-10-29 19:03:31 +02:00
Snyk bot
eab9cdd749
refactor: upgrade body-parser from 1.20.0 to 1.20.1 ( #8262 )
2022-10-29 17:39:56 +02:00
Parse Platform
4918665dd2
refactor: upgrade semver from 7.3.7 to 7.3.8 ( #8261 )
2022-10-27 14:04:09 +02:00
dblythy
c41e5fca95
ci: remove running CI for superseded commits ( #8213 )
2022-10-27 10:36:52 +02:00
semantic-release-bot
b54af6b701
chore(release): 5.3.0-alpha.31 [skip ci]
...
# [5.3.0-alpha.31](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.30...5.3.0-alpha.31 ) (2022-10-24)
### Bug Fixes
* relation constraints in compound queries `Parse.Query.or`, `Parse.Query.and` not working ([#8203 ](https://github.com/parse-community/parse-server/issues/8203 )) ([28f0d26 ](28f0d26677 ))
2022-10-24 10:54:30 +00:00
dblythy
28f0d26677
fix: relation constraints in compound queries Parse.Query.or, Parse.Query.and not working ( #8203 )
2022-10-24 12:45:17 +02:00
dependabot[bot]
fb503320c3
refactor: bump async from 3.2.1 to 3.2.4 ( #8254 )
2022-10-20 22:43:34 +02:00
Parse Platform
a0499521cc
refactor: upgrade pg-monitor from 1.4.1 to 1.5.0 ( #8248 )
2022-10-20 22:03:20 +02:00
Parse Platform
b2491234e8
refactor: upgrade ws from 8.8.1 to 8.9.0 ( #8247 )
2022-10-19 10:04:34 +02:00
Manuel
8863ad2309
docs: remove differentiation between MongoDB 5.x versions ( #8246 )
2022-10-17 23:04:45 +02:00
semantic-release-bot
3cde50f82a
chore(release): 5.3.0-alpha.30 [skip ci]
...
# [5.3.0-alpha.30](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.29...5.3.0-alpha.30 ) (2022-10-17)
### Features
* add support for MongoDB 6 ([#8242 ](https://github.com/parse-community/parse-server/issues/8242 )) ([aba0081 ](aba0081ce1 ))
2022-10-17 17:29:15 +00:00
Manuel
aba0081ce1
feat: add support for MongoDB 6 ( #8242 )
2022-10-17 19:21:32 +02:00
dblythy
4af13af991
ci: reduce timeout after idempotency tests ( #8227 )
2022-10-17 01:53:10 +02:00