Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2025

Bumps parse-server from 8.4.0 to 8.5.0.

Release notes

Sourced from parse-server's releases.

8.5.0

8.5.0 (2025-12-01)

Bug Fixes

  • GridFSBucketAdapter throws when using some Parse Server specific options in MongoDB database options (#9915) (d3d4003)
  • Deprecation warning logged at server launch for nested Parse Server option even if option is explicitly set (#9934) (c22cb0a)
  • Parse Server option rateLimit.zone does not use default value ip (#9941) (12beb8f)
  • Queries with object field authData.provider.id are incorrectly transformed to _auth_data_provider.id for custom classes (#9932) (7b9fa18)
  • Race condition can cause multiple Apollo server initializations under load (#9929) (7d5e9fc)
  • Server internal error details leaking in error messages returned to clients (#9937) (50edb5a)

Features

  • Add beforePasswordResetRequest hook (#9906) (94cee5b)
  • Add MongoDB client event logging via database option logClientEvents (#9914) (b760733)
  • Add Parse Server option allowPublicExplain to allow Parse.Query.explain without master key (#9890) (4456b02)
  • Add Parse Server option enableSanitizedErrorResponse to remove detailed error messages from responses sent to clients (#9944) (4752197)
  • Add support for MongoDB driver options serverSelectionTimeoutMS, maxIdleTimeMS, heartbeatFrequencyMS (#9910) (1b661e9)
  • Add support for more MongoDB driver options (#9911) (cff451e)
  • Allow option publicServerURL to be set dynamically as asynchronous function (#9803) (460a65c)
  • Upgrade to parse 7.1.1 (#9954) (fa57d69)
  • Upgrade to parse 7.1.2 (#9955) (5c644a5)

Performance Improvements

  • Parse.Query.include now fetches pointers at same level in parallel (#9861) (dafea21)
  • Remove unused dependencies (#9943) (d4c6de0)
  • Upgrade MongoDB driver to 6.20.0 (#9887) (3c9af48)

8.5.0-alpha.18

8.5.0-alpha.18 (2025-12-01)

Features

8.5.0-alpha.17

8.5.0-alpha.17 (2025-12-01)

Features

8.5.0-alpha.16

8.5.0-alpha.16 (2025-11-28)

... (truncated)

Commits
  • b479102 chore(release): 8.5.0 [skip ci]
  • 5a1cdab build: Release (#9956)
  • 77bcdfc empty commit to trigger CI
  • bdc71be chore(release): 8.5.0-alpha.18 [skip ci]
  • 5c644a5 feat: Upgrade to parse 7.1.2 (#9955)
  • 0e1cb33 chore(release): 8.5.0-alpha.17 [skip ci]
  • fa57d69 feat: Upgrade to parse 7.1.1 (#9954)
  • a906a11 chore(release): 8.5.0-alpha.16 [skip ci]
  • 4752197 feat: Add Parse Server option enableSanitizedErrorResponse to remove detail...
  • 73e7812 chore(release): 8.5.0-alpha.15 [skip ci]
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Bot label; pull requests that updates a dependency file javascript Pull requests that update javascript code labels Dec 2, 2025
@parse-github-assistant
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title refactor: bump parse-server from 8.4.0 to 8.5.0 refactor: Bump parse-server from 8.4.0 to 8.5.0 Dec 2, 2025
@parseplatformorg
Copy link
Contributor

parseplatformorg commented Dec 2, 2025

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.

@coderabbitai
Copy link

coderabbitai bot commented Dec 2, 2025

Important

Review skipped

Bot user detected.

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.


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

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/parse-server-8.5.0 branch from 33ec2cb to bdd06f9 Compare December 3, 2025 15:10
Bumps [parse-server](https://github.com/parse-community/parse-server) from 8.4.0 to 8.5.0.
- [Release notes](https://github.com/parse-community/parse-server/releases)
- [Changelog](https://github.com/parse-community/parse-server/blob/alpha/CHANGELOG.md)
- [Commits](parse-community/parse-server@8.4.0...8.5.0)

---
updated-dependencies:
- dependency-name: parse-server
  dependency-version: 8.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/parse-server-8.5.0 branch from bdd06f9 to 5026655 Compare December 3, 2025 18:40
@mtrezza mtrezza merged commit ccd84f7 into alpha Dec 3, 2025
12 checks passed
@mtrezza mtrezza deleted the dependabot/npm_and_yarn/parse-server-8.5.0 branch December 3, 2025 18:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Bot label; pull requests that updates a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants