Skip to content

Commit a9980c1

Browse files
Version Packages (#37)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0022622 commit a9980c1

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

.changeset/itchy-icons-flash.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @as-integrations/azure-functions
2+
3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- [#35](https://github.com/apollo-server-integrations/apollo-server-integration-azure-functions/pull/35) [`a682f85`](https://github.com/apollo-server-integrations/apollo-server-integration-azure-functions/commit/a682f852ee2eed465cf800a4be0475a34a646164) Thanks [@abartolotdf](https://github.com/abartolotdf)! - Fix a regression w.r.t body parsing introduced in https://github.com/apollo-server-integrations/apollo-server-integration-azure-functions/pull/28.
8+
9+
Bodies which are already parsed object should just be returned outright rather than treated as invalid.
10+
11+
This issue manifests for users as an invalid POST request from Apollo Server.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@as-integrations/azure-functions",
33
"description": "An integration for Apollo Server on Azure Functions",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"author": "Apollo <[email protected]>",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)