Skip to content

Releases: parse-community/Parse-SDK-JS

8.6.0

17 Apr 01:28

Choose a tag to compare

8.6.0 (2026-04-17)

Bug Fixes

Features

  • Add rawValues and rawFieldNames options to aggregate queries (#3021) (17ceef1)

8.6.0-alpha.1

17 Apr 00:56

Choose a tag to compare

8.6.0-alpha.1 Pre-release
Pre-release

8.6.0-alpha.1 (2026-04-17)

Features

  • Add rawValues and rawFieldNames options to aggregate queries (#3021) (17ceef1)

8.5.1-alpha.1

14 Mar 11:56

Choose a tag to compare

8.5.1-alpha.1 Pre-release
Pre-release

8.5.1-alpha.1 (2026-03-14)

Bug Fixes

8.5.0

04 Mar 19:12

Choose a tag to compare

8.5.0 (2026-03-04)

Features

  • Add Parse.File option maxUploadSize to override the Parse Server option maxUploadSize per file upload (#2940) (80cab9b)

8.5.0-alpha.1

04 Mar 19:01

Choose a tag to compare

8.5.0-alpha.1 Pre-release
Pre-release

8.5.0-alpha.1 (2026-03-04)

Features

  • Add Parse.File option maxUploadSize to override the Parse Server option maxUploadSize per file upload (#2940) (80cab9b)

8.4.0

04 Mar 16:57

Choose a tag to compare

8.4.0 (2026-03-04)

Features

  • Add support for Parse.File.setDirectory, setMetadata, setTags with stream-based file upload (#2937) (18ded83)

8.4.0-alpha.1

04 Mar 16:48

Choose a tag to compare

8.4.0-alpha.1 Pre-release
Pre-release

8.4.0-alpha.1 (2026-03-04)

Features

  • Add support for Parse.File.setDirectory, setMetadata, setTags with stream-based file upload (#2937) (18ded83)

8.3.0

25 Feb 21:19

Choose a tag to compare

8.3.0 (2026-02-25)

Features

  • Add support for Parse.File.setDirectory() with master key to save file in directory (#2929) (1923db0)

8.3.0-alpha.1

25 Feb 20:46

Choose a tag to compare

8.3.0-alpha.1 Pre-release
Pre-release

8.3.0-alpha.1 (2026-02-25)

Features

  • Add support for Parse.File.setDirectory() with master key to save file in directory (#2929) (1923db0)

8.2.0

20 Feb 19:15

Choose a tag to compare

8.2.0 (2026-02-20)

Bug Fixes

  • Parse.Object.createWithoutData doesn't preserve object subclass (#2907) (01dc94d)
  • Parse.Query.and/or/nor loosing custom class types (#2903) (89fdb07)
  • Parse.serverURL not accessible via global Parse scope (#2917) (4e78681)
  • Cloud trigger type errors for void returns and subclass constructors (#2904) (de9f56d)
  • Missing or incorrect type exports (#2909) (3caa4ec)
  • Type error in Parse.Query.equalTo when matching optional array (#2901) (8c96da9)

Features

  • Add request header X-Parse-Upload-Mode to identify file upload as binary data via Buffer, Readable, ReadableStream (#2927) (a66bb06)
  • Add support for file upload as binary data via Buffer, Readable, ReadableStream (#2925) (e42caf6)