Skip to content

Releases: parse-community/parse-server

8.3.0

01 Nov 20:18

Choose a tag to compare

8.3.0 (2025-11-01)

Bug Fixes

  • Error in afterSave trigger for Parse.Role due to name field (#9883) (eb052d8)
  • Indexes _email_verify_token for email verification and _perishable_token for 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.Object update causes inconsistency between validation read and subsequent update write operation (#9859) (f49efaf)
  • Warning logged when setting option databaseOptions.disableIndexFieldValidation (#9880) (1815b01)

Features

  • Add option keepUnknownIndexes to 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 verifyServerUrl to disable server URL verification on server launch (#9881) (b298ccc)
  • Add regex option u for unicode support in Parse.Query.matches for 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.beforeFind without invoking database query (#9770) (0b47407)
  • Disable index-field validation to create index for fields that don't yet exist (#8137) (1b23475)

8.3.0-alpha.14

01 Nov 17:23

Choose a tag to compare

8.3.0-alpha.14 Pre-release
Pre-release

8.3.0-alpha.14 (2025-11-01)

Features

  • Add options to skip automatic creation of internal database indexes on server start (#9897) (ea91aca)

8.3.0-alpha.13

01 Nov 12:53

Choose a tag to compare

8.3.0-alpha.13 Pre-release
Pre-release

8.3.0-alpha.13 (2025-11-01)

Bug Fixes

  • Indexes _email_verify_token for email verification and _perishable_token password reset are not created automatically (#9893) (62dd3c5)

8.3.0-alpha.12

25 Oct 16:03

Choose a tag to compare

8.3.0-alpha.12 Pre-release
Pre-release

8.3.0-alpha.12 (2025-10-25)

Features

  • Add Parse Server option verifyServerUrl to disable server URL verification on server launch (#9881) (b298ccc)

8.3.0-alpha.11

24 Oct 18:59

Choose a tag to compare

8.3.0-alpha.11 Pre-release
Pre-release

8.3.0-alpha.11 (2025-10-24)

Bug Fixes

  • Stale data read in validation query on Parse.Object update causes inconsistency between validation read and subsequent update write operation (#9859) (f49efaf)

8.3.0-alpha.10

22 Oct 12:13

Choose a tag to compare

8.3.0-alpha.10 Pre-release
Pre-release

8.3.0-alpha.10 (2025-10-22)

Bug Fixes

  • Error in afterSave trigger for Parse.Role due to name field (#9883) (eb052d8)

8.3.0-alpha.9

19 Oct 19:26

Choose a tag to compare

8.3.0-alpha.9 Pre-release
Pre-release

8.3.0-alpha.9 (2025-10-19)

Bug Fixes

  • Server URL verification before server is ready (#9882) (178bd5c)

8.3.0-alpha.8

16 Oct 07:30

Choose a tag to compare

8.3.0-alpha.8 Pre-release
Pre-release

8.3.0-alpha.8 (2025-10-16)

Bug Fixes

  • Warning logged when setting option databaseOptions.disableIndexFieldValidation (#9880) (1815b01)

8.3.0-alpha.7

15 Oct 16:40

Choose a tag to compare

8.3.0-alpha.7 Pre-release
Pre-release

8.3.0-alpha.7 (2025-10-15)

Bug Fixes

8.3.0-alpha.6

14 Oct 18:17

Choose a tag to compare

8.3.0-alpha.6 Pre-release
Pre-release

8.3.0-alpha.6 (2025-10-14)

Features

  • Add request context middleware for config and dependency injection in hooks (#8480) (64f104e)