Skip to content

Releases: parse-community/parse-server

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

2.2.25

28 Nov 21:44
Compare
Choose a tag to compare

Postgres support requires v9.5

New Features

Improvements

Bug Fixes

  • Fixes issue when sending push to multiple installations, thanks to Florent Vilmart
  • Fixes issues with twitter authentication, thanks to jonas-db
  • Ignore createdAt fields update, thanks to Yuki Takeichi
  • Improve support for array equality with LiveQuery, thanks to David Poetzsch-Heffter
  • Improve support for batch endpoint when serverURL and publicServerURL have different paths, thanks to Florent Vilmart
  • Support saving relation objects, thanks to Yuki Takeichi

2.2.25-beta.1

03 Nov 00:44
Compare
Choose a tag to compare
2.2.25-beta.1 (#2995)

2.2.24

31 Oct 23:31
Compare
Choose a tag to compare

New Features

Improvements

Bug Fixes

  • Better support for checking application and client keys, thanks to Steven Shipton
  • Google OAuth, better support for android and web logins, thanks to Florent Vilmart

2.2.23

20 Oct 01:02
Compare
Choose a tag to compare

Bug fixes

  • Fix error when updating installation with useMasterKey (#2888), thanks to Jeremy Louie
  • Fix bug affecting usage of multiple notEqualTo, thanks to Jeremy Louie
  • Improved support for null values in arrays, thanks to Florent Vilmart