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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
semantic-release-bot
|
00f8d4cda9
|
chore(release): 8.3.0-alpha.12 [skip ci]
# [8.3.0-alpha.12](https://github.com/parse-community/parse-server/compare/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](https://github.com/parse-community/parse-server/issues/9881)) ([b298ccc](b298cccd9f))
|
2025-10-25 16:02:58 +00:00 |
|
semantic-release-bot
|
a3ac82fc54
|
chore(release): 8.3.0-alpha.11 [skip ci]
# [8.3.0-alpha.11](https://github.com/parse-community/parse-server/compare/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](https://github.com/parse-community/parse-server/issues/9859)) ([f49efaf](f49efaf5bb))
|
2025-10-24 18:59:41 +00:00 |
|
semantic-release-bot
|
8006a9e2c1
|
chore(release): 8.3.0-alpha.10 [skip ci]
# [8.3.0-alpha.10](https://github.com/parse-community/parse-server/compare/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](https://github.com/parse-community/parse-server/issues/9883)) ([eb052d8](eb052d8e6a))
|
2025-10-22 12:13:47 +00:00 |
|
semantic-release-bot
|
1de329d900
|
chore(release): 8.3.0-alpha.9 [skip ci]
# [8.3.0-alpha.9](https://github.com/parse-community/parse-server/compare/8.3.0-alpha.8...8.3.0-alpha.9) (2025-10-19)
### Bug Fixes
* Server URL verification before server is ready ([#9882](https://github.com/parse-community/parse-server/issues/9882)) ([178bd5c](178bd5c5e2))
|
2025-10-19 19:26:36 +00:00 |
|
semantic-release-bot
|
115e76e8ad
|
chore(release): 8.3.0-alpha.8 [skip ci]
# [8.3.0-alpha.8](https://github.com/parse-community/parse-server/compare/8.3.0-alpha.7...8.3.0-alpha.8) (2025-10-16)
### Bug Fixes
* Warning logged when setting option `databaseOptions.disableIndexFieldValidation` ([#9880](https://github.com/parse-community/parse-server/issues/9880)) ([1815b01](1815b019b5))
|
2025-10-16 07:30:34 +00:00 |
|
semantic-release-bot
|
3f0ec42240
|
chore(release): 8.3.0-alpha.7 [skip ci]
# [8.3.0-alpha.7](https://github.com/parse-community/parse-server/compare/8.3.0-alpha.6...8.3.0-alpha.7) (2025-10-15)
### Bug Fixes
* Security upgrade to parse 7.0.1 ([#9877](https://github.com/parse-community/parse-server/issues/9877)) ([abfa94c](abfa94cd6d))
|
2025-10-15 16:40:35 +00:00 |
|
Antoine Cormouls
|
abfa94cd6d
|
fix: Security upgrade to parse 7.0.1 (#9877)
|
2025-10-15 18:39:37 +02:00 |
|
semantic-release-bot
|
84cebd439e
|
chore(release): 8.3.0-alpha.6 [skip ci]
# [8.3.0-alpha.6](https://github.com/parse-community/parse-server/compare/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](https://github.com/parse-community/parse-server/issues/8480)) ([64f104e](64f104e5c5))
|
2025-10-14 18:17:28 +00:00 |
|
semantic-release-bot
|
e704de83e6
|
chore(release): 8.3.0-alpha.5 [skip ci]
# [8.3.0-alpha.5](https://github.com/parse-community/parse-server/compare/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](https://github.com/parse-community/parse-server/issues/9770)) ([0b47407](0b4740714c))
|
2025-10-14 16:14:19 +00:00 |
|
semantic-release-bot
|
0b606ae9c6
|
chore(release): 8.3.0-alpha.4 [skip ci]
# [8.3.0-alpha.4](https://github.com/parse-community/parse-server/compare/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](https://github.com/parse-community/parse-server/issues/8137)) ([1b23475](1b2347524c))
|
2025-10-09 22:05:09 +00:00 |
|
Corey
|
f024d532f0
|
refactor: Upgrade pg-promise to 12.2.0 (#9874)
|
2025-10-09 00:19:46 +02:00 |
|
semantic-release-bot
|
be362fe59d
|
chore(release): 8.3.0-alpha.3 [skip ci]
# [8.3.0-alpha.3](https://github.com/parse-community/parse-server/compare/8.3.0-alpha.2...8.3.0-alpha.3) (2025-10-07)
### Features
* Add support for Postgres 18 ([#9870](https://github.com/parse-community/parse-server/issues/9870)) ([d275c18](d275c1806e))
|
2025-10-07 10:03:57 +00:00 |
|
semantic-release-bot
|
f62da3f3c5
|
chore(release): 8.3.0-alpha.2 [skip ci]
# [8.3.0-alpha.2](https://github.com/parse-community/parse-server/compare/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](https://github.com/parse-community/parse-server/issues/9867)) ([7cb962a](7cb962a028))
|
2025-10-03 14:39:31 +00:00 |
|
semantic-release-bot
|
f755a5df21
|
chore(release): 8.3.0-alpha.1 [skip ci]
# [8.3.0-alpha.1](https://github.com/parse-community/parse-server/compare/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](https://github.com/parse-community/parse-server/issues/9857)) ([89fad46](89fad468c3))
|
2025-10-03 12:36:25 +00:00 |
|
semantic-release-bot
|
b7faabb569
|
chore(release): 8.2.5 [skip ci]
## [8.2.5](https://github.com/parse-community/parse-server/compare/8.2.4...8.2.5) (2025-10-02)
### Bug Fixes
* GraphQL playground shows blank page ([#9858](https://github.com/parse-community/parse-server/issues/9858)) ([7b5395c](7b5395c5d4))
|
2025-10-02 13:28:25 +00:00 |
|
Antoine Cormouls
|
389de8426c
|
ci: Fix MongoDB test instance not terminated after running tests (#9860)
|
2025-09-30 13:42:51 +02:00 |
|
semantic-release-bot
|
aad8ff9326
|
chore(release): 8.2.5-alpha.1 [skip ci]
## [8.2.5-alpha.1](https://github.com/parse-community/parse-server/compare/8.2.4...8.2.5-alpha.1) (2025-09-21)
### Bug Fixes
* GraphQL playground shows blank page ([#9858](https://github.com/parse-community/parse-server/issues/9858)) ([7b5395c](7b5395c5d4))
|
2025-09-21 15:46:01 +00:00 |
|
semantic-release-bot
|
43cb65ff90
|
chore(release): 8.2.4 [skip ci]
## [8.2.4](https://github.com/parse-community/parse-server/compare/8.2.3...8.2.4) (2025-09-01)
### Bug Fixes
* Security upgrade form-data from 4.0.3 to 4.0.4 ([#9829](https://github.com/parse-community/parse-server/issues/9829)) ([c2c593f](c2c593f437))
|
2025-09-01 21:06:42 +00:00 |
|
semantic-release-bot
|
743484768b
|
chore(release): 8.2.4-alpha.1 [skip ci]
## [8.2.4-alpha.1](https://github.com/parse-community/parse-server/compare/8.2.3...8.2.4-alpha.1) (2025-08-02)
### Bug Fixes
* Security upgrade form-data from 4.0.3 to 4.0.4 ([#9829](https://github.com/parse-community/parse-server/issues/9829)) ([c2c593f](c2c593f437))
|
2025-08-02 08:05:36 +00:00 |
|
dependabot[bot]
|
c2c593f437
|
fix: Security upgrade form-data from 4.0.3 to 4.0.4 (#9829)
|
2025-08-02 10:04:39 +02:00 |
|
semantic-release-bot
|
1a24ede388
|
chore(release): 8.2.3 [skip ci]
## [8.2.3](https://github.com/parse-community/parse-server/compare/8.2.2...8.2.3) (2025-08-01)
### Bug Fixes
* MongoDB aggregation pipeline with `$dateSubtract` from `$$NOW` returns no results ([#9822](https://github.com/parse-community/parse-server/issues/9822)) ([847a274](847a274cdb))
|
2025-08-01 10:07:10 +00:00 |
|
Parse Platform
|
3d8dc5fa0d
|
refactor: Upgrade @babel/eslint-parser from 7.27.1 to 7.28.0 (#9835)
|
2025-07-30 00:37:51 +02:00 |
|
Parse Platform
|
4e301a5fff
|
refactor: Upgrade express-rate-limit from 7.5.0 to 7.5.1 (#9824)
|
2025-07-18 01:28:11 +02:00 |
|
Parse Platform
|
dfffc14a54
|
refactor: Upgrade pg-promise from 11.13.0 to 11.14.0 (#9825)
|
2025-07-15 15:37:21 +02:00 |
|
semantic-release-bot
|
9c6d7ab4f1
|
chore(release): 8.2.3-alpha.1 [skip ci]
## [8.2.3-alpha.1](https://github.com/parse-community/parse-server/compare/8.2.2...8.2.3-alpha.1) (2025-07-13)
### Bug Fixes
* MongoDB aggregation pipeline with `$dateSubtract` from `$$NOW` returns no results ([#9822](https://github.com/parse-community/parse-server/issues/9822)) ([847a274](847a274cdb))
|
2025-07-13 00:44:59 +00:00 |
|
semantic-release-bot
|
e3f5ae0be7
|
chore(release): 8.2.2 [skip ci]
## [8.2.2](https://github.com/parse-community/parse-server/compare/8.2.1...8.2.2) (2025-07-10)
### Bug Fixes
* Data schema exposed via GraphQL API public introspection (GHSA-48q3-prgv-gm4w) ([#9819](https://github.com/parse-community/parse-server/issues/9819)) ([c58b2eb](c58b2eb6eb))
|
2025-07-10 02:42:31 +00:00 |
|
semantic-release-bot
|
ceb92ed289
|
chore(release): 8.2.2-alpha.1 [skip ci]
## [8.2.2-alpha.1](https://github.com/parse-community/parse-server/compare/8.2.1...8.2.2-alpha.1) (2025-07-10)
### Bug Fixes
* Data schema exposed via GraphQL API public introspection (GHSA-48q3-prgv-gm4w) ([#9819](https://github.com/parse-community/parse-server/issues/9819)) ([c58b2eb](c58b2eb6eb))
|
2025-07-10 02:26:16 +00:00 |
|
Parse Platform
|
d14a723191
|
refactor: Upgrade @apollo/server from 4.12.0 to 4.12.1 (#9791)
|
2025-06-18 00:00:47 +02:00 |
|
dependabot[bot]
|
d4ef1c8bf0
|
refactor: Bump @babel/core from 7.27.3 to 7.27.4 (#9793)
|
2025-06-14 01:42:42 +02:00 |
|
dependabot[bot]
|
1ae3176172
|
refactor: Bump form-data from 4.0.2 to 4.0.3 (#9790)
|
2025-06-09 18:35:08 +02:00 |
|
dependabot[bot]
|
4626d35aa6
|
refactor: Bump mongodb from 6.16.0 to 6.17.0 (#9788)
|
2025-06-07 17:19:46 +02:00 |
|
dependabot[bot]
|
e707d6f92d
|
refactor: Bump jasmine from 5.6.0 to 5.7.1 (#9784)
|
2025-06-06 20:10:17 +02:00 |
|
dependabot[bot]
|
451858654e
|
refactor: Bump typescript-eslint from 8.33.0 to 8.33.1 (#9787)
|
2025-06-05 14:44:44 +02:00 |
|
dependabot[bot]
|
ea95f7d911
|
refactor: Bump lint-staged from 15.5.1 to 16.1.0 (#9783)
|
2025-06-05 11:56:27 +02:00 |
|
dependabot[bot]
|
a513d8e6eb
|
refactor: Bump mongodb-runner from 5.8.2 to 5.8.3 (#9782)
|
2025-06-02 14:46:02 +02:00 |
|
semantic-release-bot
|
a528ab6bea
|
chore(release): 8.2.1 [skip ci]
## [8.2.1](https://github.com/parse-community/parse-server/compare/8.2.0...8.2.1) (2025-06-01)
### Bug Fixes
* `Parse.Query.containedIn` and `matchesQuery` do not work with nested objects ([#9738](https://github.com/parse-community/parse-server/issues/9738)) ([0db3a6f](0db3a6ff27))
### Performance Improvements
* Remove saving Parse Cloud Job request parameters in internal collection `_JobStatus` ([#8343](https://github.com/parse-community/parse-server/issues/8343)) ([e98733c](e98733cbac))
|
2025-06-01 15:10:52 +00:00 |
|
dependabot[bot]
|
ab753cf9e2
|
refactor: Bump typescript-eslint from 8.29.0 to 8.33.0 (#9779)
|
2025-05-30 20:36:48 +02:00 |
|
dependabot[bot]
|
864f7cd431
|
refactor: Bump ws from 8.18.1 to 8.18.2 (#9780)
|
2025-05-30 18:31:10 +02:00 |
|
dependabot[bot]
|
14627dbea4
|
refactor: Bump semantic-release from 24.2.3 to 24.2.5 (#9777)
|
2025-05-29 22:30:46 +02:00 |
|
dependabot[bot]
|
1922fe5f06
|
refactor: Bump eslint from 9.25.1 to 9.27.0 (#9776)
|
2025-05-29 06:27:54 +02:00 |
|
dependabot[bot]
|
02188d9721
|
refactor: Bump @babel/core from 7.27.1 to 7.27.3 (#9771)
|
2025-05-27 16:52:49 +02:00 |
|
dependabot[bot]
|
40bad266b4
|
refactor: Bump globals from 16.1.0 to 16.2.0 (#9767)
|
2025-05-26 17:27:25 +02:00 |
|
dependabot[bot]
|
44b42ccea2
|
refactor: Bump @apollo/client from 3.13.7 to 3.13.8 (#9762)
|
2025-05-25 19:53:50 +02:00 |
|