dblythy
df12ba3ba2
docs: regenerate API docs ( #8179 )
2022-09-19 12:40:15 +02:00
dblythy
a5ba5da36d
docs: describe additional database options ( #8173 )
2022-09-18 18:44:31 +02:00
dblythy
3b775a1fb8
fix: sorting by non-existing value throws INVALID_SERVER_ERROR on Postgres ( #8157 )
2022-09-17 20:41:45 +02:00
dblythy
37af1d78fc
fix: updating object includes unchanged keys in client response for certain key types ( #8159 )
2022-09-17 18:20:50 +02:00
dblythy
e424137406
fix: query aggregation pipeline cannot handle value of type Date when directAccess: true ( #8167 )
2022-09-17 16:19:28 +02:00
Stew
1d9605bc93
fix: liveQuery with containedIn not working when object field is an array ( #8128 )
2022-09-17 13:59:45 +02:00
dblythy
3c75c2ba48
fix: push notifications badge doesn't update with Installation beforeSave trigger ( #8162 )
2022-09-16 21:43:03 +02:00
Manuel
4c0c7c77b7
fix: brute force guessing of user sensitive data via search patterns (GHSA-2m6g-crv8-p3c6) ( #8146 ) [skip release]
2022-09-02 21:43:31 +02:00
Antoine Cormouls
c16f529f74
fix: internal indices for classes _Idempotency and _Role are not protected in defined schema ( #8121 )
2022-08-05 11:25:02 +02:00
Jong Eun Lee
7f5a15d5df
fix: graphQL query ignores condition equalTo with value false ( #8032 )
2022-07-03 12:13:10 +02:00
Manuel
9fd4516cde
fix: protected fields exposed via LiveQuery (GHSA-crrq-vr9j-fxxh) [skip release] ( #8076 )
2022-06-30 13:01:40 +02:00
Manuel
4c9e95674a
fix: invalid file request not properly handled [skip release] ( #8062 )
2022-06-18 02:38:04 +02:00
Manuel
75af9a26cc
fix: certificate in Apple Game Center auth adapter not validated [skip release] ( #8058 )
2022-06-17 20:22:35 +02:00
Antoine Cormouls
0d818879c2
fix: errors in GraphQL do not show the original error but a general Unexpected Error ( #8045 )
2022-06-17 13:40:31 +02:00
Layne Bernardo
03caae1e61
fix: websocket connection of LiveQuery interrupts frequently ( #8048 )
2022-06-17 13:20:48 +02:00
Antoine Cormouls
72fac8a5fc
refactor: lru-cache maxAge to ttl ( #8039 )
2022-06-13 15:29:50 +02:00
dblythy
199dfc1722
fix: live query role cache does not clear when a user is added to a role ( #8026 )
2022-06-11 10:21:55 +02:00
Antoine Cormouls
0cd902b8c2
refactor: upgrade GraphQL dependencies ( #7970 )
2022-06-10 14:01:45 +02:00
Javad
2d5221e480
fix: interrupted WebSocket connection not closed by LiveQuery server ( #8012 )
2022-06-05 16:01:48 +02:00
dblythy
c6dcad8d16
feat: 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 )
2022-05-29 20:48:55 +02:00
dblythy
c1e808f9e8
feat: selectively enable / disable default authentication adapters ( #7953 )
2022-05-29 01:50:43 +02:00
dblythy
47d796ea58
fix: afterSave trigger removes pointer in Parse object ( #7913 )
2022-05-20 10:47:38 +02:00
Antoine Cormouls
1aa2204aeb
feat: replace GraphQL Apollo with GraphQL Yoga ( #7967 )
2022-05-18 19:55:43 +02:00
dblythy
38ed96ace5
fix: depreciate allowClientClassCreation defaulting to true ( #7925 )
2022-05-07 21:08:59 +02:00
Antoine Cormouls
68b15c298e
refactor: replace internal GraphQL array classes to object style ( #7788 )
2022-05-06 02:09:09 +02:00
dblythy
3fb6b2b4ab
ci: fix flaky tests for Apple Game Center authentication ( #7958 )
2022-05-01 04:26:08 +02:00
dblythy
b1e5565b22
fix: custom database options are not passed to MongoDB GridFS ( #7911 )
2022-05-01 04:21:40 +02:00
Antoine Cormouls
a169663304
refactor: add missing schema definitions ( #7917 )
2022-05-01 04:21:33 +02:00
dblythy
041197fb4c
perf: reduce database operations when using the constant parameter in Cloud Function validation ( #7892 )
2022-05-01 04:17:14 +02:00
dblythy
19900fcdf8
fix: return correct response when revert is used in beforeSave ( #7839 )
2022-05-01 02:39:56 +02:00
Manuel
af4a0417a9
fix: authentication bypass and denial of service (DoS) vulnerabilities in Apple Game Center auth adapter (GHSA-qf8x-vqjv-92gr) ( #7962 )
2022-05-01 02:28:16 +02:00
Manuel
0d6f9e951d
fix: sensitive keyword detection may produce false positives ( #7881 )
2022-03-24 02:54:07 +01:00
dblythy
443a509905
feat: improved LiveQuery error logging with additional information ( #7837 )
2022-03-23 02:11:39 +01:00
Manuel Trezza
1593575a87
build: release
2022-03-18 15:17:12 +01:00
Manuel
0c1b75fcbe
Merge branch 'beta' into build-release-beta-19837863611
2022-03-15 00:56:54 +01:00
Manuel
e569f402b1
fix: security vulnerability that allows remote code execution (GHSA-p6h4-93qp-jhcm) ( #7844 )
2022-03-12 14:47:23 +01:00
Manuel
971adb5438
fix: security vulnerability that allows remote code execution (GHSA-p6h4-93qp-jhcm) ( #7843 )
2022-03-12 13:49:57 +01:00
Antoine Cormouls
f88aa2a62a
feat: upgrade to MongoDB Node.js driver 4.x for MongoDB 5.0 support ( #7794 )
...
BREAKING CHANGE: The MongoDB GridStore adapter has been removed. By default, Parse Server already uses GridFS, so if you do not manually use the GridStore adapter, you can ignore this change.
2022-02-06 18:30:36 +01:00
yog27ray
315290d161
feat: add Cloud Code context to ParseObject.fetch ( #7779 )
2022-01-25 12:40:22 +01:00
Manuel
3b92fa1ca9
fix: schema cache not cleared in some cases ( #7771 )
2022-01-13 03:04:49 +01:00
ThornWu
5af6e5dfaa
fix: schema cache not cleared in some cases ( #7678 )
2022-01-13 02:03:33 +01:00
Corey
a5ffb95022
refactor: remove deprecated url.parse() method ( #7751 )
2022-01-06 15:26:00 +01:00
Corey
0c3feaaa17
feat: add Idempotency to Postgres ( #7750 )
2022-01-02 19:25:53 +01:00
Corey
5e363eae44
refactor: remove unnecessary error checking in PostgresAdapter ( #7761 )
2022-01-02 18:43:12 +01:00
Corey
caf4a2341f
feat: support postgresql protocol in database URI ( #7757 )
2022-01-02 15:25:43 +01:00
Corey
16b1b2a197
feat: support relativeTime query constraint on Postgres ( #7747 )
2022-01-02 01:10:54 +01:00
Ben Devore
6a6248b6cb
fix: adding or modifying a nested property requires addField permissions ( #7679 )
2021-12-07 00:52:59 +01:00
Manuel
8ee0445c0a
fix: unable to use objectId size higher than 19 on GraphQL API ( #7722 )
2021-11-27 13:36:49 +01:00
Antoine Cormouls
ed86c80772
fix: unable to use objectId size higher than 19 on GraphQL API ( #7627 )
2021-11-27 12:27:08 +01:00
Corey
c789f6c979
refactor: test moved to correct test group ( #7717 )
2021-11-25 19:16:46 +01:00