Skip to content

Commit

Permalink
docs: Add breaking change note to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Oct 23, 2023
1 parent 19e7354 commit 218561f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ https://www.apollographql.com/docs/apollo-server/migration/

* The ForbiddenError now defaults to a "warning" rather than "error" log level. Previously this was causing too much noise in logging services and the new level better reflects the severity of the error.

* If after update you are running into the error `[GraphQL error]: Message: POST body missing, invalid Content-Type, or JSON object has no keys.`, this may be due to having the [body-parser](https://www.npmjs.com/package/body-parser) `json` middleware configured in your app. You should be able to safely remove this middleware in order to resolve the issue.

## <small>2.0.10 (2023-10-11)</small>


Expand Down

0 comments on commit 218561f

Please sign in to comment.