Releases: parse-community/parse-server
Releases · parse-community/parse-server
8.0.0-alpha.15
8.0.0-alpha.15 (2025-03-03)
Features
BREAKING CHANGES
- This upgrades the internally used Express framework from version 4 to 5, which may be a breaking change. If Parse Server is set up to be mounted on an Express application, we recommend to also use version 5 of the Express framework to avoid any compatibility issues. Note that even if there are no issues after upgrading, future releases of Parse Server may introduce issues if Parse Server internally relies on Express 5-specific features which are unsupported by the Express version on which it is mounted. See the Express migration guide and release announcement for more info. (e0480df)
8.0.0-alpha.14
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
8.0.0-alpha.13 (2025-03-02)
Bug Fixes
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
8.0.0-alpha.12 (2025-02-24)
Bug Fixes
8.0.0-alpha.11
8.0.0-alpha.11 (2025-02-12)
Features
8.0.0-alpha.10
8.0.0-alpha.10 (2025-02-01)
Bug Fixes
8.0.0-alpha.9
8.0.0-alpha.8
8.0.0-alpha.8 (2025-01-30)
Features
8.0.0-alpha.7
8.0.0-alpha.7 (2025-01-28)
Features
8.0.0-alpha.6
8.0.0-alpha.6 (2025-01-12)
Features
BREAKING CHANGES
- This releases increases the required minimum versions to Postgres
15
, PostGIS3.3
and removes support for Postgres13
,14
, PostGIS3.1
,3.2
. (89c9b54)