-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
build: Release #9898
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 #9898
Conversation
… specified in schema (#9857)
# [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))
…s` for MongoDB (#9867)
# [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))
…don't yet exist (#8137)
# [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))
…oking database query (#9770)
# [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))
…FieldValidation` (#9880)
# [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))
… verification on server launch (#9881)
# [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))
…exes on server start (#9897)
# [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))
|
🚀 Thanks for opening this pull request! |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Codecov Report❌ Patch coverage is 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. 🚀 New features to boost your workflow:
|
|
🎉 This change has been released in version 8.3.0 |
Release
This pull request was created automatically according to the release cycle.
Warning
Only use
Merge Committo merge this pull request. Do not useRebase and MergeorSquash and Merge.