-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build: Release #8810
build: Release #8810
Conversation
# [6.4.0-alpha.1](parse-community/parse-server@6.3.0...6.4.0-alpha.1) (2023-09-20) ### Bug Fixes * Parse Server option `fileUpload.fileExtensions` does not work with an array of extensions ([parse-community#8688](parse-community#8688)) ([6a4a00c](parse-community@6a4a00c)) * Redis 4 does not reconnect after unhandled error ([parse-community#8706](parse-community#8706)) ([2b3d4e5](parse-community@2b3d4e5)) * Remove config logging when launching Parse Server via CLI ([parse-community#8710](parse-community#8710)) ([ae68f0c](parse-community@ae68f0c)) * Server does not start via CLI when `auth` option is set ([parse-community#8666](parse-community#8666)) ([4e2000b](parse-community@4e2000b)) ### Features * Add conditional email verification via dynamic Parse Server options `verifyUserEmails`, `sendUserEmailVerification` that now accept functions ([parse-community#8425](parse-community#8425)) ([44acd6d](parse-community@44acd6d)) * Add context to Cloud Code Triggers `beforeLogin` and `afterLogin` ([parse-community#8724](parse-community#8724)) ([a9c34ef](parse-community@a9c34ef)) * Add property `Parse.Server.version` to determine current version of Parse Server in Cloud Code ([parse-community#8670](parse-community#8670)) ([a9d376b](parse-community@a9d376b)) * Add TOTP authentication adapter ([parse-community#8457](parse-community#8457)) ([cc079a4](parse-community@cc079a4)) ### Performance Improvements * Improve performance of recursive pointer iterations ([parse-community#8741](parse-community#8741)) ([45a3ed0](parse-community@45a3ed0))
# [6.4.0-alpha.2](parse-community/parse-server@6.4.0-alpha.1...6.4.0-alpha.2) (2023-09-22) ### Bug Fixes * Security upgrade graphql from 16.6.0 to 16.8.1 ([parse-community#8758](parse-community#8758)) ([71dfd8a](parse-community@71dfd8a))
…ne file extension if filename contains multiple dots (parse-community#8754)
# [6.4.0-alpha.3](parse-community/parse-server@6.4.0-alpha.2...6.4.0-alpha.3) (2023-09-23) ### Bug Fixes * Parse Server option `fileUpload.fileExtensions` fails to determine file extension if filename contains multiple dots ([parse-community#8754](parse-community#8754)) ([3d6d50e](parse-community@3d6d50e))
… creation with maintenance key (parse-community#8696)
# [6.4.0-alpha.4](parse-community/parse-server@6.4.0-alpha.3...6.4.0-alpha.4) (2023-09-29) ### Features * Allow setting `createdAt` and `updatedAt` during `Parse.Object` creation with maintenance key ([parse-community#8696](parse-community#8696)) ([77bbfb3](parse-community@77bbfb3))
… `Parse.Query.include` (parse-community#8765)
# [6.4.0-alpha.5](parse-community/parse-server@6.4.0-alpha.4...6.4.0-alpha.5) (2023-10-14) ### Bug Fixes * Context not passed to Cloud Code Trigger `beforeFind` when using `Parse.Query.include` ([parse-community#8765](parse-community#8765)) ([7d32d89](parse-community@7d32d89))
# [6.4.0-alpha.6](parse-community/parse-server@6.4.0-alpha.5...6.4.0-alpha.6) (2023-10-18) ### Bug Fixes * Security bump @babel/traverse from 7.20.5 to 7.23.2 ([parse-community#8777](parse-community#8777)) ([2d6b3d1](parse-community@2d6b3d1))
# [6.4.0-alpha.7](parse-community/parse-server@6.4.0-alpha.6...6.4.0-alpha.7) (2023-10-25) ### Features * Add `$setOnInsert` operator to `Parse.Server.database.update` ([parse-community#8791](parse-community#8791)) ([f630a45](parse-community@f630a45))
…ocumentDB with collation options `enableCollationCaseComparison`, `transformEmailToLowercase`, `transformUsernameToLowercase` (parse-community#8805)
# [6.4.0-alpha.8](parse-community/parse-server@6.4.0-alpha.7...6.4.0-alpha.8) (2023-11-13) ### Features * Add compatibility for MongoDB Atlas Serverless and AWS Amazon DocumentDB with collation options `enableCollationCaseComparison`, `transformEmailToLowercase`, `transformUsernameToLowercase` ([parse-community#8805](parse-community#8805)) ([09fbeeb](parse-community@09fbeeb))
I will reformat the title to use the proper commit message syntax. |
Thanks for opening this pull request!
|
* beta: chore(release): 6.4.0 [skip ci] release refactor: Server crash when uploading file without extension; fixes security vulnerability [GHSA-792q-q67h-w579](GHSA-792q-q67h-w579) (parse-community#8780) chore(release): 6.3.1 [skip ci] fix: Server crash when uploading file without extension; fixes security vulnerability [GHSA-792q-q67h-w579](GHSA-792q-q67h-w579) (parse-community#8781)
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## beta #8810 +/- ##
==========================================
- Coverage 94.44% 94.31% -0.14%
==========================================
Files 185 186 +1
Lines 14647 14798 +151
==========================================
+ Hits 13834 13956 +122
- Misses 813 842 +29 ☔ View full report in Codecov by Sentry. |
🎉 This change has been released in version 6.5.0-beta.1 |
🎉 This change has been released in version 6.5.0-alpha.1 |
🎉 This change has been released in version 6.5.0 |
🎉 This change has been released in version 7.0.0 |
No description provided.