Closed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.I am not just asking a question.I have searched through existing issues.
Current Limitation
Live Query uses a parameter called "fields", where it should be "keys" like the other parts of the server
Feature / Enhancement Description
Refactor LiveQuery to use "keys"
Example Use Case
n/a
Alternatives / Workarounds
n/a
3rd Party References
n/a
Activity
parse-github-assistant commentedon Jan 16, 2023
Thanks for opening this issue!
fields
option in favor ofkeys
for semantic consistency #8388parseplatformorg commentedon Feb 17, 2023
🎉 This change has been released in version 6.0.0-alpha.33
parseplatformorg commentedon Mar 2, 2023
🎉 This change has been released in version 6.1.0-beta.1
parseplatformorg commentedon Mar 3, 2023
🎉 This change has been released in version 6.1.0-alpha.1
parseplatformorg commentedon May 1, 2023
🎉 This change has been released in version 6.1.0
fields
option tokeys
#8845mtrezza commentedon Mar 10, 2024
Note that this breaks the feature in all Parse client SDKs, as they send the
fields
parameter. They need to be changed to send thekeys
parameter instead. See for example parse-community/Parse-SDK-JS#2089.