Skip to content

Releases: parse-community/parse-server

9.6.0-alpha.3

09 Mar 21:31

Choose a tag to compare

9.6.0-alpha.3 Pre-release
Pre-release

9.6.0-alpha.3 (2026-03-09)

Bug Fixes

9.6.0-alpha.2

09 Mar 20:28

Choose a tag to compare

9.6.0-alpha.2 Pre-release
Pre-release

9.6.0-alpha.2 (2026-03-09)

Bug Fixes

9.6.0-alpha.1

09 Mar 19:13

Choose a tag to compare

9.6.0-alpha.1 Pre-release
Pre-release

9.6.0-alpha.1 (2026-03-09)

Features

  • Add X-Content-Type-Options: nosniff header and customizable response headers for files via Parse.Cloud.afterFind(Parse.File) (#10158) (28d11a3)

9.5.2-alpha.14

09 Mar 18:04

Choose a tag to compare

9.5.2-alpha.14 Pre-release
Pre-release

9.5.2-alpha.14 (2026-03-09)

Bug Fixes

  • LiveQuery regexTimeout default value not applied (#10156) (416cfbc)

9.5.2-alpha.13

09 Mar 14:07

Choose a tag to compare

9.5.2-alpha.13 Pre-release
Pre-release

9.5.2-alpha.13 (2026-03-09)

Bug Fixes

9.5.2-alpha.12

09 Mar 03:42

Choose a tag to compare

9.5.2-alpha.12 Pre-release
Pre-release

9.5.2-alpha.12 (2026-03-09)

Bug Fixes

9.5.2-alpha.11

09 Mar 02:06

Choose a tag to compare

9.5.2-alpha.11 Pre-release
Pre-release

9.5.2-alpha.11 (2026-03-09)

Bug Fixes

  • Concurrent signup with same authentication creates duplicate users (#10149) (853bfe1)

Warning

Parse Server now automatically creates unique indexes on authData fields for each configured authentication provider on startup, including anonymous when anonymous users are enabled. These indexes prevent concurrent signups from creating duplicate user accounts with the same authentication identity. If the indexes already exist, no action is taken. Without these indexes, concurrent signup requests with the same authData can bypass the application-level uniqueness check and create duplicate user accounts, which prevents subsequent login for the affected accounts. To skip automatic index creation, set the createIndexAuthDataUniqueness database option to false. If duplicate authData entries already exist in the database, a warning is logged at startup and the index is not created; the duplicates need to be resolved manually before the index can be created.

8.6.29

09 Mar 21:31

Choose a tag to compare

8.6.29 (2026-03-09)

Bug Fixes

8.6.28

09 Mar 20:29

Choose a tag to compare

8.6.28 (2026-03-09)

Bug Fixes

8.6.27

09 Mar 18:09

Choose a tag to compare

8.6.27 (2026-03-09)

Bug Fixes

  • LiveQuery regexTimeout default value not applied (#10157) (94c4f52)