semantic-release-bot
62bb396ab4
chore(release): 5.5.4 [skip ci]
...
## [5.5.4](https://github.com/parse-community/parse-server/compare/5.5.3...5.5.4 ) (2023-07-30)
### Bug Fixes
* Security upgrade semver from 7.5.1 to 7.5.2 ([#8704 ](https://github.com/parse-community/parse-server/issues/8704 )) ([c7fa3b9 ](c7fa3b92a1 ))
2023-07-30 22:01:35 +00:00
semantic-release-bot
9c0abe0120
chore(release): 5.5.3 [skip ci]
...
## [5.5.3](https://github.com/parse-community/parse-server/compare/5.5.2...5.5.3 ) (2023-06-29)
### Bug Fixes
* Server does not start via CLI when `auth` option is set ([#8669 ](https://github.com/parse-community/parse-server/issues/8669 )) ([601da1e ](601da1ee3c ))
2023-06-29 20:06:24 +00:00
semantic-release-bot
e6374e791d
chore(release): 5.5.2 [skip ci]
...
## [5.5.2](https://github.com/parse-community/parse-server/compare/5.5.1...5.5.2 ) (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 ) ([#8675 ](https://github.com/parse-community/parse-server/issues/8675 )) ([5fad292 ](5fad2928fb ))
2023-06-28 21:06:50 +00:00
semantic-release-bot
c83b343aae
chore(release): 5.5.1 [skip ci]
...
## [5.5.1](https://github.com/parse-community/parse-server/compare/5.5.0...5.5.1 ) (2023-05-23)
### Bug Fixes
* Security upgrade @parse/push-adapter from 4.1.2 to 4.1.3 ([#8571 ](https://github.com/parse-community/parse-server/issues/8571 )) ([8e83cac ](8e83cac02d ))
2023-05-23 23:47:49 +00:00
semantic-release-bot
ac90cb8c35
chore(release): 5.5.0 [skip ci]
...
# [5.5.0](https://github.com/parse-community/parse-server/compare/5.4.3...5.5.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; this fix is released as a patch version given the severity of this vulnerability, however, 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 `['.*']` ([#8537 ](https://github.com/parse-community/parse-server/issues/8537 )) ([196e05f ](196e05f047 ))
2023-05-20 23:22:06 +00:00
semantic-release-bot
e9ae4351a1
chore(release): 5.4.3 [skip ci]
...
## [5.4.3](https://github.com/parse-community/parse-server/compare/5.4.2...5.4.3 ) (2023-03-22)
### Bug Fixes
* Unable to create new role if `beforeSave` hook exists ([#8474 ](https://github.com/parse-community/parse-server/issues/8474 )) ([4f0f0ec ](4f0f0ec4bb ))
2023-03-22 20:30:02 +00:00
semantic-release-bot
b905137278
chore(release): 5.4.2 [skip ci]
...
## [5.4.2](https://github.com/parse-community/parse-server/compare/5.4.1...5.4.2 ) (2023-02-16)
### Bug Fixes
* Security upgrade jsonwebtoken to 9.0.0 ([#8431 ](https://github.com/parse-community/parse-server/issues/8431 )) ([2c19c2e ](2c19c2e4d4 ))
2023-02-16 19:00:29 +00:00
semantic-release-bot
30576f1091
chore(release): 5.4.1 [skip ci]
...
## [5.4.1](https://github.com/parse-community/parse-server/compare/5.4.0...5.4.1 ) (2023-01-31)
### Bug Fixes
* The client IP address may be determined incorrectly in some cases; 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; 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 ) ([#8369 ](https://github.com/parse-community/parse-server/issues/8369 )) ([e016d81 ](e016d813e0 ))
2023-01-31 03:57:58 +00:00
Manuel Trezza
38f64be596
ci: update auto-release for LTS
2022-11-19 12:31:43 +01:00
semantic-release-bot
9b34b0263b
chore(release): 5.4.0 [skip ci]
...
# [5.4.0](https://github.com/parse-community/parse-server/compare/5.3.3...5.4.0 ) (2022-11-19)
### 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-11-19 03:37:26 +00:00
Manuel
a9a9772b05
Merge branch 'release' into beta
2022-11-19 04:12:00 +01:00
semantic-release-bot
fd8a11bc27
chore(release): 5.3.3 [skip ci]
...
## [5.3.3](https://github.com/parse-community/parse-server/compare/5.3.2...5.3.3 ) (2022-11-09)
### Bug Fixes
* 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 ))
2022-11-09 20:56:00 +00:00
semantic-release-bot
3e983c41ff
chore(release): 5.3.2 [skip ci]
...
## [5.3.2](https://github.com/parse-community/parse-server/compare/5.3.1...5.3.2 ) (2022-11-09)
### 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 ))
2022-11-09 19:12:19 +00:00
semantic-release-bot
2458a8c58d
chore(release): 5.3.1 [skip ci]
...
## [5.3.1](https://github.com/parse-community/parse-server/compare/5.3.0...5.3.1 ) (2022-11-07)
### Bug Fixes
* 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 ))
2022-11-07 22:10:47 +00: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
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
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
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
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
semantic-release-bot
c1a70fe820
chore(release): 5.3.0-alpha.29 [skip ci]
...
# [5.3.0-alpha.29](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.28...5.3.0-alpha.29 ) (2022-10-15)
### Bug Fixes
* 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 ))
### Features
* add support for Postgres 15 ([#8215 ](https://github.com/parse-community/parse-server/issues/8215 )) ([2feb6c4 ](2feb6c4608 ))
2022-10-15 22:26:12 +00:00
semantic-release-bot
8011b2fdac
chore(release): 5.2.8 [skip ci]
...
## [5.2.8](https://github.com/parse-community/parse-server/compare/5.2.7...5.2.8 ) (2022-10-14)
### Bug Fixes
* 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 )) ([#8235 ](https://github.com/parse-community/parse-server/issues/8235 )) ([066f296 ](066f29673a ))
2022-10-14 22:55:38 +00:00
semantic-release-bot
8c30c81da6
chore(release): 5.3.0-alpha.28 [skip ci]
...
# [5.3.0-alpha.28](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.27...5.3.0-alpha.28 ) (2022-10-11)
### Features
* liveQuery support for unsorted distance queries ([#8221 ](https://github.com/parse-community/parse-server/issues/8221 )) ([0f763da ](0f763da17d ))
2022-10-11 22:36:58 +00:00
semantic-release-bot
5376c3b145
chore(release): 5.3.0-alpha.27 [skip ci]
...
# [5.3.0-alpha.27](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.26...5.3.0-alpha.27 ) (2022-09-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 ))
* 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 ))
### Features
* 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 ))
2022-09-29 23:02:45 +00:00
semantic-release-bot
e6dc487963
chore(release): 5.2.7 [skip ci]
...
## [5.2.7](https://github.com/parse-community/parse-server/compare/5.2.6...5.2.7 ) (2022-09-20)
### 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 )) ([#8185 ](https://github.com/parse-community/parse-server/issues/8185 )) ([ecf0814 ](ecf0814499 ))
2022-09-20 20:43:51 +00:00
semantic-release-bot
7aac70cca6
chore(release): 5.2.6 [skip ci]
...
## [5.2.6](https://github.com/parse-community/parse-server/compare/5.2.5...5.2.6 ) (2022-09-20)
### Bug Fixes
* 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 )) ([#8182 ](https://github.com/parse-community/parse-server/issues/8182 )) ([6d0b2f5 ](6d0b2f5346 ))
2022-09-20 00:27:18 +00:00
semantic-release-bot
b2fe087a02
chore(release): 5.3.0-alpha.26 [skip ci]
...
# [5.3.0-alpha.26](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.25...5.3.0-alpha.26 ) (2022-09-17)
### Bug Fixes
* sorting by non-existing value throws `INVALID_SERVER_ERROR` on Postgres ([#8157 ](https://github.com/parse-community/parse-server/issues/8157 )) ([3b775a1 ](3b775a1fb8 ))
2022-09-17 18:49:17 +00:00
semantic-release-bot
73e1763a63
chore(release): 5.3.0-alpha.25 [skip ci]
...
# [5.3.0-alpha.25](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.24...5.3.0-alpha.25 ) (2022-09-17)
### Bug Fixes
* updating object includes unchanged keys in client response for certain key types ([#8159 ](https://github.com/parse-community/parse-server/issues/8159 )) ([37af1d7 ](37af1d78fc ))
2022-09-17 16:30:24 +00:00
semantic-release-bot
41e44302b4
chore(release): 5.3.0-alpha.24 [skip ci]
...
# [5.3.0-alpha.24](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.23...5.3.0-alpha.24 ) (2022-09-17)
### Bug Fixes
* query aggregation pipeline cannot handle value of type `Date` when `directAccess: true` ([#8167 ](https://github.com/parse-community/parse-server/issues/8167 )) ([e424137 ](e424137406 ))
2022-09-17 14:26:53 +00:00
semantic-release-bot
cec3071170
chore(release): 5.3.0-alpha.23 [skip ci]
...
# [5.3.0-alpha.23](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.22...5.3.0-alpha.23 ) (2022-09-17)
### Bug Fixes
* liveQuery with `containedIn` not working when object field is an array ([#8128 ](https://github.com/parse-community/parse-server/issues/8128 )) ([1d9605b ](1d9605bc93 ))
2022-09-17 12:10:06 +00:00
semantic-release-bot
4a45cc467c
chore(release): 5.3.0-alpha.22 [skip ci]
...
# [5.3.0-alpha.22](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.21...5.3.0-alpha.22 ) (2022-09-16)
### Bug Fixes
* 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 ))
* push notifications `badge` doesn't update with Installation beforeSave trigger ([#8162 ](https://github.com/parse-community/parse-server/issues/8162 )) ([3c75c2b ](3c75c2ba48 ))
2022-09-16 19:50:56 +00:00
semantic-release-bot
83fd16c1b9
chore(release): 5.2.5 [skip ci]
...
## [5.2.5](https://github.com/parse-community/parse-server/compare/5.2.4...5.2.5 ) (2022-09-02)
### Bug Fixes
* brute force guessing of user sensitive data via search patterns; this fixes a security vulnerability in which internal and protected fields may be used as query constraints to guess the value of these fields and obtain sensitive data (GHSA-2m6g-crv8-p3c6) ([#8144 ](https://github.com/parse-community/parse-server/issues/8144 )) ([e39d51b ](e39d51bd32 ))
2022-09-02 19:20:39 +00:00
semantic-release-bot
eef750aa3e
chore(release): 5.3.0-alpha.21 [skip ci]
...
# [5.3.0-alpha.21](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.20...5.3.0-alpha.21 ) (2022-08-05)
### Bug Fixes
* 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 ))
2022-08-05 09:34:45 +00:00
semantic-release-bot
145008c7d1
chore(release): 5.3.0-alpha.20 [skip ci]
...
# [5.3.0-alpha.20](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.19...5.3.0-alpha.20 ) (2022-07-22)
### Bug Fixes
* security upgrade undici from 5.6.0 to 5.8.0 ([#8108 ](https://github.com/parse-community/parse-server/issues/8108 )) ([4aa016b ](4aa016b732 ))
2022-07-22 18:18:50 +00:00
semantic-release-bot
e3f634e740
chore(release): 5.3.0-alpha.19 [skip ci]
...
# [5.3.0-alpha.19](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.18...5.3.0-alpha.19 ) (2022-07-03)
### Bug Fixes
* 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 ))
* invalid file request not properly handled [skip release] ([#8062 ](https://github.com/parse-community/parse-server/issues/8062 )) ([4c9e956 ](4c9e95674a ))
* protected fields exposed via LiveQuery (GHSA-crrq-vr9j-fxxh) [skip release] ([#8076 ](https://github.com/parse-community/parse-server/issues/8076 )) ([9fd4516 ](9fd4516cde ))
2022-07-03 10:30:00 +00:00
semantic-release-bot
e42be5c526
chore(release): 5.2.4 [skip ci]
...
## [5.2.4](https://github.com/parse-community/parse-server/compare/5.2.3...5.2.4 ) (2022-06-30)
### Bug Fixes
* protected fields exposed via LiveQuery; this removes protected fields from the client response; this may be a breaking change if your app is currently expecting to receive these protected fields ([GHSA-crrq-vr9j-fxxh](https://github.com/parse-community/parse-server/security/advisories/GHSA-crrq-vr9j-fxxh )) (https://github.com/parse-community/parse-server/pull/8074 ) ([#8073 ](https://github.com/parse-community/parse-server/issues/8073 )) ([309f64c ](309f64ced8 ))
2022-06-30 10:46:12 +00:00
Manuel
4c9e95674a
fix: invalid file request not properly handled [skip release] ( #8062 )
2022-06-18 02:38:04 +02:00
Manuel
1a04a347cf
fix: invalid file request not properly handled [skip release] ( #8061 )
2022-06-18 02:15:08 +02:00
semantic-release-bot
eb2952fff7
chore(release): 5.2.3 [skip ci]
...
## [5.2.3](https://github.com/parse-community/parse-server/compare/5.2.2...5.2.3 ) (2022-06-17)
### Bug Fixes
* invalid file request not properly handled; this fixes a security vulnerability in which an invalid file request can crash the server ([GHSA-xw6g-jjvf-wwf9](https://github.com/parse-community/parse-server/security/advisories/GHSA-xw6g-jjvf-wwf9 )) ([#8060 ](https://github.com/parse-community/parse-server/issues/8060 )) ([5be375d ](5be375dec2 ))
2022-06-17 23:40:39 +00:00
Manuel
75af9a26cc
fix: certificate in Apple Game Center auth adapter not validated [skip release] ( #8058 )
2022-06-17 20:22:35 +02:00
Manuel
4c2aa63fd2
fix: certificate in Apple Game Center auth adapter not validated [skip release] ( #8055 )
2022-06-17 19:32:30 +02:00
semantic-release-bot
ed0baa87af
chore(release): 5.2.2 [skip ci]
...
## [5.2.2](https://github.com/parse-community/parse-server/compare/5.2.1...5.2.2 ) (2022-06-17)
### Bug Fixes
* certificate in Apple Game Center auth adapter not validated; this fixes a security vulnerability in which authentication could be bypassed using a fake certificate; if you are using the Apple Gamer Center auth adapter it is your responsibility to keep its root certificate up-to-date and we advice you read the security advisory ([GHSA-rh9j-f5f8-rvgc](https://github.com/parse-community/parse-server/security/advisories/GHSA-rh9j-f5f8-rvgc )) ([ba2b0a9 ](ba2b0a9cb9 ))
2022-06-17 16:36:47 +00:00
semantic-release-bot
ed7a25d5be
chore(release): 5.3.0-beta.1 [skip ci]
...
# [5.3.0-beta.1](https://github.com/parse-community/parse-server/compare/5.2.1...5.3.0-beta.1 ) (2022-06-17)
### Bug Fixes
* afterSave trigger removes pointer in Parse object ([#7913 ](https://github.com/parse-community/parse-server/issues/7913 )) ([47d796e ](47d796ea58 ))
* auto-release process may fail if optional back-merging task fails ([#8051 ](https://github.com/parse-community/parse-server/issues/8051 )) ([cf925e7 ](cf925e75e8 ))
* 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 ))
* 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 ))
* 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 ))
* 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-06-17 12:36:46 +00:00
semantic-release-bot
2235678de3
chore(release): 5.3.0-alpha.18 [skip ci]
...
# [5.3.0-alpha.18](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.17...5.3.0-alpha.18 ) (2022-06-17)
### Bug Fixes
* auto-release process may fail if optional back-merging task fails ([#8051 ](https://github.com/parse-community/parse-server/issues/8051 )) ([cf925e7 ](cf925e75e8 ))
2022-06-17 12:14:50 +00:00
semantic-release-bot
16c7656188
chore(release): 5.3.0-alpha.17 [skip ci]
...
# [5.3.0-alpha.17](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.16...5.3.0-alpha.17 ) (2022-06-17)
### Bug Fixes
* 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 ))
* websocket connection of LiveQuery interrupts frequently ([#8048 ](https://github.com/parse-community/parse-server/issues/8048 )) ([03caae1 ](03caae1e61 ))
2022-06-17 11:51:14 +00:00
semantic-release-bot
5de4c4723f
chore(release): 5.3.0-alpha.16 [skip ci]
...
# [5.3.0-alpha.16](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.15...5.3.0-alpha.16 ) (2022-06-11)
### Bug Fixes
* 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 ))
2022-06-11 08:29:17 +00:00
semantic-release-bot
0dc2843503
chore(release): 5.3.0-alpha.15 [skip ci]
...
# [5.3.0-alpha.15](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.14...5.3.0-alpha.15 ) (2022-06-05)
### Bug Fixes
* interrupted WebSocket connection not closed by LiveQuery server ([#8012 ](https://github.com/parse-community/parse-server/issues/8012 )) ([2d5221e ](2d5221e480 ))
2022-06-05 14:09:29 +00:00
semantic-release-bot
5e15864dc9
chore(release): 5.3.0-alpha.14 [skip ci]
...
# [5.3.0-alpha.14](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.13...5.3.0-alpha.14 ) (2022-05-29)
### Features
* 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 ))
2022-05-29 19:03:36 +00:00
semantic-release-bot
ac283d3cc0
chore(release): 5.3.0-alpha.13 [skip ci]
...
# [5.3.0-alpha.13](https://github.com/parse-community/parse-server/compare/5.3.0-alpha.12...5.3.0-alpha.13 ) (2022-05-28)
### Features
* selectively enable / disable default authentication adapters ([#7953 ](https://github.com/parse-community/parse-server/issues/7953 )) ([c1e808f ](c1e808f9e8 ))
2022-05-28 23:58:04 +00:00