Commit Graph

3651 Commits

Author SHA1 Message Date
Manuel
762162253d docs: slim compatibility tables in README 2021-11-01 01:12:16 +01:00
Manuel
42ecf6c613 docs: add versioning system to contribution guide (#7294) 2021-10-31 21:40:21 +01:00
semantic-release-bot
87e65d8207 chore(release): 5.0.0-alpha.4 [skip ci]
# [5.0.0-alpha.4](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.3...5.0.0-alpha.4) (2021-10-31)

### Features

* add support for Postgres 14 ([#7644](https://github.com/parse-community/parse-server/issues/7644)) ([090350a](090350a7a0))
2021-10-31 19:49:58 +00:00
Corey
090350a7a0 feat: add support for Postgres 14 (#7644) 2021-10-31 20:49:03 +01:00
Frans Bouwmeester
28fa7167e8 test: port test changes from 4.x LTS branch; upgrade spec reporter from 6.0.0 to 7.0.0 (#7667) 2021-10-30 19:21:24 +02:00
Manuel
a359c0248b ci: add missing docker archs (#7666) 2021-10-29 20:05:49 +02:00
semantic-release-bot
62cc9cae7d chore(release): 5.0.0-alpha.3 [skip ci]
# [5.0.0-alpha.3](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.2...5.0.0-alpha.3) (2021-10-29)

### Bug Fixes

* combined `and` query with relational query condition returns incorrect results ([#7593](https://github.com/parse-community/parse-server/issues/7593)) ([174886e](174886e385))
2021-10-29 17:04:51 +00:00
Kingtous
174886e385 fix: combined and query with relational query condition returns incorrect results (#7593) 2021-10-29 19:03:50 +02:00
Manuel
edb03f214d ci: increase docker ci timeout (#7664) 2021-10-29 18:21:38 +02:00
Manuel
e1f8de80a7 ci: fix docker build with node:lts-alpine (#7663) 2021-10-29 17:57:37 +02:00
Manuel
f1238eaf57 docs: adapt changelog links temporarily until stable release 2021-10-27 03:36:18 +02:00
Manuel
5dfc3b31ef ci: remove changelog check 2021-10-27 03:29:21 +02:00
Manuel
758e4b75e7 docs: updated changelog entry to PR template 2021-10-27 03:23:08 +02:00
semantic-release-bot
93321658c9 chore(release): 5.0.0-alpha.2 [skip ci]
# [5.0.0-alpha.2](https://github.com/parse-community/parse-server/compare/5.0.0-alpha.1...5.0.0-alpha.2) (2021-10-27)

### Bug Fixes

* setting a field to null does not delete it via GraphQL API ([#7649](https://github.com/parse-community/parse-server/issues/7649)) ([626fad2](626fad2e71))

### BREAKING CHANGES

* To delete a field via the GraphQL API, the field value has to be set to `null`. Previously, setting a field value to `null` would save a null value in the database, which was not according to the [GraphQL specs](https://spec.graphql.org/June2018/#sec-Null-Value). To delete a file field use `file: null`, the previous way of using `file: { file: null }` has become obsolete. ([626fad2](626fad2))
2021-10-27 01:15:40 +00:00
Manuel
18a7838505 ci: fix auto release (#7657) 2021-10-27 03:07:10 +02:00
Manuel
d3e914280d ci: add release automation (#7656) 2021-10-27 02:53:46 +02:00
Antoine Cormouls
626fad2e71 fix: setting a field to null does not delete it via GraphQL API (#7649)
BREAKING CHANGE: To delete a field via the GraphQL API, the field value has to be set to `null`. Previously, setting a field value to `null` would save a null value in the database, which was not according to the [GraphQL specs](https://spec.graphql.org/June2018/#sec-Null-Value). To delete a file field use `file: null`, the previous way of using `file: { file: null }` has become obsolete.
2021-10-27 01:33:48 +02:00
Manuel
4c29d4d23b docs: remove npm beta tag from README 2021-10-21 15:11:19 +02:00
Manuel
5a57475d3c docs: fix incorrect sponsor type in README 2021-10-21 15:04:49 +02:00
Manuel
b4b46e6ba0 docs: restyle README header 2021-10-21 15:02:52 +02:00
dblythy
12eb6c823b refactor: replace hardcoded error codes with references (#7546) 2021-10-18 20:19:47 +02:00
Corey
b5fc0d59db ci: enable more tests on Postgres adapter (#7641) 2021-10-18 16:51:56 +02:00
Snyk bot
80bf578cbd refactor: upgrade semver from 7.3.4 to 7.3.5 (#7343) 2021-10-18 14:05:03 +02:00
Snyk bot
6a2c21d282 refactor: upgrade follow-redirects from 1.14.1 to 1.14.2 (#7561) 2021-10-18 12:20:36 +02:00
Manuel
4643bf8263 ci: remove stale bot 2021-10-18 10:51:02 +02:00
Antoine Cormouls
68057c49f3 refactor: minor changes to remove mongo deprecation warnings (#7626) 2021-10-17 21:16:24 +02:00
Manuel
936b5ec9a7 ci: bump environment (#7630) 2021-10-17 20:22:43 +02:00
Snyk bot
1a3103a025 refactor: upgrade parse from 3.3.0 to 3.3.1 (#7638) 2021-10-16 11:57:22 +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
Alysson Melo
2ac694d309 docs: update incorrect link to Back4App in README 2021-10-13 02:28:30 +02:00
Manuel
049dd6b3dc ci: fix docker build error 2021-10-13 01:59:51 +02:00
Manuel
825b302e0b ci: fix docker build error 2021-10-13 01:46:01 +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
Manuel
0d46d2b3eb ci: disable docker auto publish (#7615) 2021-10-12 23:29:10 +02:00
Snyk bot
407ed6ee36 fix: upgrade graphql from 15.5.3 to 15.6.0 (#7612) 2021-10-12 09:42:38 +02:00
Antoine Cormouls
85ef7217b0 feat: alphabetical graphql api, fix internal reassign, enhanced Graphql schema cache system (#7344) 2021-10-11 14:51:28 +02:00
Manuel
90b18bcccf docs: update contribution merge guide (#7611) 2021-10-10 20:11:33 +02:00
dblythy
ab1dddd406 fix: add deprecation warning for Parse.Cloud.httpRequest (#7595) 2021-10-09 05:04:12 +02:00
dblythy
68a3a87501 fix: set objects in afterFind triggers (#7311) 2021-10-09 02:34:09 +02:00
Brandon Scott
197fcbda00 refactor: modernize HTTPRequest tests (#7604) 2021-10-08 22:44:40 +02:00
dblythy
caee281bc5 fix: allow LiveQuery on Parse.Session (#7554) 2021-10-08 17:24:33 +02:00
dblythy
484c2e81ca fix: improve security by deprecating creating users with public access by default (#7319) 2021-10-08 05:24:20 +02:00