-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Prepare release of Parse Server 8 #9366
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Thanks for opening this issue!
|
@parse-community/server Please feel free to comment for any other things that should be included in the Parse Server 8 release, specially regarding PRs with breaking changes. |
Not breaking but i'll be happy if we can merge these ones, it's not breaking change but helps developers to achieve advanced uses cases: https://github.com/parse-community/parse-server/pulls/Moumouls I'll also take a look @mtrezza about differences with my fork, to check if i've some interesting contribution to send to the community repo I've also a PR idea about avoiding to load some adapters by default if an explicit adapter is provided (for example Postgres is always loaded even if a developer use mongo), it could help to reduce start up time of the server and also reduce integration tests of a developer stack |
Sounds good! This thread is specifically about Parse Server 8 preparations (what we can realistically achieve and merge until Dec 2024). The focus here is on breaking changes, as these are easier to do with a major server release. Everything else can be merged at any point in time after Parse Server 8 release. So all other suggestions, are best discussed by opening separate issues. Regarding Postgres, see #8715. |
I hope this issue will be resolved in the future |
Closed via #9628 |
Uh oh!
There was an error while loading. Please reload this page.
New Issue Checklist
Issue Description
Task list for release of Parse Server 8.
Tasks
Common
release-#.x.x
in GitHub repo settingsbeta
andrelease
branchesalpha
,beta
,release
are on same commitrelease-#.x.x
ci.yml
engines.node
, not just the major version, and use latest Node version, e.g. instead of>=18 <19 || >=20 <21
use>=18.2.3 <19 || >=20.2.3 <21
18.20.4
,20.18.0
,22.12.0
#9521ci.yml
package.json
6.0.19
,7.0.16
,8.0.4
#9531ci.yml
encodeParseObjectInCloudFunction
totrue
#9527PublicAPIRouter
in favor ofPagesRouter
#9526release.#.x.x
branch in the future)Excluded from this release (with explanation)
Notes
release
branch, see here why.The text was updated successfully, but these errors were encountered: