Commit Graph

93 Commits

Author SHA1 Message Date
Corey
ced487246e feat: Add support for Node 20, drop support for Node 14, 16 (#8907)
BREAKING CHANGE: Removes support for Node 14 and 16
2024-02-14 19:56:49 +01:00
Corey
99489b22e4 feat: Add support for Postgres 16 (#8898)
BREAKING CHANGE: Removes support for Postgres 11 and 12
2024-01-22 19:58:08 +01:00
Lucas Coratger
3de8494a22 feat: Add support for MongoDB 7 (#8761)
BREAKING CHANGE: `Parse.Query` no longer supports the BSON type `code`; although this feature was never officially documented, its removal is announced as a breaking change to protect deployments where it might be in use.
2023-12-10 02:42:40 +01:00
Manuel
d7ac0cd9f8 ci: Skip CI for changes in MD files (#8583) 2023-05-28 01:31:42 +02:00
Manuel
6207a02df5 ci: Fix CI workflow not running on release branches (#8527) 2023-05-02 00:02:06 +02:00
Manuel
2e4119e23d ci: Fix auto-release outdated ubuntu version (#8524) 2023-05-01 23:16:57 +02:00
Daniel
177891ea0e ci: Fix check definitions CI job not running (#8503) 2023-04-11 09:50:29 +02:00
Manuel
a74b7c2f74 ci: Remove release-automated-scheduler (#8450) 2023-03-01 17:28:17 +01:00
Manuel
70e6914173 ci: Fix CI not running for certain branches (#8417) 2023-01-31 16:35:59 +01:00
Manuel
bd82d8ede1 ci: Fix Node 14 git protocol in workflow (#8381) 2023-01-09 09:54:11 +01:00
Daniel
a4990dcd29 feat: Add Node 19 support (#8363) 2023-01-06 12:37:07 +01:00
Manuel
b7815ed80a ci: Add LTS branches to CI workflow 2023-01-05 13:21:44 +01:00
Daniel
ee7246733d feat: Upgrade Node Package Manager lock file package-lock.json to version 2 (#8285)
BREAKING CHANGE: The Node Package Manager lock file `package-lock.json` is upgraded to version 2; while it is backwards with version 1 for the npm installer, consider this if you run any non-npm analysis tools that use the lock file (#8285)
2022-12-22 13:26:38 +01:00
Daniel
5a26426f23 ci: Add CI check for Parse Server options definitions (#7955) 2022-12-17 13:15:23 +01:00
Manuel
6f527440c2 ci: Update release workflow for LTS branches (#8327) 2022-11-19 17:44:01 +01:00
Manuel
9af9115f9d ci: Bump CI environments (#8312) 2022-11-11 00:13:36 +01:00
dblythy
37245f62ce feat: Remove support for MongoDB 4.0 (#8292)
BREAKING CHANGE: This release removes support for MongoDB 4.0; the new minimum supported MongoDB version is 4.2. which also removes support for the deprecated MongoDB MMAPv1 storage engine
2022-11-10 22:21:11 +01:00
Manuel
ed3248f9c6 ci: Bump node version in release workflow (#8310) 2022-11-10 16:35:41 +01:00
dblythy
2546cc8572 fix: Remove Node 12 and Node 17 support (#8279)
BREAKING CHANGE: This release removes Node 12 and Node 17 support
2022-11-10 16:15:55 +01:00
dblythy
c41e5fca95 ci: remove running CI for superseded commits (#8213) 2022-10-27 10:36:52 +02:00
Manuel
8863ad2309 docs: remove differentiation between MongoDB 5.x versions (#8246) 2022-10-17 23:04:45 +02:00
Manuel
aba0081ce1 feat: add support for MongoDB 6 (#8242) 2022-10-17 19:21:32 +02:00
Corey
2feb6c4608 feat: add support for Postgres 15 (#8215) 2022-10-16 00:16:29 +02:00
Manuel
ae8d08294b ci: adapt to new MongoDB lifecycle schedule (#8195) 2022-09-26 15:08:12 +02:00
Corey
377ce67239 ci: upgrade Postgres versions (#8191) 2022-09-24 01:06:22 +02:00
Manuel
9cd4a35120 ci: add code scanning (#8169) 2022-09-14 23:38:37 +02:00
Manuel
5f7d392a06 ci: fix slow install (#8040) 2022-06-13 14:33:47 +02:00
Manuel
3e9f292d84 feat: add support for Node 17 and 18 (#7896) 2022-05-06 19:12:19 +02:00
github-actions[bot]
e47b61de46 ci: bump environment (#7907) 2022-05-01 04:21:25 +02:00
Manuel
5bfa7160d9 feat: add MongoDB 5.2 support (#7894) 2022-05-01 04:20:25 +02:00
github-actions[bot]
022a85619d feat: add MongoDB 5.1 compatibility (#7682) 2022-05-01 04:18:23 +02:00
Manuel
1099ebbcd8 ci: fix backmerge credentials (#7876) 2022-03-23 00:26:36 +01:00
Corey
b106ffc994 ci: test server with PostGIS 3.2 (#7752) 2022-01-02 01:45:00 +01:00
Marvin ROGER
45cc58c7e5 feat: add support for Node 16 (#7707)
BREAKING CHANGE: Removes official Node 15 support which has reached it end-of-life date.
2021-11-18 23:37:47 +01:00
Corey
090350a7a0 feat: add support for Postgres 14 (#7644) 2021-10-31 20:49:03 +01:00
Manuel
a359c0248b ci: add missing docker archs (#7666) 2021-10-29 20:05:49 +02:00
Manuel
edb03f214d ci: increase docker ci timeout (#7664) 2021-10-29 18:21:38 +02:00
Manuel
5dfc3b31ef ci: remove changelog check 2021-10-27 03:29:21 +02:00
Manuel
d3e914280d ci: add release automation (#7656) 2021-10-27 02:53:46 +02:00
Manuel
936b5ec9a7 ci: bump environment (#7630) 2021-10-17 20:22:43 +02:00
Manuel
527881fe9d ci: remove ci env check from PR CI (#7635) 2021-10-15 00:35:10 +02:00
Manuel
0ce6fb9a54 ci: fix typo in workflow text 2021-10-15 00:27:16 +02:00
Manuel
0e2cf989fd ci: refactor ci update scheduler 2021-10-15 00:12:51 +02:00
Manuel
a48ff2062f ci: refactor ci update scheduler 2021-10-15 00:10:21 +02:00
Manuel
fd12ca5fa3 ci: change workflow scheduler to node 14 2021-10-14 23:52:41 +02:00
Manuel
5791c11202 ci: add environment check scheduler (#7631) 2021-10-14 23:49:45 +02:00
Manuel
9a6bb6b1ef ci: disable npm publishing on release 2021-10-13 03:03:09 +02:00
Manuel
0525e4bdd2 ci: bump node version in release 2021-10-13 01:03:03 +02:00
Manuel
ce57bf8c9c build: release 5.0.0-alpha.1 (#7617) 2021-10-13 00:58:22 +02:00
Manuel
a00e9038f6 ci: bump environment (#7616) 2021-10-12 23:49:55 +02:00