parse-community / parse-server-example

Example of Parse Server using the express framework.
http://parseplatform.org
1.89k stars 5.44k forks source link

feat: Upgrade parse-server from 7.2.0 to 7.3.0 #529

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps parse-server from 7.2.0 to 7.3.0.

Release notes

Sourced from parse-server's releases.

7.3.0

7.3.0 (2024-10-03)

Bug Fixes

  • Custom object ID allows to acquire role privileges (GHSA-8xq9-g7ch-35hg) (#9317) (13ee52f)
  • Parse Server databaseOptions nested keys incorrectly identified as invalid (#9213) (77206d8)
  • Parse Server installation fails due to post install script incorrectly parsing required min. Node version (#9216) (0fa82a5)
  • Parse Server option maxLogFiles doesn't recognize day duration literals such as 1d to mean 1 day (#9215) (0319cee)
  • Security upgrade path-to-regexp from 6.2.1 to 6.3.0 (#9314) (8b7fe69)

Features

  • Add atomic operations for Cloud Config parameters (#9219) (35cadf9)
  • Add Cloud Code triggers Parse.Cloud.beforeSave and Parse.Cloud.afterSave for Parse Config (#9232) (90a1e4a)
  • Add Node 22 support (#9187) (7778471)
  • Add support for asynchronous invocation of FilesAdapter.getFileLocation (#9271) (1a2da40)

7.3.0-beta.1

7.3.0-beta.1 (2024-10-03)

Bug Fixes

  • Custom object ID allows to acquire role privileges (GHSA-8xq9-g7ch-35hg) (#9317) (13ee52f)
  • Parse Server databaseOptions nested keys incorrectly identified as invalid (#9213) (77206d8)
  • Parse Server installation fails due to post install script incorrectly parsing required min. Node version (#9216) (0fa82a5)
  • Parse Server option maxLogFiles doesn't recognize day duration literals such as 1d to mean 1 day (#9215) (0319cee)
  • Security upgrade path-to-regexp from 6.2.1 to 6.3.0 (#9314) (8b7fe69)

Features

  • Add atomic operations for Cloud Config parameters (#9219) (35cadf9)
  • Add Cloud Code triggers Parse.Cloud.beforeSave and Parse.Cloud.afterSave for Parse Config (#9232) (90a1e4a)
  • Add Node 22 support (#9187) (7778471)
  • Add support for asynchronous invocation of FilesAdapter.getFileLocation (#9271) (1a2da40)

7.3.0-alpha.9

7.3.0-alpha.9 (2024-10-03)

Bug Fixes

7.3.0-alpha.8

7.3.0-alpha.8 (2024-09-25)

... (truncated)

Commits


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 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)
parse-github-assistant[bot] commented 1 month ago

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

parse-github-assistant[bot] commented 1 month ago

Thanks for opening this pull request!