Skip to content

Releases: parse-community/parse-server

4.1.0

03 Mar 19:42
b9742b6
Compare
Choose a tag to compare

Full Changelog

SECURITY RELEASE: see advisory for details

4.0.2

02 Mar 18:47
bde8ab6
Compare
Choose a tag to compare

Full Changelog

BREAKING CHANGES:

  1. Remove Support for Mongo 3.2 & 3.4. The new minimum supported version is Mongo 3.6.
  2. Change username and email validation to be case insensitive. This change should be transparent in most use cases. The validation behavior should now behave 'as expected'. See #5634 for details.

Special Note on Upgrading to Parse Server 4.0.0 and above

In addition to the breaking changes noted above, #5634 introduces a two new case insensitive indexes on the User collection. Special care should be taken when upgrading to this version to ensure that:

  1. The new indexes can be successfully created (see issue #6465 for details on a potential issue for your installation).

  2. Care is taken ensure that there is adequate compute capacity to create the index in the background while still servicing requests.

4.0.1

29 Feb 01:36
cd06a02
Compare
Choose a tag to compare

BREAKING CHANGES:

  1. Remove Support for Mongo 3.2 & 3.4. The new minimum supported version is Mongo 3.6.
  2. Change username and email validation to be case insensitive. This change should be transparent in most use cases. The validation behavior should now behave 'as expected'. See #5634 for details.

Special Note on Upgrading to Parse Server 4.0.0 and above

In addition to the breaking changes noted above, #5634 introduces a two new case insensitive indexes on the User collection. Special care should be taken when upgrading to this version to ensure that:

  1. The new indexes can be successfully created (see issue #6465 for details on a potential issue for your installation).

  2. Care is taken ensure that there is adequate compute capacity to create the index in the background while still servicing requests.

  • FIX: correct 'new' travis config to properly deploy. See #6452. Thanks to Arthur Cinader.
  • FIX: Better message on not allowed to protect default fields. See #6439.Thanks to Old Grandpa

4.0.0

28 Feb 23:26
4291f2b
Compare
Choose a tag to compare

BREAKING CHANGES:

  1. Remove Support for Mongo 3.2 & 3.4. The new minimum supported version is Mongo 3.6.
  2. Change username and email validation to be case insensitive. This change should be transparent in most use cases. The validation behavior should now behave 'as expected'. See #5634 for details.

Special Note on Upgrading to Parse Server 4.0.0 and above

In addition to the breaking changes noted above, #5634 introduces a two new case insensitive indexes on the User collection. Special care should be taken when upgrading to this version to ensure that:

  1. The new indexes can be successfully created (see issue #6465 for details on a potential issue for your installation).

  2. Care is taken ensure that there is adequate compute capacity to create the index in the background while still servicing requests.

Full Changelog

3.10.0

08 Jan 17:19
0fc811a
Compare
Choose a tag to compare

Full Changelog

3.9.0

12 Sep 22:31
6edaa2e
Compare
Choose a tag to compare

3.8.0

27 Aug 02:44
ce2405a
Compare
Choose a tag to compare

See the change log for details.

3.7.2

31 Jul 09:19
fe18fe0
Compare
Choose a tag to compare
  • FIX: Live Query was failing on release 3.7.1

3.7.1

31 Jul 00:32
d4fa62a
Compare
Choose a tag to compare

3.7.0

29 Jul 07:01
Compare
Choose a tag to compare