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 - 6.5.8

Published by parseplatformorg about 1 month ago

6.5.8 (2024-09-12)

Bug Fixes

  • Various vulnerabilities related to cross-site scripting (#9310) (d5290d4)
parse-server - 7.3.0-alpha.7

Published by parseplatformorg about 2 months ago

7.3.0-alpha.7 (2024-08-27)

Features

  • Add support for asynchronous invocation of FilesAdapter.getFileLocation (#9271) (1a2da40)
parse-server - 7.3.0-alpha.6

Published by parseplatformorg 3 months ago

7.3.0-alpha.6 (2024-07-20)

Features

  • Add Cloud Code triggers Parse.Cloud.beforeSave and Parse.Cloud.afterSave for Parse Config (#9232) (90a1e4a)
parse-server - 7.3.0-alpha.5

Published by parseplatformorg 3 months ago

7.3.0-alpha.5 (2024-07-18)

Bug Fixes

  • Parse Server option maxLogFiles doesn't recognize day duration literals such as 1d to mean 1 day (#9215) (0319cee)
parse-server - 7.3.0-alpha.4 Latest Release

Published by parseplatformorg 3 months ago

7.3.0-alpha.4 (2024-07-18)

Features

  • Add atomic operations for Cloud Config parameters (#9219) (35cadf9)
parse-server - 7.3.0-alpha.3

Published by parseplatformorg 3 months ago

7.3.0-alpha.3 (2024-07-17)

Bug Fixes

  • Parse Server installation fails due to post install script incorrectly parsing required min. Node version (#9216) (0fa82a5)
parse-server - 7.3.0-alpha.2

Published by parseplatformorg 3 months ago

7.3.0-alpha.2 (2024-07-17)

Bug Fixes

  • Parse Server databaseOptions nested keys incorrectly identified as invalid (#9213) (77206d8)
parse-server - 7.3.0-alpha.1

Published by parseplatformorg 3 months ago

7.3.0-alpha.1 (2024-07-09)

Features

parse-server - 7.2.0

Published by parseplatformorg 3 months ago

7.2.0 (2024-07-09)

Bug Fixes

  • Invalid push notification tokens are not cleaned up from database for FCM API v2 (#9173) (284da09)

Features

  • Add support for dot notation on array fields of Parse Object (#9115) (cf4c880)
  • Upgrade to @parse/push-adapter 6.4.0 (#9182) (ef1634b)
  • Upgrade to Parse JS SDK 5.3.0 (#9180) (dca187f)
parse-server - 7.2.0-beta.1

Published by parseplatformorg 3 months ago

7.2.0-beta.1 (2024-07-09)

Bug Fixes

  • Invalid push notification tokens are not cleaned up from database for FCM API v2 (#9173) (284da09)

Features

  • Add support for dot notation on array fields of Parse Object (#9115) (cf4c880)
  • Upgrade to @parse/push-adapter 6.4.0 (#9182) (ef1634b)
  • Upgrade to Parse JS SDK 5.3.0 (#9180) (dca187f)
parse-server - 7.1.0-alpha.16

Published by parseplatformorg 3 months ago

7.1.0-alpha.16 (2024-07-08)

Features

  • Add support for dot notation on array fields of Parse Object (#9115) (cf4c880)
parse-server - 7.1.0-alpha.15

Published by parseplatformorg 3 months ago

7.1.0-alpha.15 (2024-07-08)

Features

parse-server - 7.1.0-alpha.14

Published by parseplatformorg 3 months ago

7.1.0-alpha.14 (2024-07-07)

Features

parse-server - 7.1.0-alpha.13

Published by parseplatformorg 4 months ago

7.1.0-alpha.13 (2024-07-01)

Bug Fixes

  • Invalid push notification tokens are not cleaned up from database for FCM API v2 (#9173) (284da09)
parse-server - 7.1.0

Published by parseplatformorg 4 months ago

7.1.0 (2024-06-30)

Bug Fixes

  • Parse.Cloud.startJob and Parse.Push.send not returning status ID when setting Parse Server option directAccess: true (#8766) (5b0efb2)
  • Required option not handled correctly for special fields (File, GeoPoint, Polygon) on GraphQL API mutations (#8915) (907ad42)
  • Facebook Limited Login not working due to incorrect domain in JWT validation (#9122) (9d0bd2b)
  • Live query throws error when constraint notEqualTo is set to null (#8835) (11d3e48)
  • Parse Server option extendSessionOnUse not working for session lengths < 24 hours (#9113) (0a054e6)
  • Rate limiting can fail when using Parse Server option rateLimit.redisUrl with clusters (#8632) (c277739)
  • SQL injection when using Parse Server with PostgreSQL; fixes security vulnerability GHSA-c2hr-cqg6-8j6r (#9167) (2edf1e4)

Features

  • Add silent log level for Cloud Code (#8803) (5f81efb)
  • Add server security check status security.enableCheck to Features Router (#8679) (b07ec15)
  • Prevent Parse Server start in case of unknown option in server configuration (#8987) (8758e6a)
  • Upgrade to @parse/push-adapter 6.0.0 (#9066) (18bdbf8)
  • Upgrade to @parse/push-adapter 6.2.0 (#9127) (ca20496)
  • Upgrade to Parse JS SDK 5.2.0 (#9128) (665b8d5)
parse-server - 7.1.0-beta.1

Published by parseplatformorg 4 months ago

7.1.0-beta.1 (2024-06-30)

Bug Fixes

  • Parse.Cloud.startJob and Parse.Push.send not returning status ID when setting Parse Server option directAccess: true (#8766) (5b0efb2)
  • Required option not handled correctly for special fields (File, GeoPoint, Polygon) on GraphQL API mutations (#8915) (907ad42)
  • Facebook Limited Login not working due to incorrect domain in JWT validation (#9122) (9d0bd2b)
  • Live query throws error when constraint notEqualTo is set to null (#8835) (11d3e48)
  • Parse Server option extendSessionOnUse not working for session lengths < 24 hours (#9113) (0a054e6)
  • Rate limiting can fail when using Parse Server option rateLimit.redisUrl with clusters (#8632) (c277739)
  • SQL injection when using Parse Server with PostgreSQL; fixes security vulnerability GHSA-c2hr-cqg6-8j6r (#9167) (2edf1e4)

Features

  • Add silent log level for Cloud Code (#8803) (5f81efb)
  • Add server security check status security.enableCheck to Features Router (#8679) (b07ec15)
  • Prevent Parse Server start in case of unknown option in server configuration (#8987) (8758e6a)
  • Upgrade to @parse/push-adapter 6.0.0 (#9066) (18bdbf8)
  • Upgrade to @parse/push-adapter 6.2.0 (#9127) (ca20496)
  • Upgrade to Parse JS SDK 5.2.0 (#9128) (665b8d5)
parse-server - 6.5.7

Published by parseplatformorg 4 months ago

6.5.7 (2024-06-30)

Bug Fixes

parse-server - 7.1.0-alpha.12

Published by parseplatformorg 4 months ago

7.1.0-alpha.12 (2024-06-30)

Bug Fixes

parse-server - 7.1.0-alpha.11

Published by parseplatformorg 4 months ago

7.1.0-alpha.11 (2024-06-29)

Features

parse-server - 7.1.0-alpha.10

Published by parseplatformorg 4 months ago

7.1.0-alpha.10 (2024-06-11)

Bug Fixes

  • Live query throws error when constraint notEqualTo is set to null (#8835) (11d3e48)