Skip to content

build: Release#10354

Merged
mtrezza merged 65 commits intoreleasefrom
build/release-20260330
Mar 30, 2026
Merged

build: Release#10354
mtrezza merged 65 commits intoreleasefrom
build/release-20260330

Conversation

@parseplatformorg
Copy link
Copy Markdown
Contributor

Release

This pull request was created automatically according to the release cycle.

Warning

Only use Merge Commit to merge this pull request. Do not use Rebase and Merge or Squash and Merge.

mtrezza and others added 30 commits March 22, 2026 21:30
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# [9.7.0-alpha.1](9.6.1...9.7.0-alpha.1) (2026-03-23)

### Features

* Add `protectedFieldsTriggerExempt` option to exempt Cloud Code triggers from `protectedFields` ([#10288](#10288)) ([1610f98](1610f98))
# [9.7.0-alpha.2](9.7.0-alpha.1...9.7.0-alpha.2) (2026-03-23)

### Features

* Add `protectedFieldsSaveResponseExempt` option to strip protected fields from save responses ([#10289](#10289)) ([4f7cb53](4f7cb53))
# [9.7.0-alpha.3](9.7.0-alpha.2...9.7.0-alpha.3) (2026-03-23)

### Bug Fixes

* Maintenance key blocked from querying protected fields ([#10290](#10290)) ([7c8b213](7c8b213))
# [9.7.0-alpha.4](9.7.0-alpha.3...9.7.0-alpha.4) (2026-03-24)

### Bug Fixes

* Missing error messages in Parse errors ([#10304](#10304)) ([f128048](f128048))
# [9.7.0-alpha.5](9.7.0-alpha.4...9.7.0-alpha.5) (2026-03-25)

### Bug Fixes

* Postgres query on non-existent column throws internal server error ([#10308](#10308)) ([c5c4325](c5c4325))
dependabot bot and others added 22 commits March 27, 2026 19:22
# [9.7.0-alpha.11](9.7.0-alpha.10...9.7.0-alpha.11) (2026-03-28)

### Bug Fixes

* Cloud function validator bypass via prototype chain traversal ([GHSA-vpj2-qq7w-5qq6](https://github.com/parse-community/parse-server/security/advisories/GHSA-vpj2-qq7w-5qq6)) ([#10342](#10342)) ([dc59e27](dc59e27))
# [9.7.0-alpha.12](9.7.0-alpha.11...9.7.0-alpha.12) (2026-03-29)

### Bug Fixes

* GraphQL complexity validator exponential fragment traversal DoS ([GHSA-mfj6-6p54-m98c](GHSA-mfj6-6p54-m98c)) ([#10344](#10344)) ([f759bda](f759bda))
# [9.7.0-alpha.13](9.7.0-alpha.12...9.7.0-alpha.13) (2026-03-29)

### Features

* Add support for `partialFilterExpression` in MongoDB storage adapter ([#10346](#10346)) ([8dd7bf2](8dd7bf2))
# [9.7.0-alpha.14](9.7.0-alpha.13...9.7.0-alpha.14) (2026-03-29)

### Bug Fixes

* Session field immutability bypass via falsy-value guard ([GHSA-f6j3-w9v3-cq22](GHSA-f6j3-w9v3-cq22)) ([#10347](#10347)) ([9080296](9080296))
# [9.7.0-alpha.15](9.7.0-alpha.14...9.7.0-alpha.15) (2026-03-29)

### Bug Fixes

* Batch login sub-request rate limit uses IP-based keying ([#10349](#10349)) ([63c37c4](63c37c4))
# [9.7.0-alpha.16](9.7.0-alpha.15...9.7.0-alpha.16) (2026-03-29)

### Bug Fixes

* LiveQuery protected-field guard bypass via array-like logical operator value ([GHSA-mmg8-87c5-jrc2](GHSA-mmg8-87c5-jrc2)) ([#10350](#10350)) ([f63fd1a](f63fd1a))
# [9.7.0-alpha.17](9.7.0-alpha.16...9.7.0-alpha.17) (2026-03-29)

### Bug Fixes

* Cloud Code trigger context vulnerable to prototype pollution ([#10352](#10352)) ([d5f5128](d5f5128))
…ount` and `modifiedCount` from `DatabaseController.update` with `many: true` (#10353)
# [9.7.0-alpha.18](9.7.0-alpha.17...9.7.0-alpha.18) (2026-03-30)

### Features

* Extend storage adapter interface to optionally return `matchedCount` and `modifiedCount` from `DatabaseController.update` with `many: true` ([#10353](#10353)) ([aea7596](aea7596))
@parse-github-assistant
Copy link
Copy Markdown

🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review.

Tip

  • Keep pull requests small. Large PRs will be rejected. Break complex features into smaller, incremental PRs.
  • Use Test Driven Development. Write failing tests before implementing functionality. Ensure tests pass.
  • Group code into logical blocks. Add a short comment before each block to explain its purpose.
  • We offer conceptual guidance. Coding is up to you. PRs must be merge-ready for human review.
  • Our review focuses on concept, not quality. PRs with code issues will be rejected. Use an AI agent.
  • Human review time is precious. Avoid review ping-pong. Inspect and test your AI-generated code.

Note

Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect.

Caution

Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 30, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 2195ad52-0856-4240-92a2-3c3d3b97b2f1

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch build/release-20260330

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@parseplatformorg
Copy link
Copy Markdown
Contributor Author

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 30, 2026

Codecov Report

❌ Patch coverage is 84.48276% with 18 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.51%. Comparing base (7fed5d3) to head (d01675b).
⚠️ Report is 68 commits behind head on release.

Files with missing lines Patch % Lines
src/LiveQuery/ParseLiveQueryServer.ts 76.00% 2 Missing and 4 partials ⚠️
src/RestWrite.js 87.17% 5 Missing ⚠️
src/GraphQL/helpers/queryComplexity.js 86.95% 3 Missing ⚠️
src/LiveQuery/QueryTools.js 50.00% 3 Missing ⚠️
src/RestQuery.js 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           release   #10354      +/-   ##
===========================================
- Coverage    92.55%   92.51%   -0.04%     
===========================================
  Files          192      192              
  Lines        16484    16554      +70     
  Branches       227      231       +4     
===========================================
+ Hits         15256    15315      +59     
- Misses        1208     1217       +9     
- Partials        20       22       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mtrezza mtrezza merged commit 6d0bd1e into release Mar 30, 2026
22 of 24 checks passed
@mtrezza mtrezza deleted the build/release-20260330 branch March 30, 2026 00:30
@parseplatformorg
Copy link
Copy Markdown
Contributor Author

🎉 This change has been released in version 9.7.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Mar 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

state:released Released as stable version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants