Skip to content

Add atomic operations for Cloud Config parameters #8649

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

Closed
3 tasks done
mtrezza opened this issue Jun 21, 2023 · 4 comments · Fixed by #9219
Closed
3 tasks done

Add atomic operations for Cloud Config parameters #8649

mtrezza opened this issue Jun 21, 2023 · 4 comments · Fixed by #9219
Labels
bounty:$50 Bounty applies for fixing this issue (Parse Bounty Program) state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:feature New feature or improvement of existing feature

Comments

@mtrezza
Copy link
Member

mtrezza commented Jun 21, 2023

New Feature / Enhancement Checklist

Current Limitation

Parse Cloud Config parameters do not support atomic updates. For example, adding an entry to an array or incrementing a value.

Feature / Enhancement Description

Add support for atomic updates, similar to the atomic operations increment, add for Parse Objects.

Example Use Case

// Increment number
await Parse.Config.increment({ key: value });

// Add item to array
await Parse.Config.add({ key: value });
@parse-github-assistant
Copy link

parse-github-assistant bot commented Jun 21, 2023

Thanks for opening this issue!

  • 🎉 We are excited about your ideas for improvement!

@mtrezza mtrezza added type:feature New feature or improvement of existing feature bounty:$50 Bounty applies for fixing this issue (Parse Bounty Program) labels Jun 21, 2023
@mtrezza mtrezza changed the title Add atomic update for Cloud Config parameter Add atomic operations for Cloud Config parameter Jun 21, 2023
@mtrezza mtrezza changed the title Add atomic operations for Cloud Config parameter Add atomic operations for Cloud Config parameters Jun 21, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 7.3.0-alpha.4

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Jul 18, 2024
@parseplatformorg
Copy link
Contributor

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

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Oct 3, 2024
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 7.3.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty:$50 Bounty applies for fixing this issue (Parse Bounty Program) state:released Released as stable version state:released-alpha Released as alpha version state:released-beta Released as beta version type:feature New feature or improvement of existing feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants