Skip to content

Releases: parse-community/Parse-SDK-JS

4.0.0-alpha.8

04 Feb 01:04
Compare
Choose a tag to compare
4.0.0-alpha.8 Pre-release
Pre-release

4.0.0-alpha.8 (2023-02-04)

Bug Fixes

  • LiveQuerySubscription.unsubscribe resolves promise before unsubscribing completes (#1727) (1c96205)

4.0.0-alpha.11

04 Feb 23:18
Compare
Choose a tag to compare
4.0.0-alpha.11 Pre-release
Pre-release

4.0.0-alpha.11 (2023-02-04)

Bug Fixes

  • Node engine version upper range is <19 despite Node 19 support (#1732) (febe187)

4.0.0-alpha.10

04 Feb 22:31
Compare
Choose a tag to compare
4.0.0-alpha.10 Pre-release
Pre-release

4.0.0-alpha.10 (2023-02-04)

Features

  • Upgrade Node Package Manager lock file package-lock.json to version 2 (#1729) (e993786)

4.0.1

31 Jan 02:23
Compare
Choose a tag to compare

4.0.1 (2023-01-31)

Bug Fixes

  • Local datastore query with containedIn not working when field is an array (#1666) (2391bff)
  • Request execution time keeps increasing over time when using Parse.Object.extend (#1682) (f555c43)

4.0.1-beta.1

31 Jan 00:17
Compare
Choose a tag to compare
4.0.1-beta.1 Pre-release
Pre-release

4.0.1-beta.1 (2023-01-31)

Bug Fixes

  • Local datastore query with containedIn not working when field is an array (#1666) (2391bff)
  • Request execution time keeps increasing over time when using Parse.Object.extend (#1682) (f555c43)

4.0.0-alpha.7

30 Jan 12:45
Compare
Choose a tag to compare
4.0.0-alpha.7 Pre-release
Pre-release

4.0.0-alpha.7 (2023-01-30)

Bug Fixes

  • Request execution time keeps increasing over time when using Parse.Object.extend (#1682) (f555c43)

4.0.0-alpha.6

27 Jan 09:32
Compare
Choose a tag to compare
4.0.0-alpha.6 Pre-release
Pre-release

4.0.0-alpha.6 (2023-01-27)

Bug Fixes

  • Local datastore query with containedIn not working when field is an array (#1666) (2391bff)

4.0.0

23 Jan 19:24
Compare
Choose a tag to compare

4.0.0 (2023-01-23)

Bug Fixes

  • Parse.Query.subscribe() does not return a rejected promise on error in Cloud Code Triggers beforeConnect or beforeSubscribe (#1490) (96d7174)
  • Remove support for Node <14 (#1603) (bc04b4b)

Features

Performance Improvements

  • Avoid CORS preflight request by removing upload listener when not used (#1610) (6125419)

BREAKING CHANGES

  • Calling Parse.Query.subscribe() will now return a rejected promise if an error is thrown in Cloud Code Triggers beforeConnect or beforeSubscribe; in previous releases a resolved promise was returned, even if subscribing failed and it was necessary to create an error.on listener to handle these errors (#1490) (96d7174)
  • This release removes support for Node versions <14 (bc04b4b)

4.0.0-beta.1

23 Jan 19:09
Compare
Choose a tag to compare
4.0.0-beta.1 Pre-release
Pre-release

4.0.0-beta.1 (2023-01-23)

Bug Fixes

  • Parse.Query.subscribe() does not return a rejected promise on error in Cloud Code Triggers beforeConnect or beforeSubscribe (#1490) (96d7174)
  • Remove support for Node <14 (#1603) (bc04b4b)

Features

Performance Improvements

  • Avoid CORS preflight request by removing upload listener when not used (#1610) (6125419)

BREAKING CHANGES

  • Calling Parse.Query.subscribe() will now return a rejected promise if an error is thrown in Cloud Code Triggers beforeConnect or beforeSubscribe; in previous releases a resolved promise was returned, even if subscribing failed and it was necessary to create an error.on listener to handle these errors (#1490) (96d7174)
  • This release removes support for Node versions <14 (bc04b4b)

4.0.0-alpha.5

06 Jan 11:39
Compare
Choose a tag to compare
4.0.0-alpha.5 Pre-release
Pre-release

4.0.0-alpha.5 (2023-01-06)

Features