parse-server

Parse Server for Node.js / Express

APACHE-2.0 License

Downloads
105.2K
Stars
20.6K
Committers
341

Bot releases are hidden (Show)

parse-server - 3.7.1

Published by davimacedo about 5 years ago

parse-server - 3.7.0

Published by davimacedo about 5 years ago

parse-server - 3.6.0

Published by acinader over 5 years ago

  • SECURITY FIX: Address Security Advisory of a potential Enumeration Attack 73b0f9a, big thanks to Fabian - Strachanski for identifying the problem, creating a fix and following the vulnerability disclosure guidelines
  • NEW: Added rest option: excludeKeys #5737, thanks to Raschid J.F. Rafeally
  • FIX: LiveQuery create event with fields #5790, thanks to Diamond Lewis
  • FIX: Generate sessionToken with linkWith #5799, thanks to Diamond Lewis
parse-server - 3.5.0

Published by dplewis over 5 years ago

parse-server - 3.4.4

Published by acinader over 5 years ago

Fix: Commit changes that were intended to be in 3.4.3

parse-server - 3.4.3

Published by acinader over 5 years ago

Fix: Use changes in master to travis configuration to enable pushing to npm and gh_pages. See diff for details.

parse-server - 3.4.2

Published by acinader over 5 years ago

Fix: In my haste to get a Security Fix out, I added 8709daf to master instead of to 3.4.1. This commit fixes that. Arthur Cinader

parse-server - 3.4.1

Published by acinader over 5 years ago

Security Release to address: GHSA-2479-qvv7-47qq

parse-server - 3.4.0

Published by acinader over 5 years ago

Full Changelog

parse-server - 3.3.0

Published by TomWFox over 5 years ago

Full Changelog

parse-server - 3.2.3

Published by acinader over 5 years ago

Full Changelog

  • Correct previous release with a patch that is fully merged
parse-server - 3.2.2

Published by acinader over 5 years ago

Full Changelog

  • Security fix to properly process userSensitiveFields when parse-server is started with
    ../lib/cli/parse-server #5463
parse-server - 3.2.1

Published by acinader over 5 years ago

Patch to match the package.json tag to the git tag

parse-server - 3.2.0

Published by acinader over 5 years ago

Full Changelog

  • NEW: Support accessing sensitive fields with an explicit ACL. Not documented yet, see tests for examples
  • Upgrade Parse SDK JS to 2.3.1 #5457
  • Hides token contents in logStartupOptions if they arrive as a buffer #6a9380
  • Support custom message for password requirements #5399
  • Support for Ajax password reset #5332
  • Postgres: Refuse to build unsafe JSON lists for contains #5337
  • Properly handle return values in beforeSave #5228
  • Fixes issue when querying user roles #5276
  • Fixes issue affecting update with CLP #5269
parse-server - 3.1.2

Published by flovilmart almost 6 years ago

parse-server - 3.1.3

Published by flovilmart almost 6 years ago

3.1.3

Full Changelog

  • Postgres: Fixes support for global configuration
  • Postgres: Fixes support for numeric arrays
  • Postgres: Fixes issue affecting queries on empty arrays
  • LiveQuery: Adds support for transmitting the original object
  • Queries: Use estimated count if query is empty
  • Docker: Reduces the size of the docker image to 154Mb
parse-server - 3.1.1

Published by flovilmart almost 6 years ago

parse-server - 3.1.0

Published by flovilmart almost 6 years ago

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)
parse-server - 3.0.0

Published by flovilmart about 6 years ago

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:
parse-server - 2.8.4

Published by flovilmart about 6 years ago