parse-community / parse-community/parse-server
Missing deprecation of non-array list for keys and excludeKeys
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 21.4k
- Forks
- 4.8k
- Avg merge
- 7h 45m
- Merged PRs (30d)
- 11
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest version of Parse Server.
Issue Description
Issue https://github.com/parse-community/parse-server/issues/7245 deprecated comma separated string lists in favor of arrays, starting with Parse Server 5. The deprecation however is not implemented in code (via runtime deprecation) and documented in the deprecation table.
In order remove the deprecation in the future, as per policy it has to be officially communicated for a full major release (1 year). If the deprecation is officially added before Parse Server 5 release, the removal can happen earliest with Parse Server 6 (2023).
Steps to reproduce
n/a
Actual Outcome
n/a
Expected Outcome
n/a
Environment
n/a
Logs
n/a
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files or tests; begin by reviewing issue #7245, the runtime deprecation policy, and the deprecation table. Done means non-array values for keys and excludeKeys receive the intended runtime deprecation and the deprecation is recorded in the table.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, node.js
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100