Tags: pradyum07/parse-server
Tags
chore(release): 5.3.0-alpha.20 [skip ci] # [5.3.0-alpha.20](parse-community/parse-server@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 ([parse-community#8108](parse-community#8108)) ([4aa016b](parse-community@4aa016b))
chore(release): 5.3.0-alpha.19 [skip ci] # [5.3.0-alpha.19](parse-community/parse-server@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] ([parse-community#8058](parse-community#8058)) ([75af9a2](parse-community@75af9a2)) * graphQL query ignores condition `equalTo` with value `false` ([parse-community#8032](parse-community#8032)) ([7f5a15d](parse-community@7f5a15d)) * invalid file request not properly handled [skip release] ([parse-community#8062](parse-community#8062)) ([4c9e956](parse-community@4c9e956)) * protected fields exposed via LiveQuery (GHSA-crrq-vr9j-fxxh) [skip release] ([parse-community#8076](parse-community#8076)) ([9fd4516](parse-community@9fd4516))
chore(release): 5.2.4 [skip ci] ## [5.2.4](parse-community/parse-server@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](GHSA-crrq-vr9j-fxxh)) (parse-community#8074) ([parse-community#8073](parse-community#8073)) ([309f64c](parse-community@309f64c))
chore(release): 4.10.13 [skip ci] ## [4.10.13](parse-community/parse-server@4.10.12...4.10.13) (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](GHSA-crrq-vr9j-fxxh)) ([parse-community#8074](parse-community#8074)) ([054f3e6](parse-community@054f3e6))
chore(release): 5.3.0-beta.1 [skip ci] # [5.3.0-beta.1](parse-community/parse-server@5.2.1...5.3.0-beta.1) (2022-06-17) ### Bug Fixes * afterSave trigger removes pointer in Parse object ([parse-community#7913](parse-community#7913)) ([47d796e](parse-community@47d796e)) * auto-release process may fail if optional back-merging task fails ([parse-community#8051](parse-community#8051)) ([cf925e7](parse-community@cf925e7)) * custom database options are not passed to MongoDB GridFS ([parse-community#7911](parse-community#7911)) ([b1e5565](parse-community@b1e5565)) * depreciate allowClientClassCreation defaulting to true ([parse-community#7925](parse-community#7925)) ([38ed96a](parse-community@38ed96a)) * errors in GraphQL do not show the original error but a general `Unexpected Error` ([parse-community#8045](parse-community#8045)) ([0d81887](parse-community@0d81887)) * interrupted WebSocket connection not closed by LiveQuery server ([parse-community#8012](parse-community#8012)) ([2d5221e](parse-community@2d5221e)) * live query role cache does not clear when a user is added to a role ([parse-community#8026](parse-community#8026)) ([199dfc1](parse-community@199dfc1)) * peer dependency mismatch for GraphQL dependencies ([parse-community#7934](parse-community#7934)) ([0a6faa8](parse-community@0a6faa8)) * return correct response when revert is used in beforeSave ([parse-community#7839](parse-community#7839)) ([19900fc](parse-community@19900fc)) * security upgrade @parse/fs-files-adapter from 1.2.1 to 1.2.2 ([parse-community#7948](parse-community#7948)) ([3a70fda](parse-community@3a70fda)) * security upgrade moment from 2.29.1 to 2.29.2 ([parse-community#7931](parse-community#7931)) ([731c550](parse-community@731c550)) * security upgrade parse push adapter from 4.1.0 to 4.1.2 ([parse-community#7893](parse-community#7893)) ([93667b4](parse-community@93667b4)) * websocket connection of LiveQuery interrupts frequently ([parse-community#8048](parse-community#8048)) ([03caae1](parse-community@03caae1)) ### Features * add MongoDB 5.1 compatibility ([parse-community#7682](parse-community#7682)) ([022a856](parse-community@022a856)) * add MongoDB 5.2 support ([parse-community#7894](parse-community#7894)) ([5bfa716](parse-community@5bfa716)) * add support for Node 17 and 18 ([parse-community#7896](parse-community#7896)) ([3e9f292](parse-community@3e9f292)) * 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 ([parse-community#7966](parse-community#7966)) ([c6dcad8](parse-community@c6dcad8)) * replace GraphQL Apollo with GraphQL Yoga ([parse-community#7967](parse-community#7967)) ([1aa2204](parse-community@1aa2204)) * selectively enable / disable default authentication adapters ([parse-community#7953](parse-community#7953)) ([c1e808f](parse-community@c1e808f)) * upgrade mongodb from 4.4.1 to 4.5.0 ([parse-community#7991](parse-community#7991)) ([e692b5d](parse-community@e692b5d)) ### Performance Improvements * reduce database operations when using the constant parameter in Cloud Function validation ([parse-community#7892](parse-community#7892)) ([041197f](parse-community@041197f))
chore(release): 5.3.0-alpha.18 [skip ci] # [5.3.0-alpha.18](parse-community/parse-server@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 ([parse-community#8051](parse-community#8051)) ([cf925e7](parse-community@cf925e7))
chore(release): 5.3.0-alpha.17 [skip ci] # [5.3.0-alpha.17](parse-community/parse-server@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` ([parse-community#8045](parse-community#8045)) ([0d81887](parse-community@0d81887)) * websocket connection of LiveQuery interrupts frequently ([parse-community#8048](parse-community#8048)) ([03caae1](parse-community@03caae1))
chore(release): 5.2.3 [skip ci] ## [5.2.3](parse-community/parse-server@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](GHSA-xw6g-jjvf-wwf9)) ([parse-community#8060](parse-community#8060)) ([5be375d](parse-community@5be375d))
chore(release): 5.2.2 [skip ci] ## [5.2.2](parse-community/parse-server@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](GHSA-rh9j-f5f8-rvgc)) ([ba2b0a9](parse-community@ba2b0a9))
chore(release): 4.10.12 [skip ci] ## [4.10.12](parse-community/parse-server@4.10.11...4.10.12) (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](GHSA-xw6g-jjvf-wwf9)) ([parse-community#8059](parse-community#8059)) ([5f42322](parse-community@5f42322))
PreviousNext