6.0.0-alpha.4
Pre-release
Pre-release
·
838 commits
to alpha
since this release
6.0.0-alpha.4 (2022-11-10)
Features
BREAKING CHANGES
- Config option
directAccess
defaults to true; set this tofalse
in environments where multiple Parse Server instances run behind a load balancer and Parse requests within the current Node.js environment should be routed via the load balancer and distributed as HTTP requests among all instances via theserverURL
. (f535ee6)