Commit Graph

2259 Commits

Author SHA1 Message Date
Parse Platform
956d69cc1d refactor: Upgrade @babel/eslint-parser from 7.26.5 to 7.26.8 (#9633) 2025-03-11 20:35:53 +01:00
dependabot[bot]
4f55c3e9cf refactor: Bump @graphql-tools/schema from 10.0.16 to 10.0.21 (#9629) 2025-03-07 18:25:08 +01:00
Parse Platform
bba2fe61b8 refactor: Upgrade graphql from 16.9.0 to 16.10.0 (#9514) 2025-03-06 14:42:39 +01:00
semantic-release-bot
22e8568936 chore(release): 8.0.1-alpha.1 [skip ci]
## [8.0.1-alpha.1](https://github.com/parse-community/parse-server/compare/8.0.0...8.0.1-alpha.1) (2025-03-06)

### Bug Fixes

* Using Parse Server option `extendSessionOnUse` does not correctly clear memory and functions as a debounce instead of a throttle ([#8683](https://github.com/parse-community/parse-server/issues/8683)) ([6258a6a](6258a6a112))
2025-03-06 00:35:37 +00:00
semantic-release-bot
3cb3c5f7c6 chore(release): 8.0.0 [skip ci]
# [8.0.0](https://github.com/parse-community/parse-server/compare/7.4.0...8.0.0) (2025-03-04)

### Bug Fixes

* LiveQueryServer crashes using cacheAdapter on disconnect from Redis 4 server ([#9616](https://github.com/parse-community/parse-server/issues/9616)) ([bbc6bd4](bbc6bd4b3f))
* Push adapter not loading on some versions of Node 22 ([#9524](https://github.com/parse-community/parse-server/issues/9524)) ([ff7f671](ff7f671c79))
* Remove username from email verification and password reset process ([#8488](https://github.com/parse-community/parse-server/issues/8488)) ([d21dd97](d21dd97336))
* Security upgrade node from 20.17.0-alpine3.20 to 20.18.2-alpine3.20 ([#9583](https://github.com/parse-community/parse-server/issues/9583)) ([8f85ae2](8f85ae2054))

### Features

* Add dynamic master key by setting Parse Server option `masterKey` to a function ([#9582](https://github.com/parse-community/parse-server/issues/9582)) ([6f1d161](6f1d161a2f))
* Add support for MongoDB `databaseOptions` keys `autoSelectFamily`, `autoSelectFamilyAttemptTimeout` ([#9579](https://github.com/parse-community/parse-server/issues/9579)) ([5966068](5966068e96))
* Add support for MongoDB `databaseOptions` keys `minPoolSize`, `connectTimeoutMS`, `socketTimeoutMS` ([#9522](https://github.com/parse-community/parse-server/issues/9522)) ([91618fe](91618fe738))
* Add TypeScript support ([#9550](https://github.com/parse-community/parse-server/issues/9550)) ([59e46d0](59e46d0aea))
* Change default value of Parse Server option `encodeParseObjectInCloudFunction` to `true` ([#9527](https://github.com/parse-community/parse-server/issues/9527)) ([5c5ad69](5c5ad69b4a))
* Deprecate `PublicAPIRouter` in favor of `PagesRouter` ([#9526](https://github.com/parse-community/parse-server/issues/9526)) ([7f66629](7f666292e8))
* Increase required minimum MongoDB versions to `6.0.19`, `7.0.16`, `8.0.4` ([#9531](https://github.com/parse-community/parse-server/issues/9531)) ([871e508](871e5082a9))
* Increase required minimum Node versions to `18.20.4`, `20.18.0`, `22.12.0` ([#9521](https://github.com/parse-community/parse-server/issues/9521)) ([4e151cd](4e151cd0a5))
* Increase required minimum versions to Postgres `15`, PostGIS `3.3` ([#9538](https://github.com/parse-community/parse-server/issues/9538)) ([89c9b54](89c9b5485a))
* Upgrade to express 5.0.1 ([#9530](https://github.com/parse-community/parse-server/issues/9530)) ([e0480df](e0480dfa8d))
* Upgrade to Parse JS SDK 6.0.0 ([#9624](https://github.com/parse-community/parse-server/issues/9624)) ([bf9db75](bf9db75e86))

### BREAKING CHANGES

* This upgrades the internally used Express framework from version 4 to 5, which may be a breaking change. If Parse Server is set up to be mounted on an Express application, we recommend to also use version 5 of the Express framework to avoid any compatibility issues. Note that even if there are no issues after upgrading, future releases of Parse Server may introduce issues if Parse Server internally relies on Express 5-specific features which are unsupported by the Express version on which it is mounted. See the Express [migration guide](https://expressjs.com/en/guide/migrating-5.html) and [release announcement](https://expressjs.com/2024/10/15/v5-release.html#breaking-changes) for more info. ([e0480df](e0480df))
* This upgrades to the Parse JS SDK 6.0.0. See the [change log](https://github.com/parse-community/Parse-SDK-JS/releases/tag/6.0.0) of the Parse JS SDK for breaking changes and more details. ([bf9db75](bf9db75))
* This removes the username from the email verification and password reset process to prevent storing personally identifiable information (PII) in server and infrastructure logs. Customized HTML pages or emails related to email verification and password reset may need to be adapted accordingly. See the new templates that come bundled with Parse Server and the [migration guide](https://github.com/parse-community/parse-server/blob/alpha/8.0.0.md) for more details. ([d21dd97](d21dd97))
* This releases increases the required minimum versions to Postgres `15`, PostGIS `3.3` and removes support for Postgres `13`, `14`, PostGIS `3.1`, `3.2`. ([89c9b54](89c9b54))
* The default value of Parse Server option `encodeParseObjectInCloudFunction` changes to `true`; the option has been deprecated and will be removed in a future version. ([5c5ad69](5c5ad69))
* This releases increases the required minimum MongoDB versions to `6.0.19`, `7.0.16`, `8.0.4` and removes support for MongoDB `4`, `5`. ([871e508](871e508))
* This releases increases the required minimum Node versions to 18.20.4, 20.18.0, 22.12.0 and removes unofficial support for Node 19. ([4e151cd](4e151cd))
2025-03-04 01:45:14 +00:00
semantic-release-bot
9c2d9932de chore(release): 8.0.0-alpha.15 [skip ci]
# [8.0.0-alpha.15](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.14...8.0.0-alpha.15) (2025-03-03)

### Features

* Upgrade to express 5.0.1 ([#9530](https://github.com/parse-community/parse-server/issues/9530)) ([e0480df](e0480dfa8d))

### BREAKING CHANGES

* This upgrades the internally used Express framework from version 4 to 5, which may be a breaking change. If Parse Server is set up to be mounted on an Express application, we recommend to also use version 5 of the Express framework to avoid any compatibility issues. Note that even if there are no issues after upgrading, future releases of Parse Server may introduce issues if Parse Server internally relies on Express 5-specific features which are unsupported by the Express version on which it is mounted. See the Express [migration guide](https://expressjs.com/en/guide/migrating-5.html) and [release announcement](https://expressjs.com/2024/10/15/v5-release.html#breaking-changes) for more info. ([e0480df](e0480df))
2025-03-03 21:12:36 +00:00
Colin Ulin
e0480dfa8d feat: Upgrade to express 5.0.1 (#9530)
BREAKING CHANGE: This upgrades the internally used Express framework from version 4 to 5, which may be a breaking change. If Parse Server is set up to be mounted on an Express application, we recommend to also use version 5 of the Express framework to avoid any compatibility issues. Note that even if there are no issues after upgrading, future releases of Parse Server may introduce issues if Parse Server internally relies on Express 5-specific features which are unsupported by the Express version on which it is mounted. See the Express [migration guide](https://expressjs.com/en/guide/migrating-5.html) and [release announcement](https://expressjs.com/2024/10/15/v5-release.html#breaking-changes) for more info.
2025-03-03 22:11:42 +01:00
semantic-release-bot
cc8dad8fa1 chore(release): 8.0.0-alpha.14 [skip ci]
# [8.0.0-alpha.14](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.13...8.0.0-alpha.14) (2025-03-02)

### Features

* Upgrade to Parse JS SDK 6.0.0 ([#9624](https://github.com/parse-community/parse-server/issues/9624)) ([bf9db75](bf9db75e86))

### BREAKING CHANGES

* This upgrades to the Parse JS SDK 6.0.0. See the [change log](https://github.com/parse-community/Parse-SDK-JS/releases/tag/6.0.0) of the Parse JS SDK for breaking changes and more details. ([bf9db75](bf9db75))
2025-03-02 23:48:30 +00:00
Daniel
bf9db75e86 feat: Upgrade to Parse JS SDK 6.0.0 (#9624)
BREAKING CHANGE: This upgrades to the Parse JS SDK 6.0.0. See the [change log](https://github.com/parse-community/Parse-SDK-JS/releases/tag/6.0.0) of the Parse JS SDK for breaking changes and more details.
2025-03-03 00:47:40 +01:00
semantic-release-bot
275fe3782b chore(release): 8.0.0-alpha.13 [skip ci]
# [8.0.0-alpha.13](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.12...8.0.0-alpha.13) (2025-03-02)

### Bug Fixes

* Remove username from email verification and password reset process ([#8488](https://github.com/parse-community/parse-server/issues/8488)) ([d21dd97](d21dd97336))

### BREAKING CHANGES

* This removes the username from the email verification and password reset process to prevent storing personally identifiable information (PII) in server and infrastructure logs. Customized HTML pages or emails related to email verification and password reset may need to be adapted accordingly. See the new templates that come bundled with Parse Server and the [migration guide](https://github.com/parse-community/parse-server/blob/alpha/8.0.0.md) for more details. ([d21dd97](d21dd97))
2025-03-02 01:33:32 +00:00
semantic-release-bot
6a6bc2a8cc chore(release): 8.0.0-alpha.12 [skip ci]
# [8.0.0-alpha.12](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.11...8.0.0-alpha.12) (2025-02-24)

### Bug Fixes

* LiveQueryServer crashes using cacheAdapter on disconnect from Redis 4 server ([#9616](https://github.com/parse-community/parse-server/issues/9616)) ([bbc6bd4](bbc6bd4b3f))
2025-02-24 01:49:00 +00:00
dependabot[bot]
ef68fb1057 refactor: Bump @babel/core from 7.26.7 to 7.26.8 (#9612) 2025-02-14 15:00:59 +01:00
dependabot[bot]
455c2b3aeb refactor: Bump globals from 15.14.0 to 15.15.0 (#9611) 2025-02-13 18:03:30 +01:00
dependabot[bot]
0a5a0ae9cd refactor: Bump @graphql-tools/merge from 9.0.18 to 9.0.19 (#9603) 2025-02-12 22:48:21 +01:00
semantic-release-bot
d89d8a4815 chore(release): 8.0.0-alpha.11 [skip ci]
# [8.0.0-alpha.11](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.10...8.0.0-alpha.11) (2025-02-12)

### Features

* Add dynamic master key by setting Parse Server option `masterKey` to a function ([#9582](https://github.com/parse-community/parse-server/issues/9582)) ([6f1d161](6f1d161a2f))
2025-02-12 21:24:08 +00:00
dependabot[bot]
415373708a refactor: Bump eslint from 9.19.0 to 9.20.0 (#9601) 2025-02-11 05:45:53 +01:00
dependabot[bot]
27bc74ab1f refactor: Bump @graphql-tools/merge from 9.0.17 to 9.0.18 (#9602) 2025-02-10 22:45:04 +01:00
Daniel
d0b2db68f6 ci: Remove dtslint (#9599) 2025-02-09 13:27:53 +01:00
dependabot[bot]
be7d6e8982 refactor: Bump semver from 7.6.3 to 7.7.1 (#9598) 2025-02-07 15:42:36 +01:00
dependabot[bot]
80c7181586 refactor: Bump @parse/push-adapter from 6.9.1 to 6.10.0 (#9596) 2025-02-06 12:59:58 +01:00
dependabot[bot]
9f1232e669 refactor: Bump mongodb from 6.12.0 to 6.13.0 (#9594) 2025-02-05 19:33:33 +01:00
Parse Platform
01334173e6 refactor: Upgrade @parse/push-adapter from 6.8.0 to 6.9.1 (#9586) 2025-02-04 22:49:53 +01:00
dependabot[bot]
3f4a34efc6 refactor: Bump express-rate-limit from 7.4.1 to 7.5.0 (#9587) 2025-02-04 12:20:02 +01:00
dependabot[bot]
d09762c703 refactor: Bump @babel/eslint-parser from 7.25.9 to 7.26.5 (#9585) 2025-02-03 17:24:45 +01:00
semantic-release-bot
d4d805c21c chore(release): 8.0.0-alpha.10 [skip ci]
# [8.0.0-alpha.10](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.9...8.0.0-alpha.10) (2025-02-01)

### Bug Fixes

* Security upgrade node from 20.17.0-alpine3.20 to 20.18.2-alpine3.20 ([#9583](https://github.com/parse-community/parse-server/issues/9583)) ([8f85ae2](8f85ae2054))
2025-02-01 19:11:39 +00:00
Daniel
889dbb5aee refactor: Upgrade to eslint 9.19.0 (#9580) 2025-02-01 15:32:43 +01:00
semantic-release-bot
239e692145 chore(release): 8.0.0-alpha.9 [skip ci]
# [8.0.0-alpha.9](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.8...8.0.0-alpha.9) (2025-01-30)

### Features

* Add TypeScript support ([#9550](https://github.com/parse-community/parse-server/issues/9550)) ([59e46d0](59e46d0aea))
2025-01-30 00:46:25 +00:00
Daniel
59e46d0aea feat: Add TypeScript support (#9550) 2025-01-30 01:45:35 +01:00
semantic-release-bot
a97d41864e chore(release): 8.0.0-alpha.8 [skip ci]
# [8.0.0-alpha.8](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.7...8.0.0-alpha.8) (2025-01-30)

### Features

* Add support for MongoDB `databaseOptions` keys `autoSelectFamily`, `autoSelectFamilyAttemptTimeout` ([#9579](https://github.com/parse-community/parse-server/issues/9579)) ([5966068](5966068e96))
2025-01-30 00:28:58 +00:00
dependabot[bot]
d1f6d3aee2 refactor: Bump lint-staged from 15.4.1 to 15.4.3 (#9576) 2025-01-29 21:34:27 +01:00
Daniel
a68f71b3de refactor: Upgrade to commander 13.0.0 (#9574) 2025-01-29 06:04:54 +01:00
dependabot[bot]
ea5ee682a7 refactor: Bump @apollo/client from 3.12.7 to 3.12.8 (#9575) 2025-01-28 13:37:21 +01:00
semantic-release-bot
e6bf0041f4 chore(release): 8.0.0-alpha.7 [skip ci]
# [8.0.0-alpha.7](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.6...8.0.0-alpha.7) (2025-01-28)

### Features

* Add support for MongoDB `databaseOptions` keys `minPoolSize`, `connectTimeoutMS`, `socketTimeoutMS` ([#9522](https://github.com/parse-community/parse-server/issues/9522)) ([91618fe](91618fe738))
2025-01-28 01:22:31 +00:00
dependabot[bot]
3b20a6f039 refactor: Bump @babel/core from 7.26.0 to 7.26.7 (#9572) 2025-01-27 15:01:10 +01:00
dependabot[bot]
5ca0aa3cd3 refactor: Bump @apollo/client from 3.12.6 to 3.12.7 (#9569) 2025-01-24 23:45:08 +01:00
dependabot[bot]
6181652cce refactor: Bump uuid from 11.0.3 to 11.0.5 (#9568) 2025-01-24 00:47:39 +01:00
dependabot[bot]
42f785e465 refactor: Bump lint-staged from 15.3.0 to 15.4.1 (#9563) 2025-01-21 14:38:12 +01:00
dependabot[bot]
0a2302338d refactor: Bump @babel/plugin-transform-flow-strip-types from 7.25.9 to 7.26.5 (#9562) 2025-01-20 20:36:21 +01:00
dependabot[bot]
0644f42914 refactor: Bump @apollo/client from 3.12.3 to 3.12.6 (#9561) 2025-01-20 16:08:23 +01:00
dependabot[bot]
1b8ecba632 refactor: Bump yaml from 2.6.1 to 2.7.0 (#9559) 2025-01-17 19:21:12 +01:00
dependabot[bot]
7194cccd56 refactor: Bump @graphql-tools/merge from 9.0.14 to 9.0.17 (#9552) 2025-01-16 14:01:02 +01:00
dependabot[bot]
59340ce399 refactor: Bump lint-staged from 15.2.11 to 15.3.0 (#9548) 2025-01-16 03:39:32 +01:00
dependabot[bot]
cdf5115ef6 refactor: Bump @apollo/server from 4.11.2 to 4.11.3 (#9549) 2025-01-16 02:42:46 +01:00
dependabot[bot]
970528ddff refactor: Bump @semantic-release/commit-analyzer from 13.0.0 to 13.0.1 (#9543) 2025-01-14 22:39:11 +01:00
dependabot[bot]
ad0a7bc0ba refactor: Bump @graphql-tools/schema from 10.0.13 to 10.0.16 (#9542) 2025-01-14 19:51:58 +01:00
dependabot[bot]
28b3edee4e refactor: Bump semantic-release from 24.2.0 to 24.2.1 (#9539) 2025-01-13 16:19:51 +01:00
dependabot[bot]
1b61cab81c refactor: Bump @semantic-release/release-notes-generator from 14.0.1 to 14.0.3 (#9540) 2025-01-13 15:47:17 +01:00
dependabot[bot]
a0efad88d2 refactor: Bump otpauth from 9.3.5 to 9.3.6 (#9493) 2025-01-12 21:55:48 +01:00
dependabot[bot]
bb1daafef0 refactor: Bump mime from 4.0.4 to 4.0.6 (#9502) 2025-01-12 19:53:43 +01:00
semantic-release-bot
3f0f29b4df chore(release): 8.0.0-alpha.6 [skip ci]
# [8.0.0-alpha.6](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.5...8.0.0-alpha.6) (2025-01-12)

### Features

* Increase required minimum versions to Postgres `15`, PostGIS `3.3` ([#9538](https://github.com/parse-community/parse-server/issues/9538)) ([89c9b54](89c9b5485a))

### BREAKING CHANGES

* This releases increases the required minimum versions to Postgres `15`, PostGIS `3.3` and removes support for Postgres `13`, `14`, PostGIS `3.1`, `3.2`. ([89c9b54](89c9b54))
2025-01-12 14:04:34 +00:00