Skip to content

Commit 2dd0592

Browse files
brendanmooreabernix
authored andcommittedAug 29, 2019
Update koa-bodyparser to ^4.2.1 (Fixes content-length mismatch) (#3229)
* Update koa-bodyparser to ^4.2.1 * Update package-lock.json for updates in #3229. * Add CHANGELOG.md for #3229.
1 parent c758ebd commit 2dd0592

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The version headers in this history reflect the versions of Apollo Server itself
66

77
> The changes noted within this `vNEXT` section have not been released yet. New PRs and commits which introduce changes should include an entry in this `vNEXT` section as part of their development. When a release is being prepared, a new header will be (manually) created below and the the appropriate changes within that release will be moved into the new section.
88
9+
- `apollo-server-koa`: Update `koa-bodyparser` dependency from `v3.0.0` to `v4.2.1` to fix inaccurate `Content-length` calculation. [PR #3229](https://github.com/apollographql/apollo-server/pull/3229)
910
- `apollo-server-express`: Use explicit return type for new `getMiddleware` method, in an effort to resolve [Issue #3222](https://github.com/apollographql/apollo-server/issues/3222) [PR #3230](https://github.com/apollographql/apollo-server/pull/3230)
1011

1112
### v2.9.1

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/apollo-server-koa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"graphql-subscriptions": "^1.0.0",
4040
"graphql-tools": "^4.0.0",
4141
"koa": "2.8.1",
42-
"koa-bodyparser": "^3.0.0",
42+
"koa-bodyparser": "^4.2.1",
4343
"koa-router": "^7.4.0",
4444
"type-is": "^1.6.16"
4545
},

0 commit comments

Comments
 (0)
Please sign in to comment.