Releases: parse-community/parse-server
Releases · parse-community/parse-server
7.0.0-alpha.14
7.0.0-alpha.14 (2024-02-14)
Bug Fixes
7.0.0-alpha.13
7.0.0-alpha.13 (2024-02-14)
Bug Fixes
7.0.0-alpha.12
7.0.0-alpha.11
7.0.0-alpha.11 (2024-01-22)
Features
BREAKING CHANGES
- Removes support for Postgres 11 and 12 (99489b2)
7.0.0-alpha.10
7.0.0-alpha.10 (2024-01-17)
Features
7.0.0-alpha.9
7.0.0-alpha.9 (2024-01-15)
Bug Fixes
7.0.0-alpha.8
7.0.0-alpha.8 (2024-01-15)
Bug Fixes
7.0.0-alpha.7
7.0.0-alpha.7 (2024-01-14)
Bug Fixes
7.0.0-alpha.6
7.0.0-alpha.6 (2024-01-14)
Bug Fixes
7.0.0-alpha.5
7.0.0-alpha.5 (2024-01-06)
Features
- Add
installationId
,ip
,resendRequest
to arguments passed toverifyUserEmails
on verification email request (#8873) (8adcbee)
BREAKING CHANGES
- The
Parse.User
passed as argument ifverifyUserEmails
is set to a function is renamed fromuser
toobject
for consistency with invocations ofverifyUserEmails
on signup or login; the user object is not a plain JavaScript object anymore but an instance ofParse.User
(8adcbee)