Skip to content

build: Release#10068

Merged
mtrezza merged 36 commits intoreleasefrom
build/release-20260221
Feb 21, 2026
Merged

build: Release#10068
mtrezza merged 36 commits intoreleasefrom
build/release-20260221

Conversation

@parseplatformorg
Copy link
Copy Markdown
Contributor

Release

This pull request was created automatically according to the release cycle.

Warning

Only use Merge Commit to merge this pull request. Do not use Rebase and Merge or Squash and Merge.

dependabot bot and others added 30 commits February 5, 2026 13:44
## [9.2.1-alpha.1](9.2.0...9.2.1-alpha.1) (2026-02-06)

### Bug Fixes

* Default HTML pages for password reset, email verification not found ([#10034](#10034)) ([e299107](e299107))
## [9.2.1-alpha.2](9.2.1-alpha.1...9.2.1-alpha.2) (2026-02-06)

### Bug Fixes

* AuthData validation incorrectly triggered on unchanged providers ([#10025](#10025)) ([d3d6e9e](d3d6e9e))
…nverifiedEmail` to identify invoking signup / login action and auth provider (#9963)
# [9.3.0-alpha.1](9.2.1-alpha.2...9.3.0-alpha.1) (2026-02-06)

### Features

* Add event information to `verifyUserEmails`, `preventLoginWithUnverifiedEmail` to identify invoking signup / login action and auth provider ([#9963](#9963)) ([ed98c15](ed98c15))
# [9.3.0-alpha.2](9.3.0-alpha.1...9.3.0-alpha.2) (2026-02-06)

### Bug Fixes

* Default HTML pages for password reset, email verification not found ([#10041](#10041)) ([a4265bb](a4265bb))
# [9.3.0-alpha.3](9.3.0-alpha.2...9.3.0-alpha.3) (2026-02-07)

### Features

* Add `Parse.File.url` validation with config `fileUpload.allowedFileUrlDomains` against SSRF attacks ([#10044](#10044)) ([4c9c948](4c9c948))
# [9.3.0-alpha.4](9.3.0-alpha.3...9.3.0-alpha.4) (2026-02-12)

### Bug Fixes

* Unlinking auth provider triggers auth data validation ([#10045](#10045)) ([b6b6327](b6b6327))
# [9.3.0-alpha.5](9.3.0-alpha.4...9.3.0-alpha.5) (2026-02-12)

### Bug Fixes

* `Parse.Query.select('authData')` for `_User` class doesn't return auth data ([#10055](#10055)) ([44a5bb1](44a5bb1))
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…o 7.27.1 (#10054)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# [9.3.0-alpha.6](9.3.0-alpha.5...9.3.0-alpha.6) (2026-02-14)

### Bug Fixes

* Default ACL overwrites custom ACL on `Parse.Object` update ([#10061](#10061)) ([4ef89d9](4ef89d9))
semantic-release-bot and others added 6 commits February 20, 2026 20:01
# [9.3.0-alpha.7](9.3.0-alpha.6...9.3.0-alpha.7) (2026-02-20)

### Features

* Upgrade to parse 8.2.0, @parse/push-adapter 8.3.0 ([#10066](#10066)) ([8b5a14e](8b5a14e))
# [9.3.0-alpha.8](9.3.0-alpha.7...9.3.0-alpha.8) (2026-02-21)

### Bug Fixes

* Incorrect dependency chain of `Parse` uses browser build instead of Node build ([#10067](#10067)) ([1a2521d](1a2521d))
# [9.3.0-alpha.9](9.3.0-alpha.8...9.3.0-alpha.9) (2026-02-21)

### Features

* Add support for streaming file upload via `Buffer`, `Readable`, `ReadableStream` ([#10065](#10065)) ([f0feb48](f0feb48))
@parse-github-assistant
Copy link
Copy Markdown

🚀 Thanks for opening this pull request!

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 21, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch build/release-20260221

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@parseplatformorg
Copy link
Copy Markdown
Contributor Author

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@codecov
Copy link
Copy Markdown

codecov bot commented Feb 21, 2026

Codecov Report

❌ Patch coverage is 96.51568% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.60%. Comparing base (88b6977) to head (66762cd).
⚠️ Report is 39 commits behind head on release.

Files with missing lines Patch % Lines
src/Routers/FilesRouter.js 94.59% 6 Missing ⚠️
src/Options/parsers.js 0.00% 3 Missing ⚠️
src/Adapters/Auth/index.js 87.50% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           release   #10068      +/-   ##
===========================================
+ Coverage    92.54%   92.60%   +0.05%     
===========================================
  Files          190      191       +1     
  Lines        15489    15749     +260     
  Branches       176      176              
===========================================
+ Hits         14334    14584     +250     
- Misses        1143     1153      +10     
  Partials        12       12              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mtrezza mtrezza merged commit ec05f17 into release Feb 21, 2026
21 of 23 checks passed
@mtrezza mtrezza deleted the build/release-20260221 branch February 21, 2026 15:32
@parseplatformorg
Copy link
Copy Markdown
Contributor Author

🎉 This change has been released in version 9.3.0

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.

6 participants