parse-community / parse-community/parse-server

Missing deprecation of non-array list for keys and excludeKeys

Open
#7,719 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

type:bug
Dominant language
JavaScript
Stars
21.4k
Forks
4.8k
Avg merge
7h 45m
Merged PRs (30d)
11

Description

New Issue Checklist
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.