Commit Graph

4582 Commits

Author SHA1 Message Date
dependabot[bot]
edad6329cc refactor: Bump eslint from 8.26.0 to 8.57.0 (#9230) 2024-07-19 14:43:19 +02:00
dependabot[bot]
b5e550b593 refactor: Bump mongodb-runner from 5.5.4 to 5.6.4 (#9231) 2024-07-19 14:42:57 +02:00
Parse Platform
f4c620b24b refactor: Upgrade @graphql-tools/merge from 9.0.3 to 9.0.4 (#9226) 2024-07-19 13:40:00 +02:00
dependabot[bot]
ef63c63097 refactor: Bump graphql-relay from 0.10.1 to 0.10.2 (#9228) 2024-07-19 13:39:36 +02:00
dependabot[bot]
a9132a6bcc refactor: Bump otpauth from 9.2.2 to 9.3.1 (#9229) 2024-07-19 13:39:17 +02:00
semantic-release-bot
b0b3051e64 chore(release): 7.3.0-alpha.5 [skip ci]
# [7.3.0-alpha.5](https://github.com/parse-community/parse-server/compare/7.3.0-alpha.4...7.3.0-alpha.5) (2024-07-18)

### Bug Fixes

* Parse Server option `maxLogFiles` doesn't recognize day duration literals such as `1d` to mean 1 day ([#9215](https://github.com/parse-community/parse-server/issues/9215)) ([0319cee](0319cee2db))
2024-07-18 13:42:54 +00:00
Diamond Lewis
0319cee2db fix: Parse Server option maxLogFiles doesn't recognize day duration literals such as 1d to mean 1 day (#9215) 2024-07-18 15:41:59 +02:00
Manuel
901cff5edd test: Add test IDs (#9205) 2024-07-18 15:41:04 +02:00
dependabot[bot]
4b04c2222c refactor: Bump @babel/preset-env from 7.24.0 to 7.24.8 (#9224) 2024-07-18 15:20:41 +02:00
dependabot[bot]
76dbcc5f7e refactor: Bump @graphql-tools/schema from 10.0.3 to 10.0.4 (#9225) 2024-07-18 15:20:20 +02:00
Manuel
49006e87e9 docs: Fix CI badges in README (#9221) 2024-07-18 04:19:19 +02:00
semantic-release-bot
50d9a8fad1 chore(release): 7.3.0-alpha.4 [skip ci]
# [7.3.0-alpha.4](https://github.com/parse-community/parse-server/compare/7.3.0-alpha.3...7.3.0-alpha.4) (2024-07-18)

### Features

* Add atomic operations for Cloud Config parameters ([#9219](https://github.com/parse-community/parse-server/issues/9219)) ([35cadf9](35cadf9b83))
2024-07-18 00:53:32 +00:00
Diamond Lewis
35cadf9b83 feat: Add atomic operations for Cloud Config parameters (#9219) 2024-07-18 02:52:39 +02:00
Diamond Lewis
69aba3bd3b ci: Fix Postgres flaky tests (#9217) 2024-07-17 19:28:09 +02:00
semantic-release-bot
16f31504b3 chore(release): 7.3.0-alpha.3 [skip ci]
# [7.3.0-alpha.3](https://github.com/parse-community/parse-server/compare/7.3.0-alpha.2...7.3.0-alpha.3) (2024-07-17)

### Bug Fixes

* Parse Server installation fails due to post install script incorrectly parsing required min. Node version ([#9216](https://github.com/parse-community/parse-server/issues/9216)) ([0fa82a5](0fa82a54fe))
2024-07-17 17:10:30 +00:00
Manuel
0fa82a54fe fix: Parse Server installation fails due to post install script incorrectly parsing required min. Node version (#9216) 2024-07-17 19:09:34 +02:00
Diamond Lewis
5fa58fe774 ci: Fix CI not testing with Postgres 16 and flaky test (#9210) 2024-07-17 17:51:13 +02:00
semantic-release-bot
9282e348b0 chore(release): 7.3.0-alpha.2 [skip ci]
# [7.3.0-alpha.2](https://github.com/parse-community/parse-server/compare/7.3.0-alpha.1...7.3.0-alpha.2) (2024-07-17)

### Bug Fixes

* Parse Server `databaseOptions` nested keys incorrectly identified as invalid ([#9213](https://github.com/parse-community/parse-server/issues/9213)) ([77206d8](77206d8044))
2024-07-17 15:49:32 +00:00
Manuel
77206d8044 fix: Parse Server databaseOptions nested keys incorrectly identified as invalid (#9213) 2024-07-17 17:48:33 +02:00
Diamond Lewis
f384767d68 docs: Server options link in README linked to incorrect branch (#9212) 2024-07-17 17:04:09 +02:00
dependabot[bot]
fc96ee0e1a refactor: Bump express-rate-limit from 6.11.2 to 7.3.1 (#9208) 2024-07-17 13:39:01 +02:00
dependabot[bot]
36c80a882d refactor: Bump uuid from 9.0.1 to 10.0.0 (#9209) 2024-07-17 13:38:25 +02:00
dependabot[bot]
fcb23dd844 refactor: Bump @babel/cli from 7.23.9 to 7.24.8 (#9207) 2024-07-16 19:31:55 +02:00
dependabot[bot]
2f18d2299a refactor: Bump winston from 3.13.0 to 3.13.1 (#9206) 2024-07-16 19:31:28 +02:00
Diamond Lewis
e355f36ed4 ci: Find duplicate and slow tests (#9188) 2024-07-16 10:34:10 +02:00
dependabot[bot]
872b9eb47b refactor: Bump @babel/plugin-proposal-object-rest-spread from 7.10.0 to 7.20.7 (#9203) 2024-07-15 18:38:22 +02:00
dependabot[bot]
494a1d6686 refactor: Bump @babel/plugin-transform-flow-strip-types from 7.23.3 to 7.24.7 (#9199) 2024-07-13 00:00:39 +02:00
dependabot[bot]
75cce1d3d6 refactor: Bump ws from 8.17.1 to 8.18.0 (#9200) 2024-07-13 00:00:21 +02:00
Manuel
ea86512c01 ci: Add specific node versions (#9198) 2024-07-11 18:25:00 +02:00
dependabot[bot]
8e43700a88 refactor: Bump madge from 6.1.0 to 7.0.0 (#9197) 2024-07-11 14:38:17 +02:00
dependabot[bot]
e4e31c2224 refactor: Bump clean-jsdoc-theme from 4.2.18 to 4.3.0 (#9194) 2024-07-11 03:41:15 +02:00
dependabot[bot]
37e8c809b2 refactor: Bump jsdoc from 4.0.2 to 4.0.3 (#9193) 2024-07-11 03:07:43 +02:00
dependabot[bot]
63de00bb70 refactor: Bump winston from 3.12.0 to 3.13.0 (#9191) 2024-07-09 14:10:20 +02:00
Manuel
a37f30409c docs: Add environment to contribution docs (#9192) 2024-07-09 13:57:31 +02:00
dependabot[bot]
9a520df784 refactor: Bump @babel/eslint-parser from 7.21.8 to 7.24.7 (#9190) 2024-07-09 13:31:25 +02:00
semantic-release-bot
3feaedd165 chore(release): 7.3.0-alpha.1 [skip ci]
# [7.3.0-alpha.1](https://github.com/parse-community/parse-server/compare/7.2.0...7.3.0-alpha.1) (2024-07-09)

### Features

* Add Node 22 support ([#9187](https://github.com/parse-community/parse-server/issues/9187)) ([7778471](7778471999))
2024-07-09 10:59:49 +00:00
Manuel
7778471999 feat: Add Node 22 support (#9187) 2024-07-09 12:58:51 +02:00
Manuel Trezza
da2f24d0c6 Merge branch 'release' into alpha 2024-07-09 03:15:52 +02:00
Manuel Trezza
655f26b8be Merge remote-tracking branch 'upstream/alpha' into alpha 2024-07-09 03:08:45 +02:00
semantic-release-bot
1979de03da chore(release): 7.2.0 [skip ci]
# [7.2.0](https://github.com/parse-community/parse-server/compare/7.1.0...7.2.0) (2024-07-09)

### Bug Fixes

* Invalid push notification tokens are not cleaned up from database for FCM API v2 ([#9173](https://github.com/parse-community/parse-server/issues/9173)) ([284da09](284da09f45))

### Features

* Add support for dot notation on array fields of Parse Object ([#9115](https://github.com/parse-community/parse-server/issues/9115)) ([cf4c880](cf4c8807b9))
* Upgrade to @parse/push-adapter 6.4.0 ([#9182](https://github.com/parse-community/parse-server/issues/9182)) ([ef1634b](ef1634bf1f))
* Upgrade to Parse JS SDK 5.3.0 ([#9180](https://github.com/parse-community/parse-server/issues/9180)) ([dca187f](dca187f91b))
2024-07-09 01:03:57 +00:00
Manuel
6f2fc443c8 build: Release (#9189) 2024-07-09 03:02:22 +02:00
Manuel Trezza
c696e1e044 empty 2024-07-09 02:37:26 +02:00
semantic-release-bot
70146bbdce chore(release): 7.2.0-beta.1 [skip ci]
# [7.2.0-beta.1](https://github.com/parse-community/parse-server/compare/7.1.0...7.2.0-beta.1) (2024-07-09)

### Bug Fixes

* Invalid push notification tokens are not cleaned up from database for FCM API v2 ([#9173](https://github.com/parse-community/parse-server/issues/9173)) ([284da09](284da09f45))

### Features

* Add support for dot notation on array fields of Parse Object ([#9115](https://github.com/parse-community/parse-server/issues/9115)) ([cf4c880](cf4c8807b9))
* Upgrade to @parse/push-adapter 6.4.0 ([#9182](https://github.com/parse-community/parse-server/issues/9182)) ([ef1634b](ef1634bf1f))
* Upgrade to Parse JS SDK 5.3.0 ([#9180](https://github.com/parse-community/parse-server/issues/9180)) ([dca187f](dca187f91b))
2024-07-09 00:36:23 +00:00
Manuel
694da02ce7 build: Release (#9186) 2024-07-09 02:35:26 +02:00
Manuel Trezza
e1d4d122b6 Merge branch 'release' into build 2024-07-09 02:22:24 +02:00
Manuel Trezza
ccb66f86f1 Merge remote-tracking branch 'upstream/alpha' into alpha 2024-07-09 02:19:16 +02:00
Manuel
68922c89bc refactor: Upgrade semantic release (#9185) 2024-07-09 02:10:50 +02:00
Manuel Trezza
85a52d8d18 Merge remote-tracking branch 'upstream/alpha' into alpha 2024-07-09 00:10:13 +02:00
mkmandar123
1e21b69376 test: Object data type should not change from beforeSave to afterSave trigger (#9177) 2024-07-09 00:07:02 +02:00
Manuel Trezza
1d86f63fef Merge remote-tracking branch 'upstream/alpha' into alpha 2024-07-08 23:32:58 +02:00