Skip to content

Releases: parse-community/parse-server

8.0.0-alpha.14

02 Mar 23:48
Compare
Choose a tag to compare
8.0.0-alpha.14 Pre-release
Pre-release

8.0.0-alpha.14 (2025-03-02)

Features

BREAKING CHANGES

  • This upgrades to the Parse JS SDK 6.0.0. See the change log of the Parse JS SDK for breaking changes and more details. (bf9db75)

8.0.0-alpha.13

02 Mar 01:33
Compare
Choose a tag to compare
8.0.0-alpha.13 Pre-release
Pre-release

8.0.0-alpha.13 (2025-03-02)

Bug Fixes

  • Remove username from email verification and password reset process (#8488) (d21dd97)

BREAKING CHANGES

  • This removes the username from the email verification and password reset process to prevent storing personally identifiable information (PII) in server and infrastructure logs. Customized HTML pages or emails related to email verification and password reset may need to be adapted accordingly. See the new templates that come bundled with Parse Server and the migration guide for more details. (d21dd97)

8.0.0-alpha.12

24 Feb 01:49
Compare
Choose a tag to compare
8.0.0-alpha.12 Pre-release
Pre-release

8.0.0-alpha.12 (2025-02-24)

Bug Fixes

  • LiveQueryServer crashes using cacheAdapter on disconnect from Redis 4 server (#9616) (bbc6bd4)

8.0.0-alpha.11

12 Feb 21:24
Compare
Choose a tag to compare
8.0.0-alpha.11 Pre-release
Pre-release

8.0.0-alpha.11 (2025-02-12)

Features

  • Add dynamic master key by setting Parse Server option masterKey to a function (#9582) (6f1d161)

8.0.0-alpha.10

01 Feb 19:11
Compare
Choose a tag to compare
8.0.0-alpha.10 Pre-release
Pre-release

8.0.0-alpha.10 (2025-02-01)

Bug Fixes

  • Security upgrade node from 20.17.0-alpine3.20 to 20.18.2-alpine3.20 (#9583) (8f85ae2)

8.0.0-alpha.9

30 Jan 00:46
Compare
Choose a tag to compare
8.0.0-alpha.9 Pre-release
Pre-release

8.0.0-alpha.9 (2025-01-30)

Features

8.0.0-alpha.8

30 Jan 00:29
Compare
Choose a tag to compare
8.0.0-alpha.8 Pre-release
Pre-release

8.0.0-alpha.8 (2025-01-30)

Features

  • Add support for MongoDB databaseOptions keys autoSelectFamily, autoSelectFamilyAttemptTimeout (#9579) (5966068)

8.0.0-alpha.7

28 Jan 01:22
Compare
Choose a tag to compare
8.0.0-alpha.7 Pre-release
Pre-release

8.0.0-alpha.7 (2025-01-28)

Features

  • Add support for MongoDB databaseOptions keys minPoolSize, connectTimeoutMS, socketTimeoutMS (#9522) (91618fe)

8.0.0-alpha.6

12 Jan 14:04
Compare
Choose a tag to compare
8.0.0-alpha.6 Pre-release
Pre-release

8.0.0-alpha.6 (2025-01-12)

Features

  • Increase required minimum versions to Postgres 15, PostGIS 3.3 (#9538) (89c9b54)

BREAKING CHANGES

  • This releases increases the required minimum versions to Postgres 15, PostGIS 3.3 and removes support for Postgres 13, 14, PostGIS 3.1, 3.2. (89c9b54)

8.0.0-alpha.5

12 Jan 03:35
Compare
Choose a tag to compare
8.0.0-alpha.5 Pre-release
Pre-release

8.0.0-alpha.5 (2025-01-12)

Features

  • Change default value of Parse Server option encodeParseObjectInCloudFunction to true (#9527) (5c5ad69)

BREAKING CHANGES

  • The default value of Parse Server option encodeParseObjectInCloudFunction changes to true; the option has been deprecated and will be removed in a future version. (5c5ad69)