Skip to content

Commit b210b38

Browse files
committed
Merge branch 'master' into validateValidator
2 parents 5c1618e + c4aadc9 commit b210b38

File tree

7 files changed

+509
-27
lines changed

7 files changed

+509
-27
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,43 +60,43 @@ jobs:
6060
MONGODB_VERSION: 4.4.4
6161
MONGODB_TOPOLOGY: replicaset
6262
MONGODB_STORAGE_ENGINE: wiredTiger
63-
NODE_VERSION: 14.15.5
63+
NODE_VERSION: 14.16.0
6464
- name: Mongo 4.2, ReplicaSet, WiredTiger
6565
MONGODB_VERSION: 4.2.12
6666
MONGODB_TOPOLOGY: replicaset
6767
MONGODB_STORAGE_ENGINE: wiredTiger
68-
NODE_VERSION: 14.15.5
68+
NODE_VERSION: 14.16.0
6969
- name: Mongo 4.0, ReplicaSet, WiredTiger
7070
MONGODB_VERSION: 4.0.23
7171
MONGODB_TOPOLOGY: replicaset
7272
MONGODB_STORAGE_ENGINE: wiredTiger
73-
NODE_VERSION: 14.15.5
73+
NODE_VERSION: 14.16.0
7474
- name: Mongo 3.6, Standalone, MMAPv1
7575
MONGODB_VERSION: 3.6.22
7676
MONGODB_TOPOLOGY: standalone
7777
MONGODB_STORAGE_ENGINE: mmapv1
78-
NODE_VERSION: 14.15.5
78+
NODE_VERSION: 14.16.0
7979
- name: Redis Cache
8080
PARSE_SERVER_TEST_CACHE: redis
8181
MONGODB_VERSION: 4.4.4
8282
MONGODB_TOPOLOGY: standalone
8383
MONGODB_STORAGE_ENGINE: wiredTiger
84-
NODE_VERSION: 14.15.5
84+
NODE_VERSION: 14.16.0
8585
- name: Node 10
8686
MONGODB_VERSION: 4.4.4
8787
MONGODB_TOPOLOGY: standalone
8888
MONGODB_STORAGE_ENGINE: wiredTiger
89-
NODE_VERSION: 10.23.3
89+
NODE_VERSION: 10.24.0
9090
- name: Node 12
9191
MONGODB_VERSION: 4.4.4
9292
MONGODB_TOPOLOGY: standalone
9393
MONGODB_STORAGE_ENGINE: wiredTiger
94-
NODE_VERSION: 12.20.2
94+
NODE_VERSION: 12.21.0
9595
- name: Node 15
9696
MONGODB_VERSION: 4.4.4
9797
MONGODB_TOPOLOGY: standalone
9898
MONGODB_STORAGE_ENGINE: wiredTiger
99-
NODE_VERSION: 15.9.0
99+
NODE_VERSION: 15.10.0
100100
name: ${{ matrix.name }}
101101
timeout-minutes: 30
102102
runs-on: ubuntu-18.04

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ ___
2121
- NEW: LiveQuery support for $and, $nor, $containedBy, $geoWithin, $geoIntersects queries [#7113](https://github.com/parse-community/parse-server/pull/7113). Thanks to [dplewis](https://github.com/dplewis)
2222
- NEW: Supporting patterns in LiveQuery server's config parameter `classNames` [#7131](https://github.com/parse-community/parse-server/pull/7131). Thanks to [Nes-si](https://github.com/Nes-si)
2323
- NEW: `requireAnyUserRoles` and `requireAllUserRoles` for Parse Cloud validator. [#7097](https://github.com/parse-community/parse-server/pull/7097). Thanks to [dblythy](https://github.com/dblythy)
24+
- NEW: Support Facebook Limited Login [#7219](https://github.com/parse-community/parse-server/pull/7219). Thanks to [miguel-s](https://github.com/miguel-s)
2425
- IMPROVE: Retry transactions on MongoDB when it fails due to transient error [#7187](https://github.com/parse-community/parse-server/pull/7187). Thanks to [Antonio Davi Macedo Coelho de Castro](https://github.com/davimacedo).
2526
- IMPROVE: Bump tests to use Mongo 4.4.4 [#7184](https://github.com/parse-community/parse-server/pull/7184). Thanks to [Antonio Davi Macedo Coelho de Castro](https://github.com/davimacedo).
2627
- IMPROVE: Added new account lockout policy option `accountLockout.unlockOnPasswordReset` to automatically unlock account on password reset. [#7146](https://github.com/parse-community/parse-server/pull/7146). Thanks to [Manuel Trezza](https://github.com/mtrezza).

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ Parse Server is continuously tested with the most recent releases of Node.js to
106106

107107
| Version | Latest Patch Version | End-of-Life Date | Compatibility |
108108
|------------|----------------------|------------------|--------------------|
109-
| Node.js 10 | 10.23.2 | April 2021 | ✅ Fully compatible |
110-
| Node.js 12 | 12.20.1 | April 2022 | ✅ Fully compatible |
111-
| Node.js 14 | 14.15.4 | April 2023 | ✅ Fully compatible |
112-
| Node.js 15 | 15.9.0 | June 2021 | ✅ Fully compatible |
109+
| Node.js 10 | 10.24.0 | April 2021 | ✅ Fully compatible |
110+
| Node.js 12 | 12.21.0 | April 2022 | ✅ Fully compatible |
111+
| Node.js 14 | 14.16.0 | April 2023 | ✅ Fully compatible |
112+
| Node.js 15 | 15.10.0 | June 2021 | ✅ Fully compatible |
113113

114114
#### MongoDB
115115
Parse Server is continuously tested with the most recent releases of MongoDB to ensure compatibility. We follow the [MongoDB support schedule](https://www.mongodb.com/support-policy) and only test against versions that are officially supported and have not reached their end-of-life date.

package-lock.json

Lines changed: 12 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"mime": "2.5.0",
4949
"mongodb": "3.6.3",
5050
"mustache": "4.1.0",
51-
"parse": "3.0.0",
51+
"parse": "3.1.0",
5252
"pg-promise": "10.9.2",
5353
"pluralize": "8.0.0",
5454
"redis": "3.0.2",
@@ -58,7 +58,7 @@
5858
"uuid": "8.3.2",
5959
"winston": "3.3.3",
6060
"winston-daily-rotate-file": "4.5.0",
61-
"ws": "7.4.2"
61+
"ws": "7.4.3"
6262
},
6363
"devDependencies": {
6464
"@actions/core": "1.2.6",

0 commit comments

Comments
 (0)