Commit Graph

2009 Commits

Author SHA1 Message Date
semantic-release-bot
6895768fe3 chore(release): 8.0.0-alpha.5 [skip ci]
# [8.0.0-alpha.5](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.4...8.0.0-alpha.5) (2025-01-12)

### Features

* Change default value of Parse Server option `encodeParseObjectInCloudFunction` to `true` ([#9527](https://github.com/parse-community/parse-server/issues/9527)) ([5c5ad69](5c5ad69b4a))

### BREAKING CHANGES

* 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))
2025-01-12 03:35:47 +00:00
semantic-release-bot
7534eb705a chore(release): 8.0.0-alpha.4 [skip ci]
# [8.0.0-alpha.4](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.3...8.0.0-alpha.4) (2025-01-12)

### Features

* Deprecate `PublicAPIRouter` in favor of `PagesRouter` ([#9526](https://github.com/parse-community/parse-server/issues/9526)) ([7f66629](7f666292e8))
2025-01-12 01:00:29 +00:00
semantic-release-bot
85b71dac09 chore(release): 8.0.0-alpha.3 [skip ci]
# [8.0.0-alpha.3](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.2...8.0.0-alpha.3) (2025-01-12)

### Features

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

### BREAKING CHANGES

* 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))
2025-01-12 00:45:02 +00:00
Manuel
871e5082a9 feat: Increase required minimum MongoDB versions to 6.0.19, 7.0.16, 8.0.4 (#9531)
BREAKING CHANGE: 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`.
2025-01-12 01:44:10 +01:00
semantic-release-bot
fbf78f0802 chore(release): 8.0.0-alpha.2 [skip ci]
# [8.0.0-alpha.2](https://github.com/parse-community/parse-server/compare/8.0.0-alpha.1...8.0.0-alpha.2) (2025-01-11)

### Bug Fixes

* Push adapter not loading on some versions of Node 22 ([#9524](https://github.com/parse-community/parse-server/issues/9524)) ([ff7f671](ff7f671c79))
2025-01-11 18:02:17 +00:00
semantic-release-bot
93b2bb7d77 chore(release): 8.0.0-alpha.1 [skip ci]
# [8.0.0-alpha.1](https://github.com/parse-community/parse-server/compare/7.4.0-alpha.7...8.0.0-alpha.1) (2025-01-11)

### Features

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

### BREAKING CHANGES

* 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-01-11 17:43:23 +00:00
Manuel
4e151cd0a5 feat: Increase required minimum Node versions to 18.20.4, 20.18.0, 22.12.0 (#9521)
BREAKING CHANGE: 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.
2025-01-11 18:42:22 +01:00
semantic-release-bot
a579eebe79 chore(release): 7.4.0-beta.1 [skip ci]
# [7.4.0-beta.1](https://github.com/parse-community/parse-server/compare/7.3.0...7.4.0-beta.1) (2024-12-23)

### Bug Fixes

* `Parse.Query.distinct` fails due to invalid aggregate stage 'hint' ([#9295](https://github.com/parse-community/parse-server/issues/9295)) ([5f66c6a](5f66c6a075))
* Security upgrade cross-spawn from 7.0.3 to 7.0.6 ([#9444](https://github.com/parse-community/parse-server/issues/9444)) ([3d034e0](3d034e0a99))
* Security upgrade fast-xml-parser from 4.4.0 to 4.4.1 ([#9262](https://github.com/parse-community/parse-server/issues/9262)) ([992d39d](992d39d508))
* Security upgrade node from 20.14.0-alpine3.20 to 20.17.0-alpine3.20 ([#9300](https://github.com/parse-community/parse-server/issues/9300)) ([15bb17d](15bb17d871))

### Features

* Add support for MongoDB 8 ([#9269](https://github.com/parse-community/parse-server/issues/9269)) ([4756c66](4756c66cd9))
* Add support for PostGIS 3.5 ([#9354](https://github.com/parse-community/parse-server/issues/9354)) ([8ea3538](8ea35382db))
* Add support for Postgres 17 ([#9324](https://github.com/parse-community/parse-server/issues/9324)) ([fa2ee31](fa2ee3196e))
* Upgrade @parse/push-adapter from 6.7.1 to 6.8.0 ([#9489](https://github.com/parse-community/parse-server/issues/9489)) ([286aa66](286aa664ac))
2024-12-23 14:11:14 +00:00
semantic-release-bot
3b6ef038b1 chore(release): 7.4.0-alpha.7 [skip ci]
# [7.4.0-alpha.7](https://github.com/parse-community/parse-server/compare/7.4.0-alpha.6...7.4.0-alpha.7) (2024-12-16)

### Features

* Upgrade @parse/push-adapter from 6.7.1 to 6.8.0 ([#9489](https://github.com/parse-community/parse-server/issues/9489)) ([286aa66](286aa664ac))
2024-12-16 18:42:18 +00:00
dependabot[bot]
286aa664ac feat: Upgrade @parse/push-adapter from 6.7.1 to 6.8.0 (#9489) 2024-12-16 19:41:19 +01:00
dependabot[bot]
7bd76be7b2 refactor: Bump @graphql-tools/schema from 10.0.12 to 10.0.13 (#9490) 2024-12-16 15:33:33 +01:00
dependabot[bot]
5b079575ce refactor: Bump @graphql-tools/merge from 9.0.12 to 9.0.14 (#9488) 2024-12-16 14:05:29 +01:00
dependabot[bot]
e1a3b51a07 refactor: Bump @graphql-tools/utils from 10.6.2 to 10.6.3 (#9484) 2024-12-13 19:22:23 +01:00
dependabot[bot]
ce62a9b8de refactor: Bump @graphql-tools/schema from 10.0.11 to 10.0.12 (#9486) 2024-12-13 17:11:18 +01:00
dependabot[bot]
b0aecda4ed refactor: Bump @apollo/client from 3.12.2 to 3.12.3 (#9485) 2024-12-13 16:39:22 +01:00
dependabot[bot]
05e2471409 refactor: Bump lint-staged from 15.2.10 to 15.2.11 (#9482) 2024-12-11 19:28:28 +01:00
dependabot[bot]
02cd5a39b4 refactor: Bump mongodb from 6.11.0 to 6.12.0 (#9481) 2024-12-11 17:27:35 +01:00
dependabot[bot]
7db9ca0249 refactor: Bump @graphql-tools/merge from 9.0.11 to 9.0.12 (#9476) 2024-12-10 22:57:31 +01:00
dependabot[bot]
2f56a57e4e refactor: Bump @node-rs/bcrypt from 1.10.5 to 1.10.7 (#9480)
ot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-10 22:15:49 +01:00
dependabot[bot]
b6aaa1e09a refactor: Bump @babel/cli from 7.25.9 to 7.26.4 (#9475) 2024-12-10 20:39:22 +01:00
dependabot[bot]
9a660b98de refactor: Bump @graphql-tools/schema from 10.0.10 to 10.0.11 (#9477) 2024-12-10 11:44:18 +01:00
Manuel
d097929e1c ci: Fix invalid MongoDB version ranges for tests (#9474) 2024-12-09 01:18:57 +01:00
Parse Platform
6146777151 refactor: Security upgrade express from 4.21.1 to 4.21.2 (#9473) 2024-12-08 12:57:51 +01:00
dependabot[bot]
30d1e007b6 refactor: Bump @graphql-tools/utils from 10.6.1 to 10.6.2 (#9471) 2024-12-08 11:04:32 +01:00
dependabot[bot]
0825f46650 refactor: Bump @apollo/client from 3.11.10 to 3.12.2 (#9472) 2024-12-08 01:43:14 +01:00
dependabot[bot]
0a8f569697 refactor: Bump @graphql-tools/schema from 10.0.9 to 10.0.10 (#9465) 2024-12-03 11:15:53 +01:00
dependabot[bot]
f75bec9e75 refactor: Bump @graphql-tools/utils from 10.5.6 to 10.6.1 (#9461) 2024-11-30 17:56:44 +01:00
dependabot[bot]
7242a4f6a3 refactor: Bump @graphql-tools/merge from 9.0.9 to 9.0.11 (#9462) 2024-11-30 11:37:49 +01:00
dependabot[bot]
d9c59cc6ab refactor: Bump mongodb from 6.10.0 to 6.11.0 (#9457) 2024-11-28 18:40:34 +01:00
dependabot[bot]
e9ff8c7c5c refactor: Bump @graphql-tools/schema from 10.0.8 to 10.0.9 (#9455) 2024-11-23 20:57:50 +00:00
dependabot[bot]
ef33ac3207 refactor: Bump husky from 9.1.6 to 9.1.7 (#9451) 2024-11-21 19:55:15 +01:00
dependabot[bot]
2ba374fe04 refactor: Bump @parse/push-adapter from 6.7.0 to 6.7.1 (#9452) 2024-11-21 17:59:48 +01:00
dependabot[bot]
b20a1c745c refactor: Bump yaml from 2.6.0 to 2.6.1 (#9446) 2024-11-20 20:36:32 +01:00
dependabot[bot]
9710bca11b refactor: Bump otpauth from 9.3.4 to 9.3.5 (#9448) 2024-11-20 19:47:58 +01:00
dependabot[bot]
b2d94eb2d2 refactor: Bump @apollo/client from 3.11.9 to 3.11.10 (#9430) 2024-11-20 01:58:27 +01:00
semantic-release-bot
8b2a71da58 chore(release): 7.4.0-alpha.6 [skip ci]
# [7.4.0-alpha.6](https://github.com/parse-community/parse-server/compare/7.4.0-alpha.5...7.4.0-alpha.6) (2024-11-19)

### Bug Fixes

* Security upgrade cross-spawn from 7.0.3 to 7.0.6 ([#9444](https://github.com/parse-community/parse-server/issues/9444)) ([3d034e0](3d034e0a99))
2024-11-19 20:06:34 +00:00
dependabot[bot]
0bc0ab4bf9 refactor: Bump @graphql-tools/utils from 10.5.5 to 10.5.6 (#9433) 2024-11-19 14:37:03 +01:00
dependabot[bot]
f448322186 refactor: Bump @graphql-tools/schema from 10.0.7 to 10.0.8 (#9435) 2024-11-19 14:06:34 +01:00
dependabot[bot]
71b832a7f4 refactor: Bump @graphql-tools/merge from 9.0.8 to 9.0.9 (#9434) 2024-11-14 13:50:45 +01:00
dependabot[bot]
91f9aca25b refactor: Bump uuid from 11.0.2 to 11.0.3 (#9427) 2024-11-12 12:03:36 +01:00
dependabot[bot]
17074c55bd refactor: Bump pg-promise from 11.10.1 to 11.10.2 (#9428) 2024-11-11 19:59:07 +01:00
dependabot[bot]
f83d923702 refactor: Bump winston from 3.16.0 to 3.17.0 (#9429) 2024-11-11 14:19:32 +01:00
dependabot[bot]
2ab95e0335 refactor: Bump @apollo/client from 3.11.8 to 3.11.9 (#9415) 2024-11-08 18:52:07 +01:00
dependabot[bot]
606ae54a95 refactor: Bump @babel/cli from 7.24.8 to 7.25.9 (#9412) 2024-11-07 19:01:17 +01:00
dependabot[bot]
987210be71 refactor: Bump @semantic-release/github from 11.0.0 to 11.0.1 (#9413) 2024-11-07 16:50:02 +01:00
dependabot[bot]
f511b0f673 refactor: Bump @apollo/server from 4.11.0 to 4.11.2 (#9409) 2024-11-07 02:05:13 +01:00
dependabot[bot]
5591af403b refactor: Bump lint-staged from 10.2.3 to 15.2.10 (#9411) 2024-11-06 13:34:02 +01:00
dependabot[bot]
eba2e5f8bf refactor: Bump @semantic-release/github from 10.3.5 to 11.0.0 (#9406) 2024-11-05 23:35:14 +01:00
dependabot[bot]
6d9be91405 refactor: Bump @parse/push-adapter from 6.4.1 to 6.7.0 (#9408) 2024-11-05 20:11:54 +01:00
dependabot[bot]
011bb997c2 refactor: Bump mongodb-runner from 5.7.0 to 5.7.1 (#9407) 2024-11-05 18:56:06 +01:00