refactor: Bump parse-server from 5.5.6 to 7.2.0
Bumps parse-server from 5.5.6 to 7.2.0.
Release notes
Sourced from parse-server's releases.
7.2.0
7.2.0 (2024-07-09)
Bug Fixes
Features
- Add support for dot notation on array fields of Parse Object (#9115) (cf4c880)
- Upgrade to
@parse/push-adapter6.4.0 (#9182) (ef1634b)- Upgrade to Parse JS SDK 5.3.0 (#9180) (dca187f)
7.2.0-beta.1
7.2.0-beta.1 (2024-07-09)
Bug Fixes
Features
- Add support for dot notation on array fields of Parse Object (#9115) (cf4c880)
- Upgrade to
@parse/push-adapter6.4.0 (#9182) (ef1634b)- Upgrade to Parse JS SDK 5.3.0 (#9180) (dca187f)
7.1.0
7.1.0 (2024-06-30)
[!WARNING] We recommend to skip this release. This release contains a bug in which a Parse Object property that is an object is converted to an array if the object's nested key name is number-like. For example, a Parse Object property that is stored in the database as object
{ 0: 'a' }is returned as array['a']. The bug has been introduced via the Parse JS SDK 5.2.0 which is used in Parse Server Cloud Code. Other Parse client SDKs and the Parse Server REST API are unaffected. For more information see the release notes of Parse JS SDK 5.3.0 in which the bug has been fixed.Bug Fixes
Parse.Cloud.startJobandParse.Push.sendnot returning status ID when setting Parse Server optiondirectAccess: true(#8766) (5b0efb2)Requiredoption not handled correctly for special fields (File, GeoPoint, Polygon) on GraphQL API mutations (#8915) (907ad42)- Facebook Limited Login not working due to incorrect domain in JWT validation (#9122) (9d0bd2b)
- Live query throws error when constraint
notEqualTois set tonull(#8835) (11d3e48)- Parse Server option
extendSessionOnUsenot working for session lengths < 24 hours (#9113) (0a054e6)- Rate limiting can fail when using Parse Server option
rateLimit.redisUrlwith clusters (#8632) (c277739)- SQL injection when using Parse Server with PostgreSQL; fixes security vulnerability GHSA-c2hr-cqg6-8j6r (#9167) (2edf1e4)
Features
... (truncated)
Commits
1979de0chore(release): 7.2.0 [skip ci]6f2fc44build: Release (#9189)c696e1eempty70146bbchore(release): 7.2.0-beta.1 [skip ci]694da02build: Release (#9186)e1d4d12Merge branch 'release' into build68922c8refactor: Upgrade semantic release (#9185)1e21b69test: Object data type should not change frombeforeSavetoafterSavetri...3353998chore(release): 7.1.0-alpha.16 [skip ci]cf4c880feat: Add support for dot notation on array fields of Parse Object (#9115)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
I will reformat the title to use the proper commit message syntax.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.