Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add node 16 support; remove node 15 support #7558

Closed
wants to merge 39 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
ba3cf52
add issue bot for prs
mtrezza Aug 27, 2021
2af6350
Update CHANGELOG.md
mtrezza Aug 27, 2021
d7a34ce
Update issue-bot.yml
mtrezza Aug 27, 2021
c2f2481
Merge remote-tracking branch 'upstream/master'
mtrezza Aug 27, 2021
60537fe
Merge remote-tracking branch 'upstream/master'
mtrezza Aug 31, 2021
2e69bc7
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 2, 2021
ac221a1
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 2, 2021
23e78ae
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 2, 2021
ab2d9ed
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 3, 2021
59c4214
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 4, 2021
ebefede
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 7, 2021
81165cc
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 7, 2021
a26006e
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 7, 2021
3a3d4fa
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 7, 2021
7a46fa4
replace node 15 with node 16
mtrezza Sep 8, 2021
7193da4
Update CHANGELOG.md
mtrezza Sep 8, 2021
d5afd4d
use node 16 as default node version
mtrezza Sep 8, 2021
bceaf0a
ignore node 15 in ci self-check
mtrezza Sep 8, 2021
db934e1
bumped madge for node deprecation DEP0148
mtrezza Sep 8, 2021
5145939
ci: add node engine check
mtrezza Sep 9, 2021
b1a6726
lint
mtrezza Sep 9, 2021
4f3ad39
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 10, 2021
5d7378d
bump node engine
mtrezza Sep 10, 2021
cb5c23c
Update ci.yml
mtrezza Sep 10, 2021
695f00a
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 10, 2021
7cffb87
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 10, 2021
e0c066e
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 13, 2021
a863c82
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 14, 2021
997cca7
Merge branch 'master' into ci-remove-node-15
mtrezza Sep 14, 2021
f2b8fca
Update ci.yml
mtrezza Sep 14, 2021
5610dc5
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 16, 2021
3b92219
Merge branch 'master' into ci-remove-node-15
mtrezza Sep 20, 2021
e680e4a
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 24, 2021
6f04834
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 30, 2021
55b7521
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 30, 2021
7857020
Merge remote-tracking branch 'upstream/master'
mtrezza Sep 30, 2021
9b475ef
Merge branch 'master' into ci-remove-node-15
mtrezza Sep 30, 2021
cb14c37
bump Node.js 16.9.0 to 16.10.0
mtrezza Sep 30, 2021
4850953
Merge branch 'alpha' into ci-remove-node-15
mtrezza Oct 30, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- '**'
env:
NODE_VERSION: 14.18.1
NODE_VERSION: 16.10.0
PARSE_SERVER_TEST_TIMEOUT: 20000
jobs:
check-ci:
Expand Down Expand Up @@ -105,43 +105,43 @@ jobs:
MONGODB_VERSION: 5.0.3
MONGODB_TOPOLOGY: replicaset
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.18.1
NODE_VERSION: 16.10.0
- name: MongoDB 4.4, ReplicaSet, WiredTiger
MONGODB_VERSION: 4.4.10
MONGODB_TOPOLOGY: replicaset
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.18.1
NODE_VERSION: 16.10.0
- name: MongoDB 4.2, ReplicaSet, WiredTiger
MONGODB_VERSION: 4.2.17
MONGODB_TOPOLOGY: replicaset
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.18.1
NODE_VERSION: 16.10.0
- name: MongoDB 4.0, ReplicaSet, WiredTiger
MONGODB_VERSION: 4.0.27
MONGODB_TOPOLOGY: replicaset
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.18.1
NODE_VERSION: 16.10.0
- name: MongoDB 4.0, Standalone, MMAPv1
MONGODB_VERSION: 4.0.27
MONGODB_TOPOLOGY: standalone
MONGODB_STORAGE_ENGINE: mmapv1
NODE_VERSION: 14.18.1
NODE_VERSION: 16.10.0
- name: Redis Cache
PARSE_SERVER_TEST_CACHE: redis
MONGODB_VERSION: 4.4.10
MONGODB_TOPOLOGY: standalone
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 14.18.1
NODE_VERSION: 16.10.0
- name: Node 12
MONGODB_VERSION: 4.4.10
MONGODB_TOPOLOGY: standalone
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 12.22.7
- name: Node 15
- name: Node 14
MONGODB_VERSION: 4.4.10
MONGODB_TOPOLOGY: standalone
MONGODB_STORAGE_ENGINE: wiredTiger
NODE_VERSION: 15.14.0
NODE_VERSION: 14.18.0
fail-fast: false
name: ${{ matrix.name }}
timeout-minutes: 15
Expand Down Expand Up @@ -183,16 +183,16 @@ jobs:
include:
- name: PostgreSQL 11, PostGIS 3.0
POSTGRES_IMAGE: postgis/postgis:11-3.0
NODE_VERSION: 14.18.1
NODE_VERSION: 16.10.0
- name: PostgreSQL 11, PostGIS 3.1
POSTGRES_IMAGE: postgis/postgis:11-3.1
NODE_VERSION: 14.18.1
NODE_VERSION: 16.10.0
- name: PostgreSQL 12, PostGIS 3.1
POSTGRES_IMAGE: postgis/postgis:12-3.1
NODE_VERSION: 14.18.1
NODE_VERSION: 16.10.0
- name: PostgreSQL 13, PostGIS 3.1
POSTGRES_IMAGE: postgis/postgis:13-3.1
NODE_VERSION: 14.18.1
NODE_VERSION: 16.10.0
fail-fast: false
name: ${{ matrix.name }}
timeout-minutes: 15
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Parse Server is continuously tested with the most recent releases of Node.js to
|------------|----------------|------------------|--------------------|
| Node.js 12 | 12.22.7 | April 2022 | ✅ Fully compatible |
| Node.js 14 | 14.18.1 | April 2023 | ✅ Fully compatible |
| Node.js 15 | 15.14.0 | June 2021 | ✅ Fully compatible |
| Node.js 16 | 16.10.0 | April 2024 | ✅ Fully compatible |

#### MongoDB
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.
Expand Down
2 changes: 1 addition & 1 deletion ci/ciCheck.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ async function checkNodeVersions() {
ignoreReleasedVersions: [
'<12.0.0', // These versions have reached their end-of-life support date
'>=13.0.0 <14.0.0', // These versions have reached their end-of-life support date
'>=16.0.0', // This version has not been officially released yet
'>=15.0.0 <16.0.0', // These versions have reached their end-of-life support date
],
}).check();
}
Expand Down