Skip to content

Conversation

@parseplatformorg
Copy link
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.

dblythy and others added 30 commits November 7, 2025 19:18
# [8.5.0-alpha.1](8.4.0...8.5.0-alpha.1) (2025-11-07)

### Features

* Allow option `publicServerURL` to be set dynamically as asynchronous function ([#9803](#9803)) ([460a65c](460a65c))
# [8.5.0-alpha.2](8.5.0-alpha.1...8.5.0-alpha.2) (2025-11-07)

### Features

* Add support for MongoDB driver options `serverSelectionTimeoutMS`, `maxIdleTimeMS`, `heartbeatFrequencyMS` ([#9910](#9910)) ([1b661e9](1b661e9))
# [8.5.0-alpha.3](8.5.0-alpha.2...8.5.0-alpha.3) (2025-11-07)

### Features

* Add support for more MongoDB driver options ([#9911](#9911)) ([cff451e](cff451e))
# [8.5.0-alpha.4](8.5.0-alpha.3...8.5.0-alpha.4) (2025-11-08)

### Features

* Add MongoDB client event logging via database option `logClientEvents` ([#9914](#9914)) ([b760733](b760733))
# [8.5.0-alpha.5](8.5.0-alpha.4...8.5.0-alpha.5) (2025-11-08)

### Features

* Add Parse Server option `allowPublicExplain` to allow `Parse.Query.explain` without master key ([#9890](#9890)) ([4456b02](4456b02))
# [8.5.0-alpha.6](8.5.0-alpha.5...8.5.0-alpha.6) (2025-11-08)

### Bug Fixes

* `GridFSBucketAdapter` throws when using some Parse Server specific options in MongoDB database options ([#9915](#9915)) ([d3d4003](d3d4003))
# [8.5.0-alpha.7](8.5.0-alpha.6...8.5.0-alpha.7) (2025-11-08)

### Performance Improvements

* Upgrade MongoDB driver to 6.20.0 ([#9887](#9887)) ([3c9af48](3c9af48))
# [8.5.0-alpha.8](8.5.0-alpha.7...8.5.0-alpha.8) (2025-11-17)

### Performance Improvements

* `Parse.Query.include` now fetches pointers at same level in parallel ([#9861](#9861)) ([dafea21](dafea21))
# [8.5.0-alpha.9](8.5.0-alpha.8...8.5.0-alpha.9) (2025-11-17)

### Bug Fixes

* Race condition can cause multiple Apollo server initializations under load ([#9929](#9929)) ([7d5e9fc](7d5e9fc))
… transformed to `_auth_data_provider.id` for custom classes (#9932)
# [8.5.0-alpha.10](8.5.0-alpha.9...8.5.0-alpha.10) (2025-11-17)

### Bug Fixes

* Queries with object field `authData.provider.id` are incorrectly transformed to `_auth_data_provider.id` for custom classes ([#9932](#9932)) ([7b9fa18](7b9fa18))
dependabot bot and others added 20 commits November 17, 2025 18:17
# [8.5.0-alpha.11](8.5.0-alpha.10...8.5.0-alpha.11) (2025-11-17)

### Bug Fixes

* Deprecation warning logged at server launch for nested Parse Server option even if option is explicitly set ([#9934](#9934)) ([c22cb0a](c22cb0a))
# [8.5.0-alpha.12](8.5.0-alpha.11...8.5.0-alpha.12) (2025-11-19)

### Features

* Add `beforePasswordResetRequest` hook ([#9906](#9906)) ([94cee5b](94cee5b))
# [8.5.0-alpha.13](8.5.0-alpha.12...8.5.0-alpha.13) (2025-11-23)

### Bug Fixes

* Server internal error details leaking in error messages returned to clients ([#9937](#9937)) ([50edb5a](50edb5a))
# [8.5.0-alpha.14](8.5.0-alpha.13...8.5.0-alpha.14) (2025-11-23)

### Bug Fixes

* Parse Server option `rateLimit.zone` does not use default value `ip` ([#9941](#9941)) ([12beb8f](12beb8f))
# [8.5.0-alpha.15](8.5.0-alpha.14...8.5.0-alpha.15) (2025-11-23)

### Performance Improvements

* Remove unused dependencies ([#9943](#9943)) ([d4c6de0](d4c6de0))
…e detailed error messages from responses sent to clients (#9944)
# [8.5.0-alpha.16](8.5.0-alpha.15...8.5.0-alpha.16) (2025-11-28)

### Features

* Add Parse Server option `enableSanitizedErrorResponse` to remove detailed error messages from responses sent to clients ([#9944](#9944)) ([4752197](4752197))
# [8.5.0-alpha.17](8.5.0-alpha.16...8.5.0-alpha.17) (2025-12-01)

### Features

* Upgrade to parse 7.1.1 ([#9954](#9954)) ([fa57d69](fa57d69))
# [8.5.0-alpha.18](8.5.0-alpha.17...8.5.0-alpha.18) (2025-12-01)

### Features

* Upgrade to parse 7.1.2 ([#9955](#9955)) ([5c644a5](5c644a5))
@parse-github-assistant
Copy link

🚀 Thanks for opening this pull request!

@coderabbitai
Copy link

coderabbitai bot commented Dec 1, 2025

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.

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

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch build/release-20251201

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
Contributor Author

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

Status Scanner 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

codecov bot commented Dec 1, 2025

Codecov Report

❌ Patch coverage is 91.77489% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.75%. Comparing base (81b47f2) to head (77bcdfc).
⚠️ Report is 53 commits behind head on release.

Files with missing lines Patch % Lines
src/Config.js 91.42% 3 Missing ⚠️
src/GraphQL/ParseGraphQLServer.js 76.92% 3 Missing ⚠️
src/GraphQL/loaders/schemaMutations.js 57.14% 3 Missing ⚠️
src/Error.js 83.33% 2 Missing ⚠️
src/Routers/UsersRouter.js 90.00% 2 Missing ⚠️
src/Controllers/SchemaController.js 83.33% 1 Missing ⚠️
src/GraphQL/loaders/usersQueries.js 66.66% 1 Missing ⚠️
src/Routers/GraphQLRouter.js 50.00% 1 Missing ⚠️
src/Routers/PurgeRouter.js 50.00% 1 Missing ⚠️
src/cloud-code/Parse.Cloud.js 88.88% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff             @@
##           release    #9956      +/-   ##
===========================================
+ Coverage    93.04%   93.75%   +0.70%     
===========================================
  Files          187      188       +1     
  Lines        15160    15297     +137     
  Branches       177      177              
===========================================
+ Hits         14106    14341     +235     
+ Misses        1042      944      -98     
  Partials        12       12              

☔ 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 5a1cdab into release Dec 1, 2025
25 of 27 checks passed
@mtrezza mtrezza deleted the build/release-20251201 branch December 1, 2025 19:53
@parseplatformorg
Copy link
Contributor Author

🎉 This change has been released in version 8.5.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Dec 1, 2025
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.

7 participants