Skip to content

Releases: parse-community/parse-server

8.5.0-alpha.4

08 Nov 14:49

Choose a tag to compare

8.5.0-alpha.4 Pre-release
Pre-release

8.5.0-alpha.4 (2025-11-08)

Features

  • Add MongoDB client event logging via database option logClientEvents (#9914) (b760733)

8.5.0-alpha.3

07 Nov 20:42

Choose a tag to compare

8.5.0-alpha.3 Pre-release
Pre-release

8.5.0-alpha.3 (2025-11-07)

Features

  • Add support for more MongoDB driver options (#9911) (cff451e)

8.5.0-alpha.2

07 Nov 19:12

Choose a tag to compare

8.5.0-alpha.2 Pre-release
Pre-release

8.5.0-alpha.2 (2025-11-07)

Features

  • Add support for MongoDB driver options serverSelectionTimeoutMS, maxIdleTimeMS, heartbeatFrequencyMS (#9910) (1b661e9)

8.5.0-alpha.1

07 Nov 18:20

Choose a tag to compare

8.5.0-alpha.1 Pre-release
Pre-release

8.5.0-alpha.1 (2025-11-07)

Features

  • Allow option publicServerURL to be set dynamically as asynchronous function (#9803) (460a65c)

8.4.0

05 Nov 14:11

Choose a tag to compare

8.4.0 (2025-11-05)

Bug Fixes

  • Add problematic MIME types to default value of Parse Server option fileUpload.fileExtensions (#9902) (fa245cb)
  • Uploading a file by providing an origin URL allows for Server-Side Request Forgery (SSRF); fixes vulnerability GHSA-x4qj-2f4q-r4rx (#9903) (9776386)

Features

8.4.0-alpha.2

05 Nov 13:41

Choose a tag to compare

8.4.0-alpha.2 Pre-release
Pre-release

8.4.0-alpha.2 (2025-11-05)

Bug Fixes

8.4.0-alpha.1

05 Nov 12:56

Choose a tag to compare

8.4.0-alpha.1 Pre-release
Pre-release

8.4.0-alpha.1 (2025-11-05)

Features

8.3.1-alpha.1

05 Nov 11:14

Choose a tag to compare

8.3.1-alpha.1 Pre-release
Pre-release

8.3.1-alpha.1 (2025-11-05)

Bug Fixes

  • Add problematic MIME types to default value of Parse Server option fileUpload.fileExtensions (#9902) (fa245cb)

7.5.4

05 Nov 13:46

Choose a tag to compare

7.5.4 (2025-11-05)

Bug Fixes

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)