Skip to content

Releases: parse-community/parse-server

7.0.0-alpha.25

05 Mar 19:09
Compare
Choose a tag to compare
7.0.0-alpha.25 Pre-release
Pre-release

7.0.0-alpha.25 (2024-03-05)

Features

  • Deprecation DEPPS5: Config option allowClientClassCreation defaults to false (#8849) (29624e0)

BREAKING CHANGES

  • The Parse Server option allowClientClassCreation defaults to false. (29624e0)

7.0.0-alpha.24

05 Mar 07:55
Compare
Choose a tag to compare
7.0.0-alpha.24 Pre-release
Pre-release

7.0.0-alpha.24 (2024-03-05)

Bug Fixes

  • Docker version releases by removing arm/v6 and arm/v7 support (#8976) (1f62dd0)

7.0.0-alpha.23

03 Mar 01:29
Compare
Choose a tag to compare
7.0.0-alpha.23 Pre-release
Pre-release

7.0.0-alpha.23 (2024-03-03)

Features

7.0.0-alpha.22

02 Mar 01:07
Compare
Choose a tag to compare
7.0.0-alpha.22 Pre-release
Pre-release

7.0.0-alpha.22 (2024-03-02)

Features

  • Switch GraphQL server from Yoga v2 to Apollo v4 (#8959) (105ae7c)

6.5.2

02 Mar 21:48
Compare
Choose a tag to compare

6.5.2 (2024-03-02)

Bug Fixes

  • Security upgrade @parse/push-adapter from 5.1.0 to 5.1.1 (#8975) (0fa0aab)

6.5.1

02 Mar 20:43
Compare
Choose a tag to compare

6.5.1 (2024-03-02)

Bug Fixes

  • Security upgrade @parse/push-adapter from 5.0.2 to 5.1.0 (#8972) (bba24dd)

7.0.0-alpha.21

01 Mar 17:38
Compare
Choose a tag to compare
7.0.0-alpha.21 Pre-release
Pre-release

7.0.0-alpha.21 (2024-03-01)

Bug Fixes

  • Deny request if master key is not set in Parse Server option masterKeyIps regardless of ACL and CLP (#8957) (a7b5b38)

BREAKING CHANGES

  • A request using the master key will now be rejected as unauthorized if the IP from which the request originates is not set in the Parse Server option masterKeyIps, even if the request does not require the master key permission, for example for a public object in a public class class. (a7b5b38)

7.0.0-alpha.20

01 Mar 15:53
Compare
Choose a tag to compare
7.0.0-alpha.20 Pre-release
Pre-release

7.0.0-alpha.20 (2024-03-01)

Bug Fixes

  • Improve PostgreSQL injection detection; fixes security vulnerability GHSA-6927-3vr9-fxf2 which affects Parse Server deployments using a Postgres database (#8961) (cbefe77)

6.5.0

01 Mar 16:04
Compare
Choose a tag to compare

6.5.0 (2024-03-01)

Bug Fixes

  • Improve PostgreSQL injection detection; fixes security vulnerability GHSA-6927-3vr9-fxf2 which affects Parse Server deployments using a Postgres database (#8960) (a6e6549)

7.0.0-alpha.19

15 Feb 23:19
Compare
Choose a tag to compare
7.0.0-alpha.19 Pre-release
Pre-release

7.0.0-alpha.19 (2024-02-15)

Features

  • Node process exits with error code 1 on uncaught exception to allow custom uncaught exception handling (#8894) (70c280c)

BREAKING CHANGES

  • Node process now exits with code 1 on uncaught exceptions, enabling custom handlers that were blocked by Parse Server's default behavior of re-throwing errors. This change may lead to automatic process restarts by the environment, unlike before. (70c280c)