Skip to content
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 #8809

Merged
merged 37 commits into from
Nov 16, 2023
Merged

build: Release #8809

merged 37 commits into from
Nov 16, 2023

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Nov 16, 2023

No description provided.

mtrezza and others added 30 commits June 18, 2023 03:19
# [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.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))
# [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))
# [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))
# [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))
mtrezza and others added 5 commits September 16, 2023 03:25
* 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)
# [6.4.0-beta.1](parse-community/parse-server@6.3.0...6.4.0-beta.1) (2023-09-16)

### 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 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))
Copy link

I will reformat the title to use the proper commit message syntax.

@parse-github-assistant parse-github-assistant bot changed the title build: release build: Release Nov 16, 2023
Copy link

parse-github-assistant bot commented Nov 16, 2023

Thanks for opening this pull request!

  • ❌ Please link an issue that describes the reason for this pull request, otherwise your pull request will be closed. Make sure to write it as Closes: #123 in the PR description, so I can recognize it.

* release:
  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)
Copy link

codecov bot commented Nov 16, 2023

Codecov Report

Attention: 24 lines in your changes are missing coverage. Please review.

Comparison is base (fd86278) 94.44% compared to head (ac42002) 94.31%.
Report is 1 commits behind head on release.

❗ Current head ac42002 differs from pull request most recent head c6355cd. Consider uploading reports for the commit c6355cd to get more accurate results

Files Patch % Lines
src/Adapters/Auth/mfa.js 81.73% 21 Missing ⚠️
src/cli/utils/runner.js 40.00% 3 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           release    #8809      +/-   ##
===========================================
- Coverage    94.44%   94.31%   -0.13%     
===========================================
  Files          185      186       +1     
  Lines        14647    14770     +123     
===========================================
+ Hits         13834    13931      +97     
- Misses         813      839      +26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mtrezza mtrezza closed this Nov 16, 2023
@mtrezza mtrezza deleted the build-release branch November 16, 2023 15:08
@mtrezza mtrezza restored the build-release branch November 16, 2023 15:09
@mtrezza mtrezza reopened this Nov 16, 2023
@mtrezza mtrezza merged commit 2612a38 into parse-community:release Nov 16, 2023
43 of 47 checks passed
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.4.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Nov 16, 2023
@mtrezza mtrezza deleted the build-release branch November 16, 2023 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state:released Released as stable version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants