Releases: parse-community/parse-server
Releases · parse-community/parse-server
7.0.0-alpha.1
7.0.0-alpha.1 (2023-12-10)
Features
BREAKING CHANGES
Parse.Queryno longer supports the BSON typecode; although this feature was never officially documented, its removal is announced as a breaking change to protect deployments where it might be in use. (3de8494)
6.5.0-alpha.2
6.5.0-alpha.2 (2023-11-19)
Performance Improvements
6.5.0-alpha.1
6.5.0-alpha.1 (2023-11-18)
Bug Fixes
- Context not passed to Cloud Code Trigger
beforeFindwhen usingParse.Query.include(#8765) (7d32d89) - Parse Server option
fileUpload.fileExtensionsfails to determine file extension if filename contains multiple dots (#8754) (3d6d50e) - Security bump @babel/traverse from 7.20.5 to 7.23.2 (#8777) (2d6b3d1)
- Security upgrade graphql from 16.6.0 to 16.8.1 (#8758) (71dfd8a)
Features
- Add
$setOnInsertoperator toParse.Server.database.update(#8791) (f630a45) - Add compatibility for MongoDB Atlas Serverless and AWS Amazon DocumentDB with collation options
enableCollationCaseComparison,transformEmailToLowercase,transformUsernameToLowercase(#8805) (09fbeeb) - Add context to Cloud Code Triggers
beforeLoginandafterLogin(#8724) (a9c34ef) - Allow setting
createdAtandupdatedAtduringParse.Objectcreation with maintenance key (#8696) (77bbfb3) - Upgrade Parse Server Push Adapter to 5.0.2 (#8813) (6ef1986)
6.5.0-beta.1
6.5.0-beta.1 (2023-11-16)
Bug Fixes
- Context not passed to Cloud Code Trigger
beforeFindwhen usingParse.Query.include(#8765) (7d32d89) - Parse Server option
fileUpload.fileExtensionsfails to determine file extension if filename contains multiple dots (#8754) (3d6d50e) - Security bump @babel/traverse from 7.20.5 to 7.23.2 (#8777) (2d6b3d1)
- Security upgrade graphql from 16.6.0 to 16.8.1 (#8758) (71dfd8a)
Features
- Add
$setOnInsertoperator toParse.Server.database.update(#8791) (f630a45) - Add compatibility for MongoDB Atlas Serverless and AWS Amazon DocumentDB with collation options
enableCollationCaseComparison,transformEmailToLowercase,transformUsernameToLowercase(#8805) (09fbeeb) - Add context to Cloud Code Triggers
beforeLoginandafterLogin(#8724) (a9c34ef) - Allow setting
createdAtandupdatedAtduringParse.Objectcreation with maintenance key (#8696) (77bbfb3)
6.4.0
6.4.0 (2023-11-16)
Bug Fixes
- Parse Server option
fileUpload.fileExtensionsdoes not work with an array of extensions (#8688) (6a4a00c) - Redis 4 does not reconnect after unhandled error (#8706) (2b3d4e5)
- Remove config logging when launching Parse Server via CLI (#8710) (ae68f0c)
- Server does not start via CLI when
authoption is set (#8666) (4e2000b)
Features
- Add conditional email verification via dynamic Parse Server options
verifyUserEmails,sendUserEmailVerificationthat now accept functions (#8425) (44acd6d) - Add property
Parse.Server.versionto determine current version of Parse Server in Cloud Code (#8670) (a9d376b) - Add TOTP authentication adapter (#8457) (cc079a4)
Performance Improvements
6.4.0-alpha.8
6.4.0-alpha.8 (2023-11-13)
Features
6.4.0-alpha.7
6.4.0-alpha.7 (2023-10-25)
Features
5.6.0
6.3.1
6.3.1 (2023-10-20)
Bug Fixes
- Server crash when uploading file without extension; fixes security vulnerability GHSA-792q-q67h-w579 (#8781) (fd86278)
5.5.6
5.5.6 (2023-10-20)
Bug Fixes
- Server crash when uploading file without extension; fixes security vulnerability GHSA-792q-q67h-w579 (#8782) (686a9f2)