Skip to content

3.5.0

Compare
Choose a tag to compare
@parseplatformorg parseplatformorg released this 01 Nov 21:42
· 773 commits to release since this release

3.5.0 (2022-11-01)

Warning

⚠️ This release contains several bugs due to a code compilation issue. We strongly recommend to skip this release.

Bug Fixes

  • Parse.User.signUp() does not pass context to Cloud Code (#1527) (53edcfd)
  • Schema.addField does not correctly add value of type Date (#1544) (15111f7)
  • creating a Parse.File with base64 string fails for some encodings (#1517) (0439862)
  • initialization fails in non-browser environment that doesn't support indexedDB (#1569) (3560a5e)
  • remove base64 validation due to validation inefficiency (#1543) (473949d)

Features

  • add json option to Parse.Query.each() (#1539) (89fd5ec)
  • add json option to query.each (299fb0d)
  • generate Parse.Object.objectId automatically when allowCustomObjectId is enabled and no objectId is passed (#1540) (68f3ff5)
  • localDatastore support for unsorted distance queries (#1570) (ea3e75f)