Skip to content

Deprecate LiveQuery fields in preference for LiveQuery keys #8389

Closed
@dblythy

Description

@dblythy
Member

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

parse-github-assistant commented on Jan 16, 2023

@parse-github-assistant

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!
parseplatformorg

parseplatformorg commented on Feb 17, 2023

@parseplatformorg
Contributor

🎉 This change has been released in version 6.0.0-alpha.33

parseplatformorg

parseplatformorg commented on Mar 2, 2023

@parseplatformorg
Contributor

🎉 This change has been released in version 6.1.0-beta.1

parseplatformorg

parseplatformorg commented on Mar 3, 2023

@parseplatformorg
Contributor

🎉 This change has been released in version 6.1.0-alpha.1

parseplatformorg

parseplatformorg commented on May 1, 2023

@parseplatformorg
Contributor

🎉 This change has been released in version 6.1.0

mtrezza

mtrezza commented on Mar 10, 2024

@mtrezza
Member

Note that this breaks the feature in all Parse client SDKs, as they send the fields parameter. They need to be changed to send the keys parameter instead. See for example parse-community/Parse-SDK-JS#2089.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Participants

      @dblythy@mtrezza@parseplatformorg

      Issue actions

        Deprecate LiveQuery `fields` in preference for LiveQuery `keys` · Issue #8389 · parse-community/parse-server