Skip to content

Conversation

@parseplatformorg
Copy link
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.

RahulLanjewar93 and others added 30 commits October 3, 2025 14:35
# [8.3.0-alpha.1](8.2.5...8.3.0-alpha.1) (2025-10-03)

### Features

* Add option `keepUnknownIndexes` to retain indexes which are not specified in schema ([#9857](#9857)) ([89fad46](89fad46))
# [8.3.0-alpha.2](8.3.0-alpha.1...8.3.0-alpha.2) (2025-10-03)

### Features

* Add regex option `u` for unicode support in `Parse.Query.matches` for MongoDB ([#9867](#9867)) ([7cb962a](7cb962a))
# [8.3.0-alpha.3](8.3.0-alpha.2...8.3.0-alpha.3) (2025-10-07)

### Features

* Add support for Postgres 18 ([#9870](#9870)) ([d275c18](d275c18))
# [8.3.0-alpha.4](8.3.0-alpha.3...8.3.0-alpha.4) (2025-10-09)

### Features

* Disable index-field validation to create index for fields that don't yet exist ([#8137](#8137)) ([1b23475](1b23475))
# [8.3.0-alpha.5](8.3.0-alpha.4...8.3.0-alpha.5) (2025-10-14)

### Features

* Allow returning objects in `Parse.Cloud.beforeFind` without invoking database query ([#9770](#9770)) ([0b47407](0b47407))
# [8.3.0-alpha.6](8.3.0-alpha.5...8.3.0-alpha.6) (2025-10-14)

### Features

* Add request context middleware for config and dependency injection in hooks ([#8480](#8480)) ([64f104e](64f104e))
# [8.3.0-alpha.7](8.3.0-alpha.6...8.3.0-alpha.7) (2025-10-15)

### Bug Fixes

* Security upgrade to parse 7.0.1 ([#9877](#9877)) ([abfa94c](abfa94c))
# [8.3.0-alpha.8](8.3.0-alpha.7...8.3.0-alpha.8) (2025-10-16)

### Bug Fixes

* Warning logged when setting option `databaseOptions.disableIndexFieldValidation` ([#9880](#9880)) ([1815b01](1815b01))
# [8.3.0-alpha.9](8.3.0-alpha.8...8.3.0-alpha.9) (2025-10-19)

### Bug Fixes

* Server URL verification before server is ready ([#9882](#9882)) ([178bd5c](178bd5c))
# [8.3.0-alpha.10](8.3.0-alpha.9...8.3.0-alpha.10) (2025-10-22)

### Bug Fixes

* Error in `afterSave` trigger for `Parse.Role` due to `name` field ([#9883](#9883)) ([eb052d8](eb052d8))
…ses inconsistency between validation read and subsequent update write operation (#9859)
# [8.3.0-alpha.11](8.3.0-alpha.10...8.3.0-alpha.11) (2025-10-24)

### Bug Fixes

* Stale data read in validation query on `Parse.Object` update causes inconsistency between validation read and subsequent update write operation ([#9859](#9859)) ([f49efaf](f49efaf))
# [8.3.0-alpha.12](8.3.0-alpha.11...8.3.0-alpha.12) (2025-10-25)

### Features

* Add Parse Server option `verifyServerUrl` to disable server URL verification on server launch ([#9881](#9881)) ([b298ccc](b298ccc))
…hable_token` password reset are not created automatically (#9893)
# [8.3.0-alpha.13](8.3.0-alpha.12...8.3.0-alpha.13) (2025-11-01)

### Bug Fixes

* Indexes `_email_verify_token` for email verification and `_perishable_token` password reset are not created automatically ([#9893](#9893)) ([62dd3c5](62dd3c5))
# [8.3.0-alpha.14](8.3.0-alpha.13...8.3.0-alpha.14) (2025-11-01)

### Features

* Add options to skip automatic creation of internal database indexes on server start ([#9897](#9897)) ([ea91aca](ea91aca))
@parse-github-assistant
Copy link

🚀 Thanks for opening this pull request!

@coderabbitai
Copy link

coderabbitai bot commented Nov 1, 2025

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.

✨ 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-20251101

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
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

codecov bot commented Nov 1, 2025

Codecov Report

❌ Patch coverage is 87.80488% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 92.99%. Comparing base (3c7c5e1) to head (0a25e2d).
⚠️ Report is 33 commits behind head on release.

Files with missing lines Patch % Lines
src/Controllers/DatabaseController.js 70.37% 8 Missing ⚠️
src/ParseServer.ts 50.00% 4 Missing ⚠️
...dapters/Storage/Postgres/PostgresStorageAdapter.js 83.33% 2 Missing ⚠️
src/GraphQL/ParseGraphQLServer.js 80.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           release    #9898      +/-   ##
===========================================
- Coverage    93.01%   92.99%   -0.02%     
===========================================
  Files          187      187              
  Lines        15096    15177      +81     
  Branches       174      177       +3     
===========================================
+ Hits         14041    14114      +73     
- Misses        1043     1051       +8     
  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 7a6acde into release Nov 1, 2025
24 of 26 checks passed
@mtrezza mtrezza deleted the build/release-20251101 branch November 1, 2025 20:17
@parseplatformorg
Copy link
Contributor Author

🎉 This change has been released in version 8.3.0

@parseplatformorg parseplatformorg added the state:released Released as stable version label Nov 1, 2025
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.

9 participants