Antoine Cormouls
d5e76b01db
feat: Upgrade to @parse/push-adapter 8.1.0 ( #9938 )
2025-12-12 21:46:17 +01:00
Manuel
7483add739
feat: Increase required minimum version to Postgres 16, PostGIS 3.5 ( #9972 )
...
BREAKING CHANGE: This releases increases the required minimum version to Postgres `16`, PostGIS `3.5`.
2025-12-12 19:58:10 +01:00
Manuel
7bb548bf81
feat: Increase required minimum MongoDB version to 7.0.16 ( #9971 )
...
BREAKING CHANGE: This releases increases the required minimum MongoDB version to `7.0.16`.
2025-12-12 18:51:39 +01:00
Manuel
633964d32e
feat: Increase required minimum Node version to 20.19.0 ( #9970 )
...
BREAKING CHANGE: This releases increases the required minimum Node version to `20.19.0`.
2025-12-12 17:38:50 +01:00
Heinrich Filter
25dfe19fef
feat: Add support for Node 24 ( #9901 )
2025-11-05 13:55:38 +01:00
Corey
d275c1806e
feat: Add support for Postgres 18 ( #9870 )
2025-10-07 12:02:58 +02:00
Manuel
207d241b39
docs: Remove unsupported MongoDB versions from README ( #9804 )
2025-06-22 14:17:37 +02:00
Manuel
a9176d533d
docs: Remove outdated code examples ( #9685 )
2025-03-31 02:11:34 +02:00
Manuel
d4eab0e628
ci: Remove beta branch ( #9626 )
2025-03-04 02:10:52 +01:00
Manuel
89c9b5485a
feat: Increase required minimum versions to Postgres 15, PostGIS 3.3 ( #9538 )
...
BREAKING CHANGE: This releases increases the required minimum versions to Postgres `15`, PostGIS `3.3` and removes support for Postgres `13`, `14`, PostGIS `3.1`, `3.2`.
2025-01-12 15:03:37 +01:00
Daniel
7f666292e8
feat: Deprecate PublicAPIRouter in favor of PagesRouter ( #9526 )
2025-01-12 01:59:40 +01: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
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
Corey
8ea35382db
feat: Add support for PostGIS 3.5 ( #9354 )
2024-10-22 20:29:22 +02:00
Corey
fa2ee3196e
feat: Add support for Postgres 17 ( #9324 )
2024-10-07 21:55:01 +02:00
Manuel
4756c66cd9
feat: Add support for MongoDB 8 ( #9269 )
2024-10-06 02:31:31 +02:00
Kaiwalya Koparkar
b86906f303
docs: Add Elestio as one-click deploy option ( #9289 )
2024-09-27 13:26:34 +02:00
Manuel
49006e87e9
docs: Fix CI badges in README ( #9221 )
2024-07-18 04:19:19 +02:00
Diamond Lewis
f384767d68
docs: Server options link in README linked to incorrect branch ( #9212 )
2024-07-17 17:04:09 +02:00
Manuel
ea86512c01
ci: Add specific node versions ( #9198 )
2024-07-11 18:25:00 +02:00
Manuel
7778471999
feat: Add Node 22 support ( #9187 )
2024-07-09 12:58:51 +02:00
Corey
73eec3dfb1
docs: Fix codecov badge links ( #9163 )
2024-06-24 21:14:29 +02:00
Manuel
f1469c6425
ci: Upgrade to latest MongoDB version in CI ( #9070 )
2024-04-06 22:29:22 +02:00
Manuel
e31d230026
docs: Remove MongoDB rapid releases from support note ( #9064 )
2024-03-29 13:57:29 +01:00
Manuel
33c06b261e
ci: Upgrade Node and MongoDB versions; fix CI check script for MongoDB versions ( #9062 )
2024-03-29 13:50:27 +01:00
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
Wes
77bbfb3f18
feat: Allow setting createdAt and updatedAt during Parse.Object creation with maintenance key ( #8696 )
2023-09-29 22:17:48 +02:00
Manuel
9ed42d7fb5
docs: Consolidate LICENSE and PATENTS clauses into Apache 2.0 ( #8408 )
2023-01-31 01:02:05 +01:00
Manuel
cf6966fa10
docs: Update README LTS references ( #8407 )
2023-01-26 15:00:28 +01:00
Manuel
8f7a8f4c9d
docs: Remove migration docs of outdated versions ( #8403 )
2023-01-24 19:33:55 +01:00
Daniel
f3bcc9365c
feat: Access the internal scope of Parse Server using the new maintenanceKey; the internal scope contains unofficial and undocumented fields (prefixed with underscore _) which are used internally by Parse Server; you may want to manipulate these fields for out-of-band changes such as data migration or correction tasks; changes within the internal scope of Parse Server may happen at any time without notice or changelog entry, it is therefore recommended to look at the source code of Parse Server to understand the effects of manipulating internal fields before using the key; it is discouraged to use the maintenanceKey for routine operations in a production environment; see [access scopes]( https://github.com/parse-community/parse-server#access-scopes ) ( #8212 )
...
BREAKING CHANGE: Fields in the internal scope of Parse Server (prefixed with underscore `_`) are only returned using the new `maintenanceKey`; previously the `masterKey` allowed reading of internal fields; see [access scopes](https://github.com/parse-community/parse-server#access-scopes ) for a comparison of the keys' access permissions (#8212 )
2023-01-08 22:02:12 +01:00
Daniel
a4990dcd29
feat: Add Node 19 support ( #8363 )
2023-01-06 12:37:07 +01:00
Daniel
99fcf45e55
feat: Asynchronous initialization of Parse Server ( #8232 )
...
BREAKING CHANGE: This release introduces the asynchronous initialization of Parse Server to prevent mounting Parse Server before being ready to receive request; it changes how Parse Server is imported, initialized and started; it also removes the callback `serverStartComplete`; see the [Parse Server 6 migration guide](https://github.com/parse-community/parse-server/blob/alpha/6.0.0.md ) for more details (#8232 )
2022-12-21 15:30:13 +01:00
Manuel
ccb14970cb
docs: Update Node badge in README ( #8311 )
2022-11-10 22:05:16 +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
Manuel
43194b1bbe
docs: add branch CI badges to README
2022-11-09 17:19:39 +01: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
eb20e92f8f
docs: update Parse Server support for Postgres table
2022-09-22 22:44:36 +02:00
Manuel
d9afeb86a5
docs: remove diamond sponsors from README
2022-09-20 23:22:19 +02:00
Manuel
1109d0ca23
docs: fix link of official parse email adapter
2022-09-16 11:35:41 +02:00
Manuel
35cd6910de
docs: add LTS explanation and open vulnerabilities to README ( #8077 )
2022-06-28 10:19:48 +02:00
Jeff Gu Kang
a2491ff036
docs: correct README following markdown rules ( #8024 )
2022-06-03 13:26:42 +02:00
Manuel
a176de94d2
docs: add chat badge to README ( #8006 )
2022-05-19 15:00:38 +02:00
Manuel
3e9f292d84
feat: add support for Node 17 and 18 ( #7896 )
2022-05-06 19:12:19 +02:00