Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: depreciate allowClientClassCreation defaulting to true #7925

Merged
merged 39 commits into from
May 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
9ef1968
ci: fix node engine check (#7891)
mtrezza Mar 25, 2022
f63fb2b
fix: return correct response when revert is used in beforeSave (#7839)
dblythy Mar 26, 2022
b3199d7
chore(release): 5.2.1-alpha.1 [skip ci]
semantic-release-bot Mar 26, 2022
48bd512
perf: reduce database operations when using the constant parameter in…
dblythy Mar 26, 2022
e0cca58
chore(release): 5.2.1-alpha.2 [skip ci]
semantic-release-bot Mar 26, 2022
90155cf
feat: add MongoDB 5.1 compatibility (#7682)
github-actions[bot] Mar 27, 2022
499cead
chore(release): 5.3.0-alpha.1 [skip ci]
semantic-release-bot Mar 27, 2022
ef56e98
fix: security upgrade parse push adapter from 4.1.0 to 4.1.2 (#7893)
mtrezza Mar 27, 2022
119dbe0
chore(release): 5.3.0-alpha.2 [skip ci]
semantic-release-bot Mar 27, 2022
6b4b358
feat: add MongoDB 5.2 support (#7894)
mtrezza Mar 27, 2022
75eca2d
chore(release): 5.3.0-alpha.3 [skip ci]
semantic-release-bot Mar 27, 2022
132a3e0
refactor: upgrade mongodb from 4.3.1 to 4.4.1 (#7906)
snyk-bot Apr 3, 2022
d74b6a3
ci: bump environment (#7907)
github-actions[bot] Apr 3, 2022
2b0957c
refactor: add missing schema definitions (#7917)
Moumouls Apr 3, 2022
a72b384
fix: custom database options are not passed to MongoDB GridFS (#7911)
dblythy Apr 4, 2022
0b929db
chore(release): 5.3.0-alpha.4 [skip ci]
semantic-release-bot Apr 4, 2022
6dbb696
fix: depreciate allowClientClassCreation defaulting to true
dblythy Apr 5, 2022
3680666
Update DEPRECATIONS.md
dblythy Apr 5, 2022
ef3680a
refactor: upgrade @apollo/client from 3.5.8 to 3.5.9 (#7921)
snyk-bot Apr 9, 2022
6b68593
fix: security upgrade moment from 2.29.1 to 2.29.2 (#7931)
dependabot[bot] Apr 9, 2022
e88fb72
chore(release): 5.3.0-alpha.5 [skip ci]
semantic-release-bot Apr 9, 2022
d84b02e
Merge branch 'alpha' into depreciate-allow-client-class
mtrezza Apr 9, 2022
b7a1d76
fix: peer dependency mismatch for GraphQL dependencies (#7934)
marvinroger Apr 11, 2022
34b8110
chore(release): 5.3.0-alpha.6 [skip ci]
semantic-release-bot Apr 11, 2022
43ad5b3
refactor: upgrade @graphql-tools/links from 8.2.2 to 8.2.4 (#7932)
snyk-bot Apr 11, 2022
b45d44e
refactor: upgrade @graphql-tools/links from 8.2.4 to 8.2.6 (#7935)
snyk-bot Apr 15, 2022
8b91961
refactor: upgrade @graphql-tools/links from 8.2.6 to 8.2.7 (#7941)
dplewis Apr 17, 2022
122afcf
refactor: upgrade body-parser from 1.19.1 to 1.19.2 (#7944)
dplewis Apr 20, 2022
4c6c9fa
Merge branch 'alpha' into depreciate-allow-client-class
mtrezza Apr 21, 2022
8868628
refactor: upgrade @graphql-tools/links from 8.2.7 to 8.2.8 (#7945)
dplewis Apr 22, 2022
09d66b6
Merge branch 'alpha' into depreciate-allow-client-class
mtrezza Apr 22, 2022
20fc4e2
fix: security upgrade @parse/fs-files-adapter from 1.2.1 to 1.2.2 (#7…
snyk-bot Apr 25, 2022
8cf0b5e
chore(release): 5.3.0-alpha.7 [skip ci]
semantic-release-bot Apr 25, 2022
7bdbcf8
Merge branch 'alpha' into depreciate-allow-client-class
dblythy Apr 27, 2022
ac80bdd
refactor: upgrade winston from 3.5.1 to 3.7.2 (#7954)
mtrezza Apr 27, 2022
7dd304a
Update DEPRECATIONS.md
dblythy Apr 27, 2022
68e561c
Merge branch 'alpha' into depreciate-allow-client-class
dblythy Apr 27, 2022
4c0830c
Update DEPRECATIONS.md
dblythy Apr 28, 2022
2b39213
Merge branch 'alpha' into depreciate-allow-client-class
mtrezza May 7, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DEPRECATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The following is a list of deprecations, according to the [Deprecation Policy](h
| DEPPS2 | Config option `directAccess` defaults to `true` | [#6636](https://github.com/parse-community/parse-server/pull/6636) | 5.0.0 (2022) | 6.0.0 (2023) | deprecated | - |
| DEPPS3 | Config option `enforcePrivateUsers` defaults to `true` | [#7319](https://github.com/parse-community/parse-server/pull/7319) | 5.0.0 (2022) | 6.0.0 (2023) | deprecated | - |
| DEPPS4 | Remove convenience method for http request `Parse.Cloud.httpRequest` | [#7589](https://github.com/parse-community/parse-server/pull/7589) | 5.0.0 (2022) | 6.0.0 (2023) | deprecated | - |
| DEPPS5 | Config option `allowClientClassCreation` defaults to `false` | [#7925](https://github.com/parse-community/parse-server/pull/7925) | 5.3.0 (2023) | 7.0.0 (2024) | deprecated | - |

[i_deprecation]: ## "The version and date of the deprecation."
[i_removal]: ## "The version and date of the planned removal."
Expand Down
1 change: 1 addition & 0 deletions src/Deprecator/Deprecations.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ module.exports = [
"Additionally, the environment variable 'PARSE_SERVER_ENABLE_EXPERIMENTAL_DIRECT_ACCESS' will be deprecated and renamed to 'PARSE_SERVER_DIRECT_ACCESS' in a future version; it is currently possible to use either one.",
},
{ optionKey: 'enforcePrivateUsers', changeNewDefault: 'true' },
{ optionKey: 'allowClientClassCreation', changeNewDefault: 'false' },
];