Skip to content

build: beta release #8264

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

Merged
merged 116 commits into from
Oct 29, 2022
Merged

build: beta release #8264

merged 116 commits into from
Oct 29, 2022

Conversation

mtrezza
Copy link
Member

@mtrezza mtrezza commented Oct 29, 2022

No description provided.

mtrezza and others added 30 commits June 17, 2022 19:31
# [5.3.0-alpha.19](parse-community/parse-server@5.3.0-alpha.18...5.3.0-alpha.19) (2022-07-03)

### Bug Fixes

* certificate in Apple Game Center auth adapter not validated [skip release] ([parse-community#8058](parse-community#8058)) ([75af9a2](parse-community@75af9a2))
* graphQL query ignores condition `equalTo` with value `false` ([parse-community#8032](parse-community#8032)) ([7f5a15d](parse-community@7f5a15d))
* invalid file request not properly handled [skip release] ([parse-community#8062](parse-community#8062)) ([4c9e956](parse-community@4c9e956))
* protected fields exposed via LiveQuery (GHSA-crrq-vr9j-fxxh) [skip release] ([parse-community#8076](parse-community#8076)) ([9fd4516](parse-community@9fd4516))
# [5.3.0-alpha.21](parse-community/parse-server@5.3.0-alpha.20...5.3.0-alpha.21) (2022-08-05)

### Bug Fixes

* internal indices for classes `_Idempotency` and `_Role` are not protected in defined schema ([parse-community#8121](parse-community#8121)) ([c16f529](parse-community@c16f529))
semantic-release-bot and others added 16 commits October 15, 2022 22:26
# [5.3.0-alpha.29](parse-community/parse-server@5.3.0-alpha.28...5.3.0-alpha.29) (2022-10-15)

### Bug Fixes

* server crashes when receiving file download request with invalid byte range; this fixes a security vulnerability that allows an attacker to impact the availability of the server instance; the fix improves parsing of the range parameter to properly handle invalid range requests ([GHSA-h423-w6qv-2wj3](GHSA-h423-w6qv-2wj3)) [skip release] ([parse-community#8238](parse-community#8238)) ([c03908f](parse-community@c03908f))

### Features

* add support for Postgres 15 ([parse-community#8215](parse-community#8215)) ([2feb6c4](parse-community@2feb6c4))
# [5.3.0-alpha.31](parse-community/parse-server@5.3.0-alpha.30...5.3.0-alpha.31) (2022-10-24)

### Bug Fixes

* relation constraints in compound queries `Parse.Query.or`, `Parse.Query.and` not working ([parse-community#8203](parse-community#8203)) ([28f0d26](parse-community@28f0d26))
# [5.3.0-alpha.32](parse-community/parse-server@5.3.0-alpha.31...5.3.0-alpha.32) (2022-10-29)

### Features

* add convenience access to Parse Server configuration in Cloud Code via `Parse.Server` ([parse-community#8244](parse-community#8244)) ([9f11115](parse-community@9f11115))
@parse-github-assistant
Copy link

parse-github-assistant bot commented Oct 29, 2022

Thanks for opening this pull request!

  • ❌ Please edit your post and use the provided template when creating a new pull request. This helps everyone to understand your post better and asks for essential information to quicker review the pull request.

@mtrezza mtrezza changed the title build: beta build: beta release Oct 29, 2022
@codecov
Copy link

codecov bot commented Oct 29, 2022

Codecov Report

Base: 94.30% // Head: 94.11% // Decreases project coverage by -0.19% ⚠️

Coverage data is based on head (5e9d494) compared to base (2549540).
Patch coverage: 97.33% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             beta    #8264      +/-   ##
==========================================
- Coverage   94.30%   94.11%   -0.20%     
==========================================
  Files         182      182              
  Lines       13730    13775      +45     
==========================================
+ Hits        12948    12964      +16     
- Misses        782      811      +29     
Impacted Files Coverage Δ
src/GraphQL/helpers/objectsQueries.js 90.62% <ø> (ø)
src/Options/Definitions.js 100.00% <ø> (ø)
src/Options/index.js 100.00% <ø> (ø)
src/Config.js 88.92% <85.71%> (-0.09%) ⬇️
src/LiveQuery/QueryTools.js 94.55% <93.33%> (-0.19%) ⬇️
src/Adapters/Storage/Mongo/MongoStorageAdapter.js 93.19% <100.00%> (+0.02%) ⬆️
...dapters/Storage/Postgres/PostgresStorageAdapter.js 95.71% <100.00%> (+0.24%) ⬆️
src/Controllers/DatabaseController.js 93.77% <100.00%> (+0.02%) ⬆️
src/GraphQL/transformers/query.js 89.77% <100.00%> (ø)
src/ParseServer.js 90.27% <100.00%> (+0.21%) ⬆️
... and 10 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 1d277db into parse-community:beta Oct 29, 2022
@parseplatformorg
Copy link
Contributor

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

@parseplatformorg parseplatformorg added the state:released-beta Released as beta version label Oct 29, 2022
@mtrezza mtrezza deleted the build-beta branch October 29, 2022 20:24
@parseplatformorg
Copy link
Contributor

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

@parseplatformorg parseplatformorg added the state:released-alpha Released as alpha version label Oct 31, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.4.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Nov 19, 2022
@parseplatformorg
Copy link
Contributor

🎉 This change has been released in version 5.4.0

@parseplatformorg parseplatformorg added the state:released-5.x.x Released as LTS version label Nov 19, 2022
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-5.x.x Released as LTS 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.