Commit Graph

5004 Commits

Author SHA1 Message Date
Lucas Coratger
94cee5bfaf feat: Add beforePasswordResetRequest hook (#9906) 2025-11-19 14:57:28 +01:00
semantic-release-bot
50650a3626 chore(release): 8.5.0-alpha.11 [skip ci]
# [8.5.0-alpha.11](https://github.com/parse-community/parse-server/compare/8.5.0-alpha.10...8.5.0-alpha.11) (2025-11-17)

### Bug Fixes

* Deprecation warning logged at server launch for nested Parse Server option even if option is explicitly set ([#9934](https://github.com/parse-community/parse-server/issues/9934)) ([c22cb0a](c22cb0ae58))
2025-11-17 18:44:26 +00:00
Manuel
c22cb0ae58 fix: Deprecation warning logged at server launch for nested Parse Server option even if option is explicitly set (#9934) 2025-11-17 19:43:32 +01:00
dependabot[bot]
5e15403bc1 refactor: Bump js-yaml from 3.14.1 to 3.14.2 (#9933) 2025-11-17 18:17:44 +01:00
semantic-release-bot
fcede163ca chore(release): 8.5.0-alpha.10 [skip ci]
# [8.5.0-alpha.10](https://github.com/parse-community/parse-server/compare/8.5.0-alpha.9...8.5.0-alpha.10) (2025-11-17)

### Bug Fixes

* Queries with object field `authData.provider.id` are incorrectly transformed to `_auth_data_provider.id` for custom classes ([#9932](https://github.com/parse-community/parse-server/issues/9932)) ([7b9fa18](7b9fa18f96))
2025-11-17 16:48:36 +00:00
Manuel
7b9fa18f96 fix: Queries with object field authData.provider.id are incorrectly transformed to _auth_data_provider.id for custom classes (#9932) 2025-11-17 17:47:39 +01:00
semantic-release-bot
8ff1d89ce2 chore(release): 8.5.0-alpha.9 [skip ci]
# [8.5.0-alpha.9](https://github.com/parse-community/parse-server/compare/8.5.0-alpha.8...8.5.0-alpha.9) (2025-11-17)

### Bug Fixes

* Race condition can cause multiple Apollo server initializations under load ([#9929](https://github.com/parse-community/parse-server/issues/9929)) ([7d5e9fc](7d5e9fcf3c))
2025-11-17 15:19:31 +00:00
Antoine Cormouls
7d5e9fcf3c fix: Race condition can cause multiple Apollo server initializations under load (#9929) 2025-11-17 16:18:39 +01:00
semantic-release-bot
306c5fd830 chore(release): 8.5.0-alpha.8 [skip ci]
# [8.5.0-alpha.8](https://github.com/parse-community/parse-server/compare/8.5.0-alpha.7...8.5.0-alpha.8) (2025-11-17)

### Performance Improvements

* `Parse.Query.include` now fetches pointers at same level in parallel ([#9861](https://github.com/parse-community/parse-server/issues/9861)) ([dafea21](dafea21eb3))
2025-11-17 14:43:50 +00:00
Antoine Cormouls
dafea21eb3 perf: Parse.Query.include now fetches pointers at same level in parallel (#9861) 2025-11-17 15:42:49 +01:00
Manuel
52f7c89f3f ci: Fix performance step in CI (#9931) 2025-11-17 01:14:29 +01:00
Manuel
133660fb52 ci: Fix performance step in CI (#9927) 2025-11-09 18:57:23 +01:00
Manuel
3cc8c1ae3e ci: Fix performance step in CI (#9926) 2025-11-09 13:36:10 +01:00
Manuel
36e166cc81 ci: Fix performance step in CI (#9925) 2025-11-09 13:30:23 +01:00
Manuel
d94f348d86 ci: Cancel obsolete performance benchmark jobs (#9923) 2025-11-09 02:21:58 +01:00
Manuel
818824f6fc ci: Fix performance step in CI (#9922) 2025-11-09 02:18:20 +01:00
Manuel
b73ebac5c9 ci: Fix performance step in CI (#9921) 2025-11-09 02:02:17 +01:00
Manuel
a85ba199be ci: Fix performance step in CI missing permissions (#9918) 2025-11-08 21:34:07 +01:00
Manuel
06f25ff31a ci: Fix performance step in CI missing permissions (#9917) 2025-11-08 21:28:07 +01:00
Manuel
92788a19d3 ci: Add performance impact step to CI (#9916) 2025-11-08 21:21:43 +01:00
semantic-release-bot
76826447f8 chore(release): 8.5.0-alpha.7 [skip ci]
# [8.5.0-alpha.7](https://github.com/parse-community/parse-server/compare/8.5.0-alpha.6...8.5.0-alpha.7) (2025-11-08)

### Performance Improvements

* Upgrade MongoDB driver to 6.20.0 ([#9887](https://github.com/parse-community/parse-server/issues/9887)) ([3c9af48](3c9af48edd))
2025-11-08 19:05:24 +00:00
Manuel
3c9af48edd perf: Upgrade MongoDB driver to 6.20.0 (#9887) 2025-11-08 20:04:31 +01:00
semantic-release-bot
9f1fc7cb8a chore(release): 8.5.0-alpha.6 [skip ci]
# [8.5.0-alpha.6](https://github.com/parse-community/parse-server/compare/8.5.0-alpha.5...8.5.0-alpha.6) (2025-11-08)

### Bug Fixes

* `GridFSBucketAdapter` throws when using some Parse Server specific options in MongoDB database options ([#9915](https://github.com/parse-community/parse-server/issues/9915)) ([d3d4003](d3d4003570))
2025-11-08 17:42:37 +00:00
Manuel
d3d4003570 fix: GridFSBucketAdapter throws when using some Parse Server specific options in MongoDB database options (#9915) 2025-11-08 18:41:45 +01:00
semantic-release-bot
502a512028 chore(release): 8.5.0-alpha.5 [skip ci]
# [8.5.0-alpha.5](https://github.com/parse-community/parse-server/compare/8.5.0-alpha.4...8.5.0-alpha.5) (2025-11-08)

### Features

* Add Parse Server option `allowPublicExplain` to allow `Parse.Query.explain` without master key ([#9890](https://github.com/parse-community/parse-server/issues/9890)) ([4456b02](4456b02280))
2025-11-08 16:03:05 +00:00
Lucas Coratger
4456b02280 feat: Add Parse Server option allowPublicExplain to allow Parse.Query.explain without master key (#9890) 2025-11-08 17:02:13 +01:00
semantic-release-bot
15c8b1abed chore(release): 8.5.0-alpha.4 [skip ci]
# [8.5.0-alpha.4](https://github.com/parse-community/parse-server/compare/8.5.0-alpha.3...8.5.0-alpha.4) (2025-11-08)

### Features

* Add MongoDB client event logging via database option `logClientEvents` ([#9914](https://github.com/parse-community/parse-server/issues/9914)) ([b760733](b760733b98))
2025-11-08 14:49:18 +00:00
Manuel
b760733b98 feat: Add MongoDB client event logging via database option logClientEvents (#9914) 2025-11-08 15:48:29 +01:00
semantic-release-bot
2424054221 chore(release): 8.5.0-alpha.3 [skip ci]
# [8.5.0-alpha.3](https://github.com/parse-community/parse-server/compare/8.5.0-alpha.2...8.5.0-alpha.3) (2025-11-07)

### Features

* Add support for more MongoDB driver options ([#9911](https://github.com/parse-community/parse-server/issues/9911)) ([cff451e](cff451eabd))
2025-11-07 20:42:49 +00:00
Manuel
cff451eabd feat: Add support for more MongoDB driver options (#9911) 2025-11-07 21:41:59 +01:00
semantic-release-bot
412406915f chore(release): 8.5.0-alpha.2 [skip ci]
# [8.5.0-alpha.2](https://github.com/parse-community/parse-server/compare/8.5.0-alpha.1...8.5.0-alpha.2) (2025-11-07)

### Features

* Add support for MongoDB driver options `serverSelectionTimeoutMS`, `maxIdleTimeMS`, `heartbeatFrequencyMS` ([#9910](https://github.com/parse-community/parse-server/issues/9910)) ([1b661e9](1b661e98c8))
2025-11-07 19:12:11 +00:00
Manuel
1b661e98c8 feat: Add support for MongoDB driver options serverSelectionTimeoutMS, maxIdleTimeMS, heartbeatFrequencyMS (#9910) 2025-11-07 20:11:12 +01:00
semantic-release-bot
d5e7d6e0f6 chore(release): 8.5.0-alpha.1 [skip ci]
# [8.5.0-alpha.1](https://github.com/parse-community/parse-server/compare/8.4.0...8.5.0-alpha.1) (2025-11-07)

### Features

* Allow option `publicServerURL` to be set dynamically as asynchronous function ([#9803](https://github.com/parse-community/parse-server/issues/9803)) ([460a65c](460a65cf61))
2025-11-07 18:19:51 +00:00
Daniel
460a65cf61 feat: Allow option publicServerURL to be set dynamically as asynchronous function (#9803) 2025-11-07 19:18:58 +01:00
semantic-release-bot
f27b050e4d chore(release): 8.4.0 [skip ci]
# [8.4.0](https://github.com/parse-community/parse-server/compare/8.3.0...8.4.0) (2025-11-05)

### Bug Fixes

* Add problematic MIME types to default value of Parse Server option `fileUpload.fileExtensions` ([#9902](https://github.com/parse-community/parse-server/issues/9902)) ([fa245cb](fa245cbb5f))
* Uploading a file by providing an origin URL allows for Server-Side Request Forgery (SSRF); fixes vulnerability [GHSA-x4qj-2f4q-r4rx](https://github.com/parse-community/parse-server/security/advisories/GHSA-x4qj-2f4q-r4rx) ([#9903](https://github.com/parse-community/parse-server/issues/9903)) ([9776386](97763863b7))

### Features

* Add support for Node 24 ([#9901](https://github.com/parse-community/parse-server/issues/9901)) ([25dfe19](25dfe19fef))
2025-11-05 14:11:35 +00:00
Manuel
81b47f2eda build: Release (#9905) 2025-11-05 15:10:40 +01:00
GitHub Actions
fbde4583ce empty commit to trigger CI 2025-11-05 13:54:40 +00:00
semantic-release-bot
c70d543c56 chore(release): 8.4.0-alpha.2 [skip ci]
# [8.4.0-alpha.2](https://github.com/parse-community/parse-server/compare/8.4.0-alpha.1...8.4.0-alpha.2) (2025-11-05)

### Bug Fixes

* Uploading a file by providing an origin URL allows for Server-Side Request Forgery (SSRF); fixes vulnerability [GHSA-x4qj-2f4q-r4rx](https://github.com/parse-community/parse-server/security/advisories/GHSA-x4qj-2f4q-r4rx) ([#9903](https://github.com/parse-community/parse-server/issues/9903)) ([9776386](97763863b7))
2025-11-05 13:41:15 +00:00
Manuel
97763863b7 fix: Uploading a file by providing an origin URL allows for Server-Side Request Forgery (SSRF); fixes vulnerability [GHSA-x4qj-2f4q-r4rx](https://github.com/parse-community/parse-server/security/advisories/GHSA-x4qj-2f4q-r4rx) (#9903) 2025-11-05 14:39:52 +01:00
semantic-release-bot
52bfb186fc chore(release): 8.4.0-alpha.1 [skip ci]
# [8.4.0-alpha.1](https://github.com/parse-community/parse-server/compare/8.3.1-alpha.1...8.4.0-alpha.1) (2025-11-05)

### Features

* Add support for Node 24 ([#9901](https://github.com/parse-community/parse-server/issues/9901)) ([25dfe19](25dfe19fef))
2025-11-05 12:56:42 +00:00
Heinrich Filter
25dfe19fef feat: Add support for Node 24 (#9901) 2025-11-05 13:55:38 +01:00
semantic-release-bot
1f4f7129df chore(release): 8.3.1-alpha.1 [skip ci]
## [8.3.1-alpha.1](https://github.com/parse-community/parse-server/compare/8.3.0...8.3.1-alpha.1) (2025-11-05)

### Bug Fixes

* Add problematic MIME types to default value of Parse Server option `fileUpload.fileExtensions` ([#9902](https://github.com/parse-community/parse-server/issues/9902)) ([fa245cb](fa245cbb5f))
2025-11-05 11:14:22 +00:00
Manuel
fa245cbb5f fix: Add problematic MIME types to default value of Parse Server option fileUpload.fileExtensions (#9902) 2025-11-05 12:13:30 +01:00
Manuel
e9fc20d224 docs: Fix docs generation (#9899) 2025-11-01 22:47:37 +01:00
semantic-release-bot
405a46bf5e chore(release): 8.3.0 [skip ci]
# [8.3.0](https://github.com/parse-community/parse-server/compare/8.2.5...8.3.0) (2025-11-01)

### Bug Fixes

* Error in `afterSave` trigger for `Parse.Role` due to `name` field ([#9883](https://github.com/parse-community/parse-server/issues/9883)) ([eb052d8](eb052d8e6a))
* Indexes `_email_verify_token` for email verification and `_perishable_token` password reset are not created automatically ([#9893](https://github.com/parse-community/parse-server/issues/9893)) ([62dd3c5](62dd3c565a))
* Security upgrade to parse 7.0.1 ([#9877](https://github.com/parse-community/parse-server/issues/9877)) ([abfa94c](abfa94cd6d))
* Server URL verification before server is ready ([#9882](https://github.com/parse-community/parse-server/issues/9882)) ([178bd5c](178bd5c5e2))
* Stale data read in validation query on `Parse.Object` update causes inconsistency between validation read and subsequent update write operation ([#9859](https://github.com/parse-community/parse-server/issues/9859)) ([f49efaf](f49efaf5bb))
* Warning logged when setting option `databaseOptions.disableIndexFieldValidation` ([#9880](https://github.com/parse-community/parse-server/issues/9880)) ([1815b01](1815b019b5))

### Features

* Add option `keepUnknownIndexes` to retain indexes which are not specified in schema ([#9857](https://github.com/parse-community/parse-server/issues/9857)) ([89fad46](89fad468c3))
* Add options to skip automatic creation of internal database indexes on server start ([#9897](https://github.com/parse-community/parse-server/issues/9897)) ([ea91aca](ea91aca142))
* Add Parse Server option `verifyServerUrl` to disable server URL verification on server launch ([#9881](https://github.com/parse-community/parse-server/issues/9881)) ([b298ccc](b298cccd9f))
* Add regex option `u` for unicode support in `Parse.Query.matches` for MongoDB ([#9867](https://github.com/parse-community/parse-server/issues/9867)) ([7cb962a](7cb962a028))
* Add request context middleware for config and dependency injection in hooks ([#8480](https://github.com/parse-community/parse-server/issues/8480)) ([64f104e](64f104e5c5))
* Add support for Postgres 18 ([#9870](https://github.com/parse-community/parse-server/issues/9870)) ([d275c18](d275c1806e))
* Allow returning objects in `Parse.Cloud.beforeFind` without invoking database query ([#9770](https://github.com/parse-community/parse-server/issues/9770)) ([0b47407](0b4740714c))
* Disable index-field validation to create index for fields that don't yet exist ([#8137](https://github.com/parse-community/parse-server/issues/8137)) ([1b23475](1b2347524c))
2025-11-01 20:18:20 +00:00
Manuel
7a6acde6c5 build: Release (#9898) 2025-11-01 21:17:27 +01:00
GitHub Actions
0a25e2d62c empty commit to trigger CI 2025-11-01 19:26:14 +00:00
semantic-release-bot
d1590bfaee chore(release): 8.3.0-alpha.14 [skip ci]
# [8.3.0-alpha.14](https://github.com/parse-community/parse-server/compare/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](https://github.com/parse-community/parse-server/issues/9897)) ([ea91aca](ea91aca142))
2025-11-01 17:23:42 +00:00
Manuel
ea91aca142 feat: Add options to skip automatic creation of internal database indexes on server start (#9897) 2025-11-01 18:22:52 +01:00
semantic-release-bot
4f4580a083 chore(release): 8.3.0-alpha.13 [skip ci]
# [8.3.0-alpha.13](https://github.com/parse-community/parse-server/compare/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](https://github.com/parse-community/parse-server/issues/9893)) ([62dd3c5](62dd3c565a))
2025-11-01 12:53:21 +00:00