8.3.0 (2025-11-01)
Bug Fixes
- Error in
afterSavetrigger forParse.Roledue tonamefield (#9883) (eb052d8) - Indexes
_email_verify_tokenfor email verification and_perishable_tokenfor password reset are not created automatically (#9893) (62dd3c5) - Security upgrade to parse 7.0.1 (#9877) (abfa94c)
- Server URL verification before server is ready (#9882) (178bd5c)
- Stale data read in validation query on
Parse.Objectupdate causes inconsistency between validation read and subsequent update write operation (#9859) (f49efaf) - Warning logged when setting option
databaseOptions.disableIndexFieldValidation(#9880) (1815b01)
Features
- Add option
keepUnknownIndexesto retain indexes which are not specified in schema (#9857) (89fad46) - Add options to skip automatic creation of internal database indexes on server start (#9897) (ea91aca)
- Add Parse Server option
verifyServerUrlto disable server URL verification on server launch (#9881) (b298ccc) - Add regex option
ufor unicode support inParse.Query.matchesfor MongoDB (#9867) (7cb962a) - Add request context middleware for config and dependency injection in hooks (#8480) (64f104e)
- Add support for Postgres 18 (#9870) (d275c18)
- Allow returning objects in
Parse.Cloud.beforeFindwithout invoking database query (#9770) (0b47407) - Disable index-field validation to create index for fields that don't yet exist (#8137) (1b23475)