Antoine Cormouls
08089d6fcb
fix: server crash using GraphQL due to missing @apollo/client peer dependency ( #7787 )
2022-02-07 00:09:41 +01:00
semantic-release-bot
1e05309e79
chore(release): 5.0.0-alpha.22 [skip ci]
...
# [5.0.0-alpha.22](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.21...5.0.0-alpha.22 ) (2022-02-06)
### Features
* upgrade to MongoDB Node.js driver 4.x for MongoDB 5.0 support ([#7794 ](https://github.com/parse-community/parse-server/issues/7794 )) ([f88aa2a ](f88aa2a62a ))
### BREAKING CHANGES
* The MongoDB GridStore adapter has been removed. By default, Parse Server already uses GridFS, so if you do not manually use the GridStore adapter, you can ignore this change. ([f88aa2a ](f88aa2a ))
2022-02-06 17:31:41 +00:00
Antoine Cormouls
f88aa2a62a
feat: upgrade to MongoDB Node.js driver 4.x for MongoDB 5.0 support ( #7794 )
...
BREAKING CHANGE: The MongoDB GridStore adapter has been removed. By default, Parse Server already uses GridFS, so if you do not manually use the GridStore adapter, you can ignore this change.
2022-02-06 18:30:36 +01:00
semantic-release-bot
1299f0697c
chore(release): 5.0.0-alpha.21 [skip ci]
...
# [5.0.0-alpha.21](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.20...5.0.0-alpha.21 ) (2022-01-25)
### Features
* add Cloud Code context to `ParseObject.fetch` ([#7779 ](https://github.com/parse-community/parse-server/issues/7779 )) ([315290d ](315290d161 ))
2022-01-25 11:41:15 +00:00
yog27ray
315290d161
feat: add Cloud Code context to ParseObject.fetch ( #7779 )
2022-01-25 12:40:22 +01:00
Snyk bot
433e82f1df
refactor: upgrade parse from 3.4.0 to 3.4.1 ( #7783 )
2022-01-25 01:42:55 +01:00
semantic-release-bot
350b59ac5f
chore(release): 5.0.0-alpha.20 [skip ci]
...
# [5.0.0-alpha.20](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.19...5.0.0-alpha.20 ) (2022-01-22)
### Bug Fixes
* bump node-fetch from 2.6.1 to 3.1.1 ([#7782 ](https://github.com/parse-community/parse-server/issues/7782 )) ([9082351 ](9082351411 ))
2022-01-22 13:32:51 +00:00
dependabot[bot]
9082351411
fix: bump node-fetch from 2.6.1 to 3.1.1 ( #7782 )
2022-01-22 14:31:45 +01:00
semantic-release-bot
f105d7aef1
chore(release): 5.0.0-alpha.19 [skip ci]
...
# [5.0.0-alpha.19](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.18...5.0.0-alpha.19 ) (2022-01-22)
### Bug Fixes
* bump nanoid from 3.1.25 to 3.2.0 ([#7781 ](https://github.com/parse-community/parse-server/issues/7781 )) ([f5f63bf ](f5f63bfc64 ))
2022-01-22 12:59:57 +00:00
dependabot[bot]
f5f63bfc64
fix: bump nanoid from 3.1.25 to 3.2.0 ( #7781 )
2022-01-22 13:54:53 +01:00
Snyk bot
826aa79b9f
refactor: upgrade express from 4.17.1 to 4.17.2 ( #7776 )
2022-01-14 14:22:30 +01:00
semantic-release-bot
c720fbba5a
chore(release): 5.0.0-alpha.18 [skip ci]
...
# [5.0.0-alpha.18](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.17...5.0.0-alpha.18 ) (2022-01-13)
### Bug Fixes
* security upgrade follow-redirects from 1.14.6 to 1.14.7 ([#7769 ](https://github.com/parse-community/parse-server/issues/7769 )) ([8f5a861 ](8f5a8618cf ))
2022-01-13 02:14:07 +00:00
Snyk bot
8f5a8618cf
fix: security upgrade follow-redirects from 1.14.6 to 1.14.7 ( #7769 )
2022-01-13 03:05:15 +01:00
semantic-release-bot
98abd7112c
chore(release): 5.0.0-alpha.17 [skip ci]
...
# [5.0.0-alpha.17](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.16...5.0.0-alpha.17 ) (2022-01-13)
### Bug Fixes
* schema cache not cleared in some cases ([#7678 ](https://github.com/parse-community/parse-server/issues/7678 )) ([5af6e5d ](5af6e5dfaa ))
2022-01-13 01:04:40 +00:00
ThornWu
5af6e5dfaa
fix: schema cache not cleared in some cases ( #7678 )
2022-01-13 02:03:33 +01:00
Corey
a5ffb95022
refactor: remove deprecated url.parse() method ( #7751 )
2022-01-06 15:26:00 +01:00
Corey
a43638f300
test: improve transaction tests to use async/await ( #7759 )
2022-01-04 00:49:43 +01:00
Snyk bot
d05fb9f2fa
refactor: upgrade graphql from 15.7.0 to 15.7.1 ( #7706 )
2022-01-03 15:56:55 +01:00
semantic-release-bot
410a1c74fb
chore(release): 5.0.0-alpha.16 [skip ci]
...
# [5.0.0-alpha.16](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.15...5.0.0-alpha.16 ) (2022-01-02)
### Features
* add Idempotency to Postgres ([#7750 ](https://github.com/parse-community/parse-server/issues/7750 )) ([0c3feaa ](0c3feaaa17 ))
2022-01-02 18:26:55 +00:00
Corey
0c3feaaa17
feat: add Idempotency to Postgres ( #7750 )
2022-01-02 19:25:53 +01:00
Corey
5e363eae44
refactor: remove unnecessary error checking in PostgresAdapter ( #7761 )
2022-01-02 18:43:12 +01:00
Corey
7af5de4b98
test: improve PushController tests ( #7760 )
2022-01-02 15:51:49 +01:00
semantic-release-bot
75b9a56e0a
chore(release): 5.0.0-alpha.15 [skip ci]
...
# [5.0.0-alpha.15](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.14...5.0.0-alpha.15 ) (2022-01-02)
### Features
* support `postgresql` protocol in database URI ([#7757 ](https://github.com/parse-community/parse-server/issues/7757 )) ([caf4a23 ](caf4a2341f ))
2022-01-02 14:26:36 +00:00
Corey
caf4a2341f
feat: support postgresql protocol in database URI ( #7757 )
2022-01-02 15:25:43 +01:00
Corey
912edacb53
test: make GraphQL server test more reliable ( #7758 )
2022-01-02 14:59:00 +01:00
Corey
b106ffc994
ci: test server with PostGIS 3.2 ( #7752 )
2022-01-02 01:45:00 +01:00
semantic-release-bot
acfdc54a06
chore(release): 5.0.0-alpha.14 [skip ci]
...
# [5.0.0-alpha.14](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.13...5.0.0-alpha.14 ) (2022-01-02)
### Features
* support relativeTime query constraint on Postgres ([#7747 ](https://github.com/parse-community/parse-server/issues/7747 )) ([16b1b2a ](16b1b2a197 ))
2022-01-02 00:11:48 +00:00
Corey
16b1b2a197
feat: support relativeTime query constraint on Postgres ( #7747 )
2022-01-02 01:10:54 +01:00
Snyk bot
7448521cb9
refactor: upgrade body-parser from 1.19.0 to 1.19.1 ( #7756 )
2022-01-01 21:22:03 +01:00
Snyk bot
9e477591fd
refactor: upgrade follow-redirects from 1.14.5 to 1.14.6 ( #7755 )
2021-12-31 00:38:26 +01:00
semantic-release-bot
191d80b667
chore(release): 5.0.0-alpha.13 [skip ci]
...
# [5.0.0-alpha.13](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.12...5.0.0-alpha.13 ) (2021-12-08)
### Bug Fixes
* node engine compatibility did not include node 16 ([#7739 ](https://github.com/parse-community/parse-server/issues/7739 )) ([ea7c014 ](ea7c01400f ))
2021-12-08 10:20:38 +00:00
Manuel
ea7c01400f
fix: node engine compatibility did not include node 16 ( #7739 )
2021-12-08 11:19:38 +01:00
semantic-release-bot
ac789c8537
chore(release): 5.0.0-alpha.12 [skip ci]
...
# [5.0.0-alpha.12](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.11...5.0.0-alpha.12 ) (2021-12-06)
### Bug Fixes
* adding or modifying a nested property requires addField permissions ([#7679 ](https://github.com/parse-community/parse-server/issues/7679 )) ([6a6248b ](6a6248b6cb ))
2021-12-06 23:54:00 +00:00
Ben Devore
6a6248b6cb
fix: adding or modifying a nested property requires addField permissions ( #7679 )
2021-12-07 00:52:59 +01:00
semantic-release-bot
e7c7f44265
chore(release): 5.0.0-alpha.11 [skip ci]
...
# [5.0.0-alpha.11](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.10...5.0.0-alpha.11 ) (2021-11-29)
### Bug Fixes
* upgrade mime from 2.5.2 to 3.0.0 ([#7725 ](https://github.com/parse-community/parse-server/issues/7725 )) ([f5ef98b ](f5ef98bde3 ))
2021-11-29 23:51:26 +00:00
Snyk bot
f5ef98bde3
fix: upgrade mime from 2.5.2 to 3.0.0 ( #7725 )
2021-11-30 00:50:25 +01:00
semantic-release-bot
37ac29d798
chore(release): 5.0.0-alpha.10 [skip ci]
...
# [5.0.0-alpha.10](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.9...5.0.0-alpha.10 ) (2021-11-29)
### Bug Fixes
* upgrade parse from 3.3.1 to 3.4.0 ([#7723 ](https://github.com/parse-community/parse-server/issues/7723 )) ([d4c1f47 ](d4c1f47307 ))
2021-11-29 17:20:43 +00:00
Snyk bot
d4c1f47307
fix: upgrade parse from 3.3.1 to 3.4.0 ( #7723 )
2021-11-29 18:19:48 +01:00
Snyk bot
7dad413a17
refactor: upgrade graphql-tag from 2.12.5 to 2.12.6 ( #7726 )
2021-11-29 17:58:02 +01:00
Snyk bot
35ac4c3e68
refactor: upgrade subscriptions-transport-ws from 0.10.0 to 0.11.0 ( #7727 )
2021-11-28 15:44:33 +01:00
semantic-release-bot
1b4d9324de
chore(release): 5.0.0-alpha.9 [skip ci]
...
# [5.0.0-alpha.9](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.8...5.0.0-alpha.9 ) (2021-11-27)
### Bug Fixes
* unable to use objectId size higher than 19 on GraphQL API ([#7627 ](https://github.com/parse-community/parse-server/issues/7627 )) ([ed86c80 ](ed86c80772 ))
2021-11-27 11:28:15 +00:00
Antoine Cormouls
ed86c80772
fix: unable to use objectId size higher than 19 on GraphQL API ( #7627 )
2021-11-27 12:27:08 +01:00
Corey
c789f6c979
refactor: test moved to correct test group ( #7717 )
2021-11-25 19:16:46 +01:00
Snyk bot
260290409e
refactor: upgrade follow-redirects from 1.14.4 to 1.14.5 ( #7712 )
2021-11-21 14:49:37 +01:00
Manuel
899da8d765
docs: remove node 15 from badge; add node 17 to compatibility table ( #7709 )
2021-11-18 23:44:10 +01:00
semantic-release-bot
fea308a01a
chore(release): 5.0.0-alpha.8 [skip ci]
...
# [5.0.0-alpha.8](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.7...5.0.0-alpha.8 ) (2021-11-18)
### Features
* add support for Node 16 ([#7707 ](https://github.com/parse-community/parse-server/issues/7707 )) ([45cc58c ](45cc58c7e5 ))
### BREAKING CHANGES
* Removes official Node 15 support which has reached it end-of-life date. ([45cc58c ](45cc58c ))
2021-11-18 22:38:42 +00: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
Snyk bot
ae99b92809
refactor: upgrade graphql from 15.6.1 to 15.7.0 ( #7704 )
2021-11-17 13:28:34 +01:00
Snyk bot
251ff0ef71
refactor: upgrade graphql from 15.6.0 to 15.6.1 ( #7696 )
2021-11-14 04:14:21 +01:00
Snyk bot
426ccdc8f3
refactor: upgrade ws from 8.2.2 to 8.2.3 ( #7698 )
2021-11-14 03:31:05 +01:00