Skip to content

Releases: parse-community/parse-server

2.4.1

22 May 17:28
Compare
Choose a tag to compare

2.4.1

Full Changelog

Bug fixes:

Dependency Updates:

2.4.0

15 May 14:47
Compare
Choose a tag to compare

2.4.0

Full Changelog

Starting 2.4.0, parse-server is tested against node 6.10 and 7.10, mongodb 3.2 and 3.4.
If you experience issues with older versions, please open a issue.

New Features:

Improvements

Bug Fixes:

Dependency Updates:

Devevelopment dependencies

2.3.8

18 Apr 15:36
Compare
Choose a tag to compare

2.3.8

Full Changelog

New Features

  • Support for PG-Promise options, thanks to ren dong

Improvements

Bug Fixes

  • Fixes issue affecting GeoPoint __type with Postgres, thanks to zhoul-HS
  • Prevent user creation if username or password is empty, thanks to Wissam Abirached

Dependency Updates:

2.3.7

10 Mar 18:10
Compare
Choose a tag to compare

Full Changelog

New Features

  • New endpoint to resend verification email, thanks to Xy Ziemba

Improvements

Bug Fixes

Dependency Updates:

2.3.6

27 Feb 17:23
Compare
Choose a tag to compare

2.3.6

Full Changelog

Improvements

Bug Fixes

Dependencies updates:

2.3.5

19 Feb 16:35
Compare
Choose a tag to compare

2.3.5

Full Changelog

Bug Fixes

2.3.3

09 Feb 15:14
Compare
Choose a tag to compare

Full Changelog

Breaking Changes

Bug Fixes

Improvements

2.3.2

09 Jan 13:48
Compare
Choose a tag to compare

Full Changelog

New features

Bug fixes

Improvements

2.3.1

08 Dec 19:31
Compare
Choose a tag to compare

A major issue was introduced when refactoring the authentication modules. This release addresses only that issue.

2.3.0

08 Dec 01:49
Compare
Choose a tag to compare

Full Changelog

Breaking changes

  • Parse.Cloud.useMasterKey() is a no-op, please refer to (Cloud Code migration guide)[https://github.com/ParsePlatform/parse-server/wiki/Compatibility-with-Hosted-Parse#cloud-code]
  • Authentication helpers are now proper adapters, deprecates oauth option in favor of auth.
  • DEPRECATES: facebookAppIds, use auth: { facebook: { appIds: ["AAAAAAAAA" ] } }
  • email field is not returned anymore for Parse.User queries. (Provided only on the user itself if provided).

New Features

  • Adds ability to restrict access through Class Level Permissions to only authenticated users see docs
  • Adds ability to strip sensitive data from _User responses, strips emails by default, thanks to Arthur Cinader
  • Adds password history support for password policies, thanks to Bhaskar Reddy Yasa

Improvements

  • Bump parse-server-s3-adapter to 1.0.6, thanks to Arthur Cinader
  • Using PARSE_SERVER_ENABLE_EXPERIMENTAL_DIRECT_ACCESS let you create user sessions when passing {installationId: "xxx-xxx"} on signup in cloud code, thanks to Florent Vilmart
  • Add CLI option to pass host parameter when creating parse-server from CLI, thanks to Kulshekhar Kabra

Bug fixes

  • Ensure batch routes are only using posix paths, thanks to Steven Shipton
  • Ensure falsy options from CLI are properly taken into account, thanks to Steven Shipton
  • Fixes issues affecting calls to matchesKeyInQuery with pointers.
  • Ensure that select keys can be changed in triggers (beforeFind...), thanks to Arthur Cinader

Housekeeping