Skip to content

Releases: parse-community/parse-server

6.1.0-alpha.20

09 Jun 11:29
Compare
Choose a tag to compare
6.1.0-alpha.20 Pre-release
Pre-release

6.1.0-alpha.20 (2023-06-09)

Features

  • Add zones for rate limiting by ip, user, session, global (#8508) (03fba97)

6.1.0-alpha.19

08 Jun 09:06
Compare
Choose a tag to compare
6.1.0-alpha.19 Pre-release
Pre-release

6.1.0-alpha.19 (2023-06-08)

Bug Fixes

  • LiveQuery server is not shut down properly when handleShutdown is called (#8491) (967700b)

6.1.0-alpha.18

08 Jun 02:06
Compare
Choose a tag to compare
6.1.0-alpha.18 Pre-release
Pre-release

6.1.0-alpha.18 (2023-06-08)

Features

  • Add support for $eq query constraint in LiveQuery (#8614) (656d673)

6.1.0-alpha.17

07 Jun 19:53
Compare
Choose a tag to compare
6.1.0-alpha.17 Pre-release
Pre-release

6.1.0-alpha.17 (2023-06-07)

Features

  • Add new Parse Server option preventSignupWithUnverifiedEmail to prevent returning a user without session token on sign-up with unverified email address (#8451) (82da308)

6.1.0-alpha.16

28 May 19:46
Compare
Choose a tag to compare
6.1.0-alpha.16 Pre-release
Pre-release

6.1.0-alpha.16 (2023-05-28)

Reverts

  • fix: Inaccurate table total row count for PostgreSQL (6722110)

6.1.0-alpha.15

28 May 12:00
Compare
Choose a tag to compare
6.1.0-alpha.15 Pre-release
Pre-release

6.1.0-alpha.15 (2023-05-28)

Bug Fixes

  • Inaccurate table total row count for PostgreSQL (#8511) (0823a02)

6.1.0-alpha.14

27 May 23:33
Compare
Choose a tag to compare
6.1.0-alpha.14 Pre-release
Pre-release

6.1.0-alpha.14 (2023-05-27)

Bug Fixes

  • Unnecessary log entries by extendSessionOnUse (#8562) (fd6a007)

Features

  • Allow Parse.Object pointers in Cloud Code arguments (#8490) (28aeda3)

6.1.0-alpha.13

25 May 11:15
Compare
Choose a tag to compare
6.1.0-alpha.13 Pre-release
Pre-release

6.1.0-alpha.13 (2023-05-25)

Bug Fixes

  • Rate limit feature is incompatible with Node 14 (#8578) (f911f2c)

5.5.1

23 May 23:48
Compare
Choose a tag to compare

5.5.1 (2023-05-23)

Bug Fixes

  • Security upgrade @parse/push-adapter from 4.1.2 to 4.1.3 (#8571) (8e83cac)

6.2.0

20 May 23:24
Compare
Choose a tag to compare

6.2.0 (2023-05-20)

Features

  • Add new Parse Server option fileUpload.fileExtensions to restrict file upload by file extension; this fixes a security vulnerability in which a phishing attack could be performed using an uploaded HTML file; by default the new option only allows file extensions matching the regex pattern ^[^hH][^tT][^mM][^lL]?$, which excludes HTML files; if your app currently depends on uploading files with HTML file extensions then this may be a breaking change and you could allow HTML file upload by setting the option to ['.*'] (#8538) (a318e7b)