parse-server
parse-server copied to clipboard
Parse Server for Node.js / Express
### New Feature / Enhancement Checklist - Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy). - Any contribution is under this [license](https://github.com/parse-community/parse-server/blob/alpha/LICENSE). - Before posting search [existing issues](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ### Current Limitation For some cloud...
Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 11.0.2 to 11.0.3. Release notes Sourced from @semantic-release/github's releases. v11.0.3 11.0.3 (2025-05-25) Bug Fixes deps: update octokit monorepo (major) (#1049) (b60a983) Commits b60a983 fix(deps): update octokit monorepo...
 Snyk has created this PR to upgrade @apollo/server from 4.12.0 to 4.12.1. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
### New Feature / Enhancement Checklist - Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy). - Any contribution is under this [license](https://github.com/parse-community/parse-server/blob/alpha/LICENSE). - Before posting search [existing issues](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ### Current Limitation The option `publicServerURL`...
## Pull Request - Report security issues [confidentially](https://github.com/parse-community/parse-server/security/policy). - Any contribution is under this [license](https://github.com/parse-community/parse-server/blob/alpha/LICENSE). - Link this pull request to an [issue](https://github.com/parse-community/parse-server/issues?q=is%3Aissue). ## Issue Closes: https://github.com/parse-community/parse-server/issues/8693 ## Approach This...
# Transaction Support Across Parse Server Triggers This modification extends Parse Server to support **multi-operation transactions** across `beforeSave`, `afterSave`, and other Cloud Code triggers using a **shared transactional context**. ---...
 Snyk has created this PR to upgrade redis from 4.7.0 to 5.1.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
 Snyk has created this PR to upgrade express from 4.21.2 to 5.1.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
 Snyk has created this PR to upgrade commander from 13.1.0 to 14.0.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
### Current Limitation To ensure data remains synchronized on my client, I must perform several queries and subscribe to live queries whenever the app returns online after being offline even...