-
-
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 #8749
build: Release #8749
Conversation
# [6.3.0-alpha.1](parse-community/parse-server@6.2.0...6.3.0-alpha.1) (2023-06-18) ### Bug Fixes * Cloud Code Trigger `afterSave` executes even if not set ([parse-community#8520](parse-community#8520)) ([afd0515](parse-community@afd0515)) * GridFS file storage doesn't work with certain `enableSchemaHooks` settings ([parse-community#8467](parse-community#8467)) ([d4cda4b](parse-community@d4cda4b)) * Inaccurate table total row count for PostgreSQL ([parse-community#8511](parse-community#8511)) ([0823a02](parse-community@0823a02)) * LiveQuery server is not shut down properly when `handleShutdown` is called ([parse-community#8491](parse-community#8491)) ([967700b](parse-community@967700b)) * Rate limit feature is incompatible with Node 14 ([parse-community#8578](parse-community#8578)) ([f911f2c](parse-community@f911f2c)) * Unnecessary log entries by `extendSessionOnUse` ([parse-community#8562](parse-community#8562)) ([fd6a007](parse-community@fd6a007)) ### Features * `extendSessionOnUse` to automatically renew Parse Sessions ([parse-community#8505](parse-community#8505)) ([6f885d3](parse-community@6f885d3)) * Add new Parse Server option `preventSignupWithUnverifiedEmail` to prevent returning a user without session token on sign-up with unverified email address ([parse-community#8451](parse-community#8451)) ([82da308](parse-community@82da308)) * Add option to change the log level of logs emitted by Cloud Functions ([parse-community#8530](parse-community#8530)) ([2caea31](parse-community@2caea31)) * Add support for `$eq` query constraint in LiveQuery ([parse-community#8614](parse-community#8614)) ([656d673](parse-community@656d673)) * Add zones for rate limiting by `ip`, `user`, `session`, `global` ([parse-community#8508](parse-community#8508)) ([03fba97](parse-community@03fba97)) * Allow `Parse.Object` pointers in Cloud Code arguments ([parse-community#8490](parse-community#8490)) ([28aeda3](parse-community@28aeda3)) ### Reverts * fix: Inaccurate table total row count for PostgreSQL ([6722110](parse-community@6722110))
…ions `verifyUserEmails`, `sendUserEmailVerification` that now accept functions (parse-community#8425)
# [6.3.0-alpha.2](parse-community/parse-server@6.3.0-alpha.1...6.3.0-alpha.2) (2023-06-20) ### 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))
# [6.3.0-alpha.3](parse-community/parse-server@6.3.0-alpha.2...6.3.0-alpha.3) (2023-06-23) ### Features * Add TOTP authentication adapter ([parse-community#8457](parse-community#8457)) ([cc079a4](parse-community@cc079a4))
…type pollution; fixes security vulnerability [GHSA-462x-c3jw-7vr6](GHSA-462x-c3jw-7vr6) (parse-community#8676)
# [6.3.0-alpha.4](parse-community/parse-server@6.3.0-alpha.3...6.3.0-alpha.4) (2023-07-04) ### Bug Fixes * Server does not start via CLI when `auth` option is set ([parse-community#8666](parse-community#8666)) ([4e2000b](parse-community@4e2000b))
…n of Parse Server in Cloud Code (parse-community#8670)
# [6.3.0-alpha.5](parse-community/parse-server@6.3.0-alpha.4...6.3.0-alpha.5) (2023-07-05) ### Features * 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))
…th an array of extensions (parse-community#8688)
# [6.3.0-alpha.6](parse-community/parse-server@6.3.0-alpha.5...6.3.0-alpha.6) (2023-07-17) ### 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))
# [6.3.0-alpha.7](parse-community/parse-server@6.3.0-alpha.6...6.3.0-alpha.7) (2023-08-18) ### Bug Fixes * Remove config logging when launching Parse Server via CLI ([parse-community#8710](parse-community#8710)) ([ae68f0c](parse-community@ae68f0c))
# [6.3.0-alpha.8](parse-community/parse-server@6.3.0-alpha.7...6.3.0-alpha.8) (2023-08-30) ### Bug Fixes * Redis 4 does not reconnect after unhandled error ([parse-community#8706](parse-community#8706)) ([2b3d4e5](parse-community@2b3d4e5))
…s and circumvent `beforeFind` query trigger (parse-community#8735)
# [6.3.0-alpha.9](parse-community/parse-server@6.3.0-alpha.8...6.3.0-alpha.9) (2023-09-13) ### Performance Improvements * Improve performance of recursive pointer iterations ([parse-community#8741](parse-community#8741)) ([45a3ed0](parse-community@45a3ed0))
I will reformat the title to use the proper commit message syntax. |
Thanks for opening this pull request!
|
* beta: chore(release): 6.3.0 [skip ci] release refactor: Parse Pointer allows to access internal Parse Server classes and circumvent `beforeFind` query trigger (parse-community#8734) chore(release): 6.2.2 [skip ci] fix: Parse Pointer allows to access internal Parse Server classes and circumvent `beforeFind` query trigger; fixes security vulnerability [GHSA-fcv6-fg5r-jm9q](GHSA-fcv6-fg5r-jm9q) refactor: Remote code execution via MongoDB BSON parser through prototype pollution; fixes security vulnerability [GHSA-462x-c3jw-7vr6](GHSA-462x-c3jw-7vr6) (parse-community#8677) chore(release): 6.2.1 [skip ci] fix: Remote code execution via MongoDB BSON parser through prototype pollution; fixes security vulnerability [GHSA-462x-c3jw-7vr6](GHSA-462x-c3jw-7vr6) (parse-community#8674) refactor: Add option to convert `Parse.Object` to instance in Cloud Function payload (parse-community#8656)
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## beta #8749 +/- ##
==========================================
- Coverage 94.46% 94.31% -0.16%
==========================================
Files 185 186 +1
Lines 14647 14770 +123
==========================================
+ Hits 13837 13931 +94
- Misses 810 839 +29
☔ View full report in Codecov by Sentry. |
🎉 This change has been released in version 6.4.0-beta.1 |
🎉 This change has been released in version 6.4.0-alpha.1 |
🎉 This change has been released in version 6.4.0 |
No description provided.