Skip to content

Conversation

@mtrezza
Copy link
Member

@mtrezza mtrezza commented Mar 2, 2023

No description provided.

mtrezza and others added 14 commits January 31, 2023 16:35
# [6.0.0-alpha.31](parse-community/parse-server@6.0.0-alpha.30...6.0.0-alpha.31) (2023-01-31)

### Bug Fixes

* Parse Server option `requestKeywordDenylist` can be bypassed via Cloud Code Webhooks or Triggers; fixes security vulnerability [GHSA-xprv-wvh7-qqqx](GHSA-xprv-wvh7-qqqx) ([parse-community#8302](parse-community#8302)) ([6728da1](parse-community@6728da1))
* Prototype pollution via Cloud Code Webhooks; fixes security vulnerability [GHSA-93vw-8fm5-p2jf](GHSA-93vw-8fm5-p2jf) ([parse-community#8305](parse-community#8305)) ([60c5a73](parse-community@60c5a73))
* Remote code execution via MongoDB BSON parser through prototype pollution; fixes security vulnerability [GHSA-prm5-8g2m-24gg](GHSA-prm5-8g2m-24gg) ([parse-community#8295](parse-community#8295)) ([50eed3c](parse-community@50eed3c))
# [6.0.0-alpha.33](parse-community/parse-server@6.0.0-alpha.32...6.0.0-alpha.33) (2023-02-17)

### Features

* Deprecate LiveQuery `fields` option in favor of `keys` for semantic consistency ([parse-community#8388](parse-community#8388)) ([a49e323](parse-community@a49e323))
… choose success or error response on password reset with invalid email (parse-community#7551)
# [6.0.0-alpha.34](parse-community/parse-server@6.0.0-alpha.33...6.0.0-alpha.34) (2023-02-24)

### Features

* Add Parse Server option `resetPasswordSuccessOnInvalidEmail` to choose success or error response on password reset with invalid email ([parse-community#7551](parse-community#7551)) ([e5d610e](parse-community@e5d610e))
# [6.0.0-alpha.35](parse-community/parse-server@6.0.0-alpha.34...6.0.0-alpha.35) (2023-02-27)

### Features

* Add option `schemaCacheTtl` for schema cache pulling as alternative to `enableSchemaHooks` ([parse-community#8436](parse-community#8436)) ([b3b76de](parse-community@b3b76de))
@parse-github-assistant
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 beta build: Release beta Mar 2, 2023
@parse-github-assistant
Copy link

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.

@codecov
Copy link

codecov bot commented Mar 2, 2023

Codecov Report

Patch coverage: 97.36% and project coverage change: -0.09 ⚠️

Comparison is base (9ed42d7) 94.18% compared to head (d9d24b0) 94.09%.

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

Additional details and impacted files
@@            Coverage Diff             @@
##             beta    #8452      +/-   ##
==========================================
- Coverage   94.18%   94.09%   -0.09%     
==========================================
  Files         181      182       +1     
  Lines       14401    14438      +37     
==========================================
+ Hits        13563    13586      +23     
- Misses        838      852      +14     
Impacted Files Coverage Δ
src/LiveQuery/RequestSchema.js 100.00% <ø> (ø)
src/Options/Definitions.js 100.00% <ø> (ø)
src/Options/index.js 100.00% <ø> (ø)
src/Adapters/Auth/utils.js 87.50% <87.50%> (ø)
src/Routers/UsersRouter.js 97.10% <87.50%> (+0.87%) ⬆️
src/Adapters/Auth/apple.js 100.00% <100.00%> (ø)
src/Adapters/Auth/facebook.js 90.00% <100.00%> (-0.63%) ⬇️
src/Adapters/Auth/google.js 92.64% <100.00%> (-0.32%) ⬇️
src/Adapters/Storage/Mongo/MongoStorageAdapter.js 92.17% <100.00%> (+0.03%) ⬆️
...dapters/Storage/Postgres/PostgresStorageAdapter.js 95.73% <100.00%> (+<0.01%) ⬆️
... and 13 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mtrezza mtrezza merged commit 29044aa into parse-community:beta Mar 2, 2023
@mtrezza mtrezza deleted the build branch March 2, 2023 10:53
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.1.0-beta.1

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Mar 2, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.1.0-alpha.1

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Mar 3, 2023
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 6.1.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label May 1, 2023
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 state:released-alpha Released as alpha version state:released-beta Released as beta version

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants