Skip to content

Releases: parse-community/parse-server

3.1.1

27 Oct 15:35
Compare
Choose a tag to compare
Release 3.1.1 🚀 (#5149)

* Release 3.1.1

* Requested Changes

3.1.0

25 Oct 20:16
Compare
Choose a tag to compare

3.1.0

Full Changelog

Breaking Changes:

  • Return success on sendPasswordResetEmail even if email not found. (#7fe4030)

Security Fix:

  • Expire password reset tokens on email change (#5104)

Improvements:

  • Live Query CLPs (#4387)
  • Reduces number of calls to injectDefaultSchema (#5107)
  • Remove runtime dependency on request (#5076)

Bug fixes:

  • Fixes issue with vkontatke authentication (#4977)
  • Use the correct function when validating google auth tokens (#5018)
  • fix unexpected 'delete' trigger issue on LiveQuery (#5031)
  • Improves performance for roles and ACL's in live query server (#5126)

3.0.0

17 Aug 17:03
f771160
Compare
Choose a tag to compare

3.0.0

Full Changelog

parse-server 3.0.0 comes with brand new handlers for cloud code. It now fully supports promises and async / await.
For more informations, visit the v3.0.0 migration guide.

Breaking changes:

  • Cloud Code handlers have a new interface based on promises.
  • response.success / response.error are removed in Cloud Code
  • Cloud Code runs with Parse-SDK 2.0
  • The aggregate now require aggregates to be passed in the form: {"pipeline": [...]} (Rest API Only)

Improvements:

  • Adds Pipeline Operator to Aggregate Router.
  • Adds documentations for parse-server's adapters, constructors and more.
  • Adds ability to pass a context object between beforeSave and afterSave affecting the same object.

Bug Fixes:

  • Fixes issue that would crash the server when mongo objects had undefined values #4966
  • Fixes issue that prevented ACL's from being used with select (see #571)

Dependency updates:

Devevelopment Dependencies Updates:

2.8.4

12 Aug 21:52
Compare
Choose a tag to compare
:zap: Release 2.8.4

2.8.3

07 Aug 15:25
Compare
Choose a tag to compare

2.8.3

  • Adds support for JS SDK 2.0 job status header

2.8.2

04 Jun 17:08
0c2f1d5
Compare
Choose a tag to compare
:zap: Release 2.8.2 (#4802)

2.8.0

18 May 14:55
8fe3265
Compare
Choose a tag to compare
Release 2.8.0 (#4767)

* Ensure issue template has proper line endings

* Bumps to 2.8.0

* Adds Changelog

2.7.4

10 Mar 21:41
3acb3e7
Compare
Choose a tag to compare

2.7.4

Full Changelog

Bug Fixes:

  • Fixes an issue affecting polygon queries, thanks to Diamond Lewis

Dependency Updates:

Development Dependencies Updates:

2.7.3

10 Mar 16:58
0569ddd
Compare
Choose a tag to compare

2.7.3

Full Changelog

Improvements:

  • Improve documentation for LiveQuery options, thanks to Arthur Cinader
  • Improve documentation for using cloud code with docker, thanks to Stephen Tuso
  • Adds support for Facebook's AccountKit, thanks to 6thfdwp
  • Disable afterFind routines when running aggregates, thanks to Diamond Lewis
  • Improve support for distinct aggregations of nulls, thanks to Diamond Lewis
  • Regenreate the email verification token when requesting a new email, thanks to Benjamin Wilson Friedman

Bug Fixes:

  • Fix issue affecting readOnly masterKey and purge command, thanks to AreyouHappy
  • Fixes Issue unsetting in beforeSave doesn't allow object creation, thanks to Diamond Lewis
  • Fixes issue crashing server on invalid live query payload, thanks to fridays
  • Fixes issue affecting postgres storage adapter "undefined property '__op'", thanks to Tyson Andre

Dependency Updates:

Devevelopment Dependencies Updates:

2.7.2

24 Jan 20:58
550b69e
Compare
Choose a tag to compare

2.7.2

Full Changelog

Improvements:

  • Improved match aggregate
  • Do not mark the empty pushs as failed
  • Support pointer in aggregate query
  • Introduces flow types for storage
  • Postgres: Refactoring of Postgres Storage Adapter
  • Postgres: Support for multiple projection in aggregate
  • Postgres: performance optimizations
  • Adds infos about vulnerability disclosures
  • Adds ability to login with email when provided as username

Bug Fixes

  • Scrub Passwords with URL Encoded Characters
  • Fixes issue affecting using sorting in beforeFind